COLOR #C9D0DA

HEX: #C9D0DA
RGB: (201,208,218)

Color info

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

RGB color model

#C9D0DA color RGB value is (201,208,218).

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

RGB channels and saturation

R 201 of 255 = 79%
G 208 of 255 = 82%
B 218 of 255 = 85%

201
208
218

R + G + B ~ 82%. #C9D0DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 208 + 218 = 627 (100%)
R 201 of 627 ~ 32.06%
G 208 of 627 ~ 33.17%
B 218 of 627 ~ 34.77%

%32.06
%33.17
%34.77

CMYK color model

#C9D0DA color CMYK value is (8,5,0,15).

  • cyan value is 7.80%
  • magenta value is 4.59%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(8,5,0,15)
C8M5Y0K15 
(8%,5%,0%,15%)
(0.08/0.05/0.00/0.15)	

CMYK percentages

%7.8
%4.59
%0
%14.51

Codes

Color #C9D0DA in popluar color models

C9D0DA
RGB201208218
HSL215°18.68%82.16%
HSB/HSV215°7.80%85.49%
CMYK7.80%4.59%0.00%
14.51%

Color #C9D0DA in popluar number systems.

HEXC9D0DA
Decimal201208218
Binary110010011101000011011010
Octal311320332

Shades and tints

Shades of #C9D0DA

#C9D0DA
(201,208,218)
#B7BEC7
(183,190,199)
#A5ACB4
(165,172,180)
#939AA1
(147,154,161)
#81888E
(129,136,142)
#6F767B
(111,118,123)
#5D6468
(93,100,104)
#4B5255
(75,82,85)
#394042
(57,64,66)
#272E2F
(39,46,47)
#151C1C
(21,28,28)
#000000
(0,0,0)

Tints of #C9D0DA

#C9D0DA
(201,208,218)
#CDD4DD
(205,212,221)
#D1D8E0
(209,216,224)
#D5DCE3
(213,220,227)
#D9E0E6
(217,224,230)
#DDE4E9
(221,228,233)
#E1E8EC
(225,232,236)
#E5ECEF
(229,236,239)
#E9F0F2
(233,240,242)
#EDF4F5
(237,244,245)
#F1F8F8
(241,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9D0DA; }

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

This text font color is #C9D0DA.


Background Color

.myBgColor { background-color: #C9D0DA; }

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

This div background color is #C9D0DA.


Border color

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

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

This div border color is #C9D0DA.


Opacity

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

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

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

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

This text has shadow with #C9D0DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D0DA on black background.


Color preview on white background

This text has color #C9D0DA on white background.



Black color preview on #C9D0DA background

This text has black color on #C9D0DA background.


White color preview on #C9D0DA background

This text has white color on #C9D0DA background.