crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#c9cdbb hex color - Green - Warm color - Information

#c9cdbb hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #c9cdbb Color code in RGB color code model is created after adding 78.82% red color, 80.39% green color and 73.33% blue color. Hex #c9cdbb Color code in CMYK color (process color) code model is generated after subtraction of 2% cyan, 0% magenta, 9% yellow and 20% black.

Hex #c9cdbb color code is between #ccccaa web safe hex color code and #bbddcc web safe hex color code. #ccccaa is the nearest web safe color code. You can see here many more shades of #c9cdbb color code.

0 Likes 0 Comments | 22 Views

Color Table

Hex Color Codec9cdbb#c9cdbb
RGB Decimal201, 205, 187rgb(201, 205, 187)
RGB Percent79%, 80%, 73%rgb(79%, 80%, 73%)
CSS RGBa201, 205, 187,1rgba(201,205,187,1)
CMYK Modelcmyk(2%,0%,9%,20%)
HSL Color Space73,15% ,77%hsl(73,15% ,77%)
HSV Color Space73°, 9%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010011100110110111011
Octal311315273
Decimal201205187
Hexc9cdbb

Different shades of #c9cdbb color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #c9cdbb
#e0e3d8
Dark Shade of #c9cdbb
#b2b79e
Saturated Shade of #c9cdbb
#ccd3b5
Desaturated Shade of #c9cdbb
#c6c7c1
Grey scale Shade of #c9cdbb
#c4c4c4
Brighten Shade
#e2e6d4
Most Readable Shade
#000000

Shades of #c9cdbb color code

Generate more color scales with scales (color stack) generator.

#c9cdbb
#b2b6a6
#9c9f91
#86887c
#6f7167
#595b53
#43443e
#2c2d29
#161614
#000000

Similar Color like #c9cdbb color

Find visually similar hex color codes nearing to #c9cdbb hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#cacebc
#cbcfbd
#ccd0be
#cdd1bf
#ced2c0
#cfd3c1
#d0d4c2
#d1d5c3
#d2d6c4
#d3d7c5
#d4d8c6
#d5d9c7
#d6dac8
#d7dbc9
#c8ccba
#c7cbb9
#c6cab8
#c5c9b7
#c4c8b6
#c3c7b5
#c2c6b4
#c1c5b3
#c0c4b2
#bfc3b1
#bec2b0
#bdc1af
#bcc0ae
#bbbfad

Monochromatic Color with #c9cdbb

#c9cdbb
#f3f7e2
#222320
#4c4d47
#76786d
#9fa294

Tints of #c9cdbb Color

#c9cdbb
#cfd2c2
#d5d8ca
#dbddd1
#e1e3d9
#e7e8e0
#edeee8
#f3f3ef
#f9f9f7
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#c9cdbb
#bfbbcd

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#c9cdbb
#bbc0cd
#c8bbcd

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#cdcabb
#cdcdbb
#c9cdbb
#c5cdbb
#c2cdbb

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#c9cdbb
#bbc9cd
#cdbbc9

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#c9cdbb
#bbcdc8
#bfbbcd
#cdbbc0

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#c9cdbb
#bfbbcd
#c8bbcd
#c0cdbb

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #c9cdbb Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#c9cdbb Color Code Preview on Black Background Color

This is how #c9cdbb Color will look on black background color. Color contrast ratio is 12.93

#c9cdbb in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#c9cdbb">Your Example Paragraph content text in with font color #c9cdbb </p>

Your Example Paragraph content text in with font color #c9cdbb

HTML with inline CSS

<div style="color:#c9cdbb">Your Paragraph text in with font color #c9cdbb </div>

Your Example Paragraph content text in with font color #c9cdbb

#c9cdbb color code is use for CSS Background Color

Background color for the above div is #c9cdbb

HTML with inline CSS

<div style="background-color:#c9cdbb;"></div>

#c9cdbb color code is use for CSS Border Color

CSS Border color for the above div is #c9cdbb

HTML with inline CSS

<div style="border:5px solid #c9cdbb;"></div>

CSS Border Left color for the above div is #c9cdbb

HTML with inline CSS

<div style="border-left:5px solid #c9cdbb;"></div>

CSS Border Right color for the above div is #c9cdbb

HTML with inline CSS

<div style="border-right:5px solid #c9cdbb;"></div>

CSS Border Bottom color for the above div is #c9cdbb

HTML with inline CSS

<div style="border-bottom:5px solid #c9cdbb;"></div>

CSS Border Top color for the above div is #c9cdbb

HTML with inline CSS

<div style="border-top:5px solid #c9cdbb;"></div>

#c9cdbb hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#c9cdbb; } .examplecolorclass {color:#c9cdbb; } .examplebordercolor {border:3px solid #c9cdbb; }

#c9cdbb Color code Preview on White Background

This is how #c9cdbb Color code will look on white background color. Color contrast ratio is 1.62

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #c9cdbb; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #c9cdbb; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 22 Views

Post your comment:-

By submitting comment you agree to our privacy policy.