COLOR #C9D4D2

HEX: #C9D4D2
RGB: (201,212,210)

Color info

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

RGB color model

#C9D4D2 color RGB value is (201,212,210).

  • red value is 201;
  • green value is 212;
  • blue value is 210.
RGB:
(201,212,210)
(79%,83%,82%)

RGB channels and saturation

R 201 of 255 = 79%
G 212 of 255 = 83%
B 210 of 255 = 82%

201
212
210

R + G + B ~ 81%. #C9D4D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 212 + 210 = 623 (100%)
R 201 of 623 ~ 32.26%
G 212 of 623 ~ 34.03%
B 210 of 623 ~ 33.71%

%32.26
%34.03
%33.71

CMYK color model

#C9D4D2 color CMYK value is (5,0,1,17).

  • cyan value is 5.19%
  • magenta value is 0.00%
  • yellow value is 0.94%
  • key color value is 16.86%
CMYK:
(5,0,1,17)
C5M0Y1K17 
(5%,0%,1%,17%)
(0.05/0.00/0.01/0.17)	

CMYK percentages

%5.19
%0
%0.94
%16.86

Codes

Color #C9D4D2 in popluar color models

C9D4D2
RGB201212210
HSL169°11.34%80.98%
HSB/HSV169°5.19%83.14%
CMYK5.19%0.00%0.94%
16.86%

Color #C9D4D2 in popluar number systems.

HEXC9D4D2
Decimal201212210
Binary110010011101010011010010
Octal311324322

Shades and tints

Shades of #C9D4D2

#C9D4D2
(201,212,210)
#B7C1BF
(183,193,191)
#A5AEAC
(165,174,172)
#939B99
(147,155,153)
#818886
(129,136,134)
#6F7573
(111,117,115)
#5D6260
(93,98,96)
#4B4F4D
(75,79,77)
#393C3A
(57,60,58)
#272927
(39,41,39)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #C9D4D2

#C9D4D2
(201,212,210)
#CDD7D6
(205,215,214)
#D1DADA
(209,218,218)
#D5DDDE
(213,221,222)
#D9E0E2
(217,224,226)
#DDE3E6
(221,227,230)
#E1E6EA
(225,230,234)
#E5E9EE
(229,233,238)
#E9ECF2
(233,236,242)
#EDEFF6
(237,239,246)
#F1F2FA
(241,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9D4D2 color. Also use rgb(201,212,210) instead hex code.

Text Font Color

.myTextColor { color: #C9D4D2; }

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

This text font color is #C9D4D2.


Background Color

.myBgColor { background-color: #C9D4D2; }

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

This div background color is #C9D4D2.


Border color

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

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

This div border color is #C9D4D2.


Opacity

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

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

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

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

This text has shadow with #C9D4D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D4D2 on black background.


Color preview on white background

This text has color #C9D4D2 on white background.



Black color preview on #C9D4D2 background

This text has black color on #C9D4D2 background.


White color preview on #C9D4D2 background

This text has white color on #C9D4D2 background.