COLOR #C9D0C8

HEX: #C9D0C8
RGB: (201,208,200)

Color info

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

RGB color model

#C9D0C8 color RGB value is (201,208,200).

  • red value is 201;
  • green value is 208;
  • blue value is 200.
RGB:
(201,208,200)
(79%,82%,78%)

RGB channels and saturation

R 201 of 255 = 79%
G 208 of 255 = 82%
B 200 of 255 = 78%

201
208
200

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

Portions of RGB colors in percentages

R + G + B =
201 + 208 + 200 = 609 (100%)
R 201 of 609 ~ 33%
G 208 of 609 ~ 34.15%
B 200 of 609 ~ 32.84%

%33
%34.15
%32.84

CMYK color model

#C9D0C8 color CMYK value is (3,0,4,18).

  • cyan value is 3.37%
  • magenta value is 0.00%
  • yellow value is 3.85%
  • key color value is 18.43%
CMYK:
(3,0,4,18)
C3M0Y4K18 
(3%,0%,4%,18%)
(0.03/0.00/0.04/0.18)	

CMYK percentages

%3.37
%0
%3.85
%18.43

Codes

Color #C9D0C8 in popluar color models

C9D0C8
RGB201208200
HSL113°7.84%80.00%
HSB/HSV113°3.85%81.57%
CMYK3.37%0.00%3.85%
18.43%

Color #C9D0C8 in popluar number systems.

HEXC9D0C8
Decimal201208200
Binary110010011101000011001000
Octal311320310

Shades and tints

Shades of #C9D0C8

#C9D0C8
(201,208,200)
#B7BEB6
(183,190,182)
#A5ACA4
(165,172,164)
#939A92
(147,154,146)
#818880
(129,136,128)
#6F766E
(111,118,110)
#5D645C
(93,100,92)
#4B524A
(75,82,74)
#394038
(57,64,56)
#272E26
(39,46,38)
#151C14
(21,28,20)
#000000
(0,0,0)

Tints of #C9D0C8

#C9D0C8
(201,208,200)
#CDD4CD
(205,212,205)
#D1D8D2
(209,216,210)
#D5DCD7
(213,220,215)
#D9E0DC
(217,224,220)
#DDE4E1
(221,228,225)
#E1E8E6
(225,232,230)
#E5ECEB
(229,236,235)
#E9F0F0
(233,240,240)
#EDF4F5
(237,244,245)
#F1F8FA
(241,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9D0C8; }

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

This text font color is #C9D0C8.


Background Color

.myBgColor { background-color: #C9D0C8; }

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

This div background color is #C9D0C8.


Border color

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

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

This div border color is #C9D0C8.


Opacity

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

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

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

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

This text has shadow with #C9D0C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D0C8 on black background.


Color preview on white background

This text has color #C9D0C8 on white background.



Black color preview on #C9D0C8 background

This text has black color on #C9D0C8 background.


White color preview on #C9D0C8 background

This text has white color on #C9D0C8 background.