COLOR #C9D5C8

HEX: #C9D5C8 RGB: (201,213,200)

Color info

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

RGB color model

#C9D5C8 color RGB value is (201,213,200).

RGB: (201,213,200) (79%, 84%, 78%)

RGB channels and saturation

R 201 of 255 = 79%
G 213 of 255 = 84%
B 200 of 255 = 78%

201
213
200

R + G + B ~ 80%. #C9D5C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 213 + 200 = 614 (100%)
R 201 of 614 ~ 32.74%
G 213 of 614 ~ 34.69%
B 200 of 614 ~ 32.57'%

%32.74
%34.69
%32.57

CMYK color model

#C9D5C8 color CMYK value is (6,0,6,16).

  • cyan value is 5.63%
  • magenta value is 0.00%
  • yellow value is 6.10%
  • key color value is 16.47%
CMYK: (6,0,6,16) C6M0Y6K16 (6%,0%,6%,16%) (0.06/0.00/0.06/0.16) 

CMYK percentages

%5.63
%0
%6.1
%16.47

Codes

Color #C9D5C8 in popluar color models

C9 D5 C8
RGB 201 213 200
HSL 115° 13.40% 80.98%
HSB/HSV 115° 6.10% 83.53%
CMYK 5.63% 0.00% 6.10%
16.47%

Color #C9D5C8 in popluar number systems.

HEX C9 D5 C8
Decimal 201 213 200
Binary 11001001 11010101 11001000
Octal 311 325 310

Shades and tints

Shades of #C9D5C8

#C9D5C8
(201,213,200)
#B7C2B6
(183,194,182)
#A5AFA4
(165,175,164)
#939C92
(147,156,146)
#818980
(129,137,128)
#6F766E
(111,118,110)
#5D635C
(93,99,92)
#4B504A
(75,80,74)
#393D38
(57,61,56)
#272A26
(39,42,38)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #C9D5C8

#C9D5C8
(201,213,200)
#CDD8CD
(205,216,205)
#D1DBD2
(209,219,210)
#D5DED7
(213,222,215)
#D9E1DC
(217,225,220)
#DDE4E1
(221,228,225)
#E1E7E6
(225,231,230)
#E5EAEB
(229,234,235)
#E9EDF0
(233,237,240)
#EDF0F5
(237,240,245)
#F1F3FA
(241,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9D5C8 color. Also use rgb(201,213,200) instead hex code.

Text Font Color

.myTextColor { color: #C9D5C8; }

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

This text font color is #C9D5C8.

Background Color

.myBgColor { background-color: #C9D5C8; }

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

This div background color is #C9D5C8.

Border color

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

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

This div border color is #C9D5C8.

Opacity

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

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

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

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

This text has shadow with #C9D5C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9D5C8.

Preview

Color preview on black background

This text has color #C9D5C8 on black background.


Color preview on white background

This text has color #C9D5C8 on white background.


Black color preview on #C9D5C8 background

This text has black color on #C9D5C8 background.


White color preview on #C9D5C8 background

This text has white color on #C9D5C8 background.


Related colors

Complementary color

Complementary color for #hex is #362A37.


I love getcolorcode.com

Triadic colors

1 #C8C9D5 and #D5C8C9 with #C9D5C8 are triadic colors.

2 #C8D5C9 and #D5C9C8 with #C9D5C8 are triadic colors.