COLOR #C9D9DE

HEX: #C9D9DE
RGB: (201,217,222)

Color info

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

RGB color model

#C9D9DE color RGB value is (201,217,222).

  • red value is 201;
  • green value is 217;
  • blue value is 222.
RGB:
(201,217,222)
(79%,85%,87%)

RGB channels and saturation

R 201 of 255 = 79%
G 217 of 255 = 85%
B 222 of 255 = 87%

201
217
222

R + G + B ~ 84%. #C9D9DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 217 + 222 = 640 (100%)
R 201 of 640 ~ 31.41%
G 217 of 640 ~ 33.91%
B 222 of 640 ~ 34.69%

%31.41
%33.91
%34.69

CMYK color model

#C9D9DE color CMYK value is (9,2,0,13).

  • cyan value is 9.46%
  • magenta value is 2.25%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(9,2,0,13)
C9M2Y0K13 
(9%,2%,0%,13%)
(0.09/0.02/0.00/0.13)	

CMYK percentages

%9.46
%2.25
%0
%12.94

Codes

Color #C9D9DE in popluar color models

C9D9DE
RGB201217222
HSL194°24.14%82.94%
HSB/HSV194°9.46%87.06%
CMYK9.46%2.25%0.00%
12.94%

Color #C9D9DE in popluar number systems.

HEXC9D9DE
Decimal201217222
Binary110010011101100111011110
Octal311331336

Shades and tints

Shades of #C9D9DE

#C9D9DE
(201,217,222)
#B7C6CA
(183,198,202)
#A5B3B6
(165,179,182)
#93A0A2
(147,160,162)
#818D8E
(129,141,142)
#6F7A7A
(111,122,122)
#5D6766
(93,103,102)
#4B5452
(75,84,82)
#39413E
(57,65,62)
#272E2A
(39,46,42)
#151B16
(21,27,22)
#000000
(0,0,0)

Tints of #C9D9DE

#C9D9DE
(201,217,222)
#CDDCE1
(205,220,225)
#D1DFE4
(209,223,228)
#D5E2E7
(213,226,231)
#D9E5EA
(217,229,234)
#DDE8ED
(221,232,237)
#E1EBF0
(225,235,240)
#E5EEF3
(229,238,243)
#E9F1F6
(233,241,246)
#EDF4F9
(237,244,249)
#F1F7FC
(241,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9D9DE color. Also use rgb(201,217,222) instead hex code.

Text Font Color

.myTextColor { color: #C9D9DE; }

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

This text font color is #C9D9DE.


Background Color

.myBgColor { background-color: #C9D9DE; }

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

This div background color is #C9D9DE.


Border color

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

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

This div border color is #C9D9DE.


Opacity

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

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

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

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

This text has shadow with #C9D9DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D9DE on black background.


Color preview on white background

This text has color #C9D9DE on white background.



Black color preview on #C9D9DE background

This text has black color on #C9D9DE background.


White color preview on #C9D9DE background

This text has white color on #C9D9DE background.