COLOR #C9DBCD

HEX: #C9DBCD RGB: (201,219,205)

Color info

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

RGB color model

#C9DBCD color RGB value is (201,219,205).

RGB: (201,219,205) (79%, 86%, 80%)

RGB channels and saturation

R 201 of 255 = 79%
G 219 of 255 = 86%
B 205 of 255 = 80%

201
219
205

R + G + B ~ 82%. #C9DBCD is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 219 + 205 = 625 (100%)
R 201 of 625 ~ 32.16%
G 219 of 625 ~ 35.04%
B 205 of 625 ~ 32.8'%

%32.16
%35.04
%32.8

CMYK color model

#C9DBCD color CMYK value is (8,0,6,14).

  • cyan value is 8.22%
  • magenta value is 0.00%
  • yellow value is 6.39%
  • key color value is 14.12%
CMYK: (8,0,6,14) C8M0Y6K14 (8%,0%,6%,14%) (0.08/0.00/0.06/0.14) 

CMYK percentages

%8.22
%0
%6.39
%14.12

Codes

Color #C9DBCD in popluar color models

C9 DB CD
RGB 201 219 205
HSL 133° 20.00% 82.35%
HSB/HSV 133° 8.22% 85.88%
CMYK 8.22% 0.00% 6.39%
14.12%

Color #C9DBCD in popluar number systems.

HEX C9 DB CD
Decimal 201 219 205
Binary 11001001 11011011 11001101
Octal 311 333 315

Shades and tints

Shades of #C9DBCD

#C9DBCD
(201,219,205)
#B7C8BB
(183,200,187)
#A5B5A9
(165,181,169)
#93A297
(147,162,151)
#818F85
(129,143,133)
#6F7C73
(111,124,115)
#5D6961
(93,105,97)
#4B564F
(75,86,79)
#39433D
(57,67,61)
#27302B
(39,48,43)
#151D19
(21,29,25)
#000000
(0,0,0)

Tints of #C9DBCD

#C9DBCD
(201,219,205)
#CDDED1
(205,222,209)
#D1E1D5
(209,225,213)
#D5E4D9
(213,228,217)
#D9E7DD
(217,231,221)
#DDEAE1
(221,234,225)
#E1EDE5
(225,237,229)
#E5F0E9
(229,240,233)
#E9F3ED
(233,243,237)
#EDF6F1
(237,246,241)
#F1F9F5
(241,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DBCD; }

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

This text font color is #C9DBCD.

Background Color

.myBgColor { background-color: #C9DBCD; }

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

This div background color is #C9DBCD.

Border color

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

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

This div border color is #C9DBCD.

Opacity

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

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

Text with #C9DBCD 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 #C9DBCD;}

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

This text has shadow with #C9DBCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9DBCD.

Preview

Color preview on black background

This text has color #C9DBCD on black background.


Color preview on white background

This text has color #C9DBCD on white background.


Black color preview on #C9DBCD background

This text has black color on #C9DBCD background.


White color preview on #C9DBCD background

This text has white color on #C9DBCD background.


Related colors

Complementary color

Complementary color for #hex is #362432.


I love getcolorcode.com

Triadic colors

1 #CDC9DB and #DBCDC9 with #C9DBCD are triadic colors.

2 #CDDBC9 and #DBC9CD with #C9DBCD are triadic colors.