COLOR #C9D4DC

HEX: #C9D4DC
RGB: (201,212,220)

Color info

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

RGB color model

#C9D4DC color RGB value is (201,212,220).

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

RGB channels and saturation

R 201 of 255 = 79%
G 212 of 255 = 83%
B 220 of 255 = 86%

201
212
220

R + G + B ~ 83%. #C9D4DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 212 + 220 = 633 (100%)
R 201 of 633 ~ 31.75%
G 212 of 633 ~ 33.49%
B 220 of 633 ~ 34.76%

%31.75
%33.49
%34.76

CMYK color model

#C9D4DC color CMYK value is (9,4,0,14).

  • cyan value is 8.64%
  • magenta value is 3.64%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(9,4,0,14)
C9M4Y0K14 
(9%,4%,0%,14%)
(0.09/0.04/0.00/0.14)	

CMYK percentages

%8.64
%3.64
%0
%13.73

Codes

Color #C9D4DC in popluar color models

C9D4DC
RGB201212220
HSL205°21.35%82.55%
HSB/HSV205°8.64%86.27%
CMYK8.64%3.64%0.00%
13.73%

Color #C9D4DC in popluar number systems.

HEXC9D4DC
Decimal201212220
Binary110010011101010011011100
Octal311324334

Shades and tints

Shades of #C9D4DC

#C9D4DC
(201,212,220)
#B7C1C8
(183,193,200)
#A5AEB4
(165,174,180)
#939BA0
(147,155,160)
#81888C
(129,136,140)
#6F7578
(111,117,120)
#5D6264
(93,98,100)
#4B4F50
(75,79,80)
#393C3C
(57,60,60)
#272928
(39,41,40)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #C9D4DC

#C9D4DC
(201,212,220)
#CDD7DF
(205,215,223)
#D1DAE2
(209,218,226)
#D5DDE5
(213,221,229)
#D9E0E8
(217,224,232)
#DDE3EB
(221,227,235)
#E1E6EE
(225,230,238)
#E5E9F1
(229,233,241)
#E9ECF4
(233,236,244)
#EDEFF7
(237,239,247)
#F1F2FA
(241,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9D4DC; }

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

This text font color is #C9D4DC.


Background Color

.myBgColor { background-color: #C9D4DC; }

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

This div background color is #C9D4DC.


Border color

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

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

This div border color is #C9D4DC.


Opacity

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

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

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

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

This text has shadow with #C9D4DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D4DC on black background.


Color preview on white background

This text has color #C9D4DC on white background.



Black color preview on #C9D4DC background

This text has black color on #C9D4DC background.


White color preview on #C9D4DC background

This text has white color on #C9D4DC background.