COLOR #C9CDBC

HEX: #C9CDBC RGB: (201,205,188)

Color info

#C9CDBC contains red, green and blue colors in about the same proportion. Web safe color of #C9CDBC is #CCCCCC (or #CCC).

RGB color model

#C9CDBC color RGB value is (201,205,188).

RGB: (201,205,188) (79%, 80%, 74%)

RGB channels and saturation

R 201 of 255 = 79%
G 205 of 255 = 80%
B 188 of 255 = 74%

201
205
188

R + G + B ~ 78%. #C9CDBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 205 + 188 = 594 (100%)
R 201 of 594 ~ 33.84%
G 205 of 594 ~ 34.51%
B 188 of 594 ~ 31.65'%

%33.84
%34.51
%31.65

CMYK color model

#C9CDBC color CMYK value is (2,0,8,20).

  • cyan value is 1.95%
  • magenta value is 0.00%
  • yellow value is 8.29%
  • key color value is 19.61%

CMYK: (2,0,8,20)
C2M0Y8K20 (2%, 0%, 8%, 20%)
(0.02 / 0.00 / 0.08 / 0.20)

CMYK percentages

%1.95
%0
%8.29
%19.61

Codes

Color #C9CDBC in popluar color models

C9 CD BC
RGB 201 205 188
HSL 74° 14.53% 77.06%
HSB/HSV 74° 8.29% 80.39%
CMYK 1.95% 0.00% 8.29%
19.61%

Color #C9CDBC in popluar number systems.

HEX C9 CD BC
Decimal 201 205 188
Binary 11001001 11001101 10111100
Octal 311 315 274

Shades and tints

Shades of #C9CDBC

#C9CDBC
(201,205,188)
#B7BBAB
(183,187,171)
#A5A99A
(165,169,154)
#939789
(147,151,137)
#818578
(129,133,120)
#6F7367
(111,115,103)
#5D6156
(93,97,86)
#4B4F45
(75,79,69)
#393D34
(57,61,52)
#272B23
(39,43,35)
#151912
(21,25,18)
#000000
(0,0,0)

Tints of #C9CDBC

#C9CDBC
(201,205,188)
#CDD1C2
(205,209,194)
#D1D5C8
(209,213,200)
#D5D9CE
(213,217,206)
#D9DDD4
(217,221,212)
#DDE1DA
(221,225,218)
#E1E5E0
(225,229,224)
#E5E9E6
(229,233,230)
#E9EDEC
(233,237,236)
#EDF1F2
(237,241,242)
#F1F5F8
(241,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9CDBC color. Also use rgb(201,205,188) instead hex code.

Text Font Color

.myTextColor { color: #C9CDBC; }

<p style="color:#C9CDBC">This sample text font color is #C9CDBC.</p>

This text font color is #C9CDBC.

Background Color

.myBgColor { background-color: #C9CDBC; }

<div style="background-color:#C9CDBC">Inner text</div>

This div background color is #C9CDBC.

Border color

.myBorderColor { border: 1px solid #C9CDBC; }

<div style="border:3px solid #C9CDBC">Div</div>

This div border color is #C9CDBC.

Opacity

.myOpacity80 { color: #C9CDBC; opacity: 0.8; }

<p style="color:#C9CDBC;opacity:0.8;">80%</p>

Text with #C9CDBC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C9CDBC;}

<p style="text-shadow: 3px 3px 1px #C9CDBC">Text here.</p>

This text has shadow with #C9CDBC color.


.textShadow {text-shadow: 3px 3px 1px #C9CDBC', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C9CDBC, 5px 5px 20px red">Text here.</p>

This text has shadow with #C9CDBC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9CDBC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C9CDBC, Direction=45, Strength=4)">Text</p>

This text has shadow with #C9CDBC and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C9CDBC;
-webkit-box-shadow: 1px 1px 3px 2px #C9CDBC;
box-shadow: 1px 1px 3px 2px #C9CDBC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9CDBC; -webkit-box-shadow: 1px 1px 3px 2px #C9CDBC; box-shadow:1px 1px 3px 2px #C9CDBC;">
Div content here
</div>

This div box has shadow with color #C9CDBC.

Preview

Color preview on black background

This text has color #C9CDBC on black background.


Color preview on white background

This text has color #C9CDBC on white background.


Black color preview on #C9CDBC background

This text has black color on #C9CDBC background.


White color preview on #C9CDBC background

This text has white color on #C9CDBC background.


Related colors

Complementary color

Complementary color for #hex is #363243.


I love getcolorcode.com

Triadic colors

1 #BCC9CD and #CDBCC9 with #C9CDBC are triadic colors.

2 #BCCDC9 and #CDC9BC with #C9CDBC are triadic colors.