COLOR #C9D6DA

HEX: #C9D6DA
RGB: (201,214,218)

Color info

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

RGB color model

#C9D6DA color RGB value is (201,214,218).

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

RGB channels and saturation

R 201 of 255 = 79%
G 214 of 255 = 84%
B 218 of 255 = 85%

201
214
218

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

Portions of RGB colors in percentages

R + G + B =
201 + 214 + 218 = 633 (100%)
R 201 of 633 ~ 31.75%
G 214 of 633 ~ 33.81%
B 218 of 633 ~ 34.44%

%31.75
%33.81
%34.44

CMYK color model

#C9D6DA color CMYK value is (8,2,0,15).

  • cyan value is 7.80%
  • magenta value is 1.83%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(8,2,0,15)
C8M2Y0K15 
(8%,2%,0%,15%)
(0.08/0.02/0.00/0.15)	

CMYK percentages

%7.8
%1.83
%0
%14.51

Codes

Color #C9D6DA in popluar color models

C9D6DA
RGB201214218
HSL194°18.68%82.16%
HSB/HSV194°7.80%85.49%
CMYK7.80%1.83%0.00%
14.51%

Color #C9D6DA in popluar number systems.

HEXC9D6DA
Decimal201214218
Binary110010011101011011011010
Octal311326332

Shades and tints

Shades of #C9D6DA

#C9D6DA
(201,214,218)
#B7C3C7
(183,195,199)
#A5B0B4
(165,176,180)
#939DA1
(147,157,161)
#818A8E
(129,138,142)
#6F777B
(111,119,123)
#5D6468
(93,100,104)
#4B5155
(75,81,85)
#393E42
(57,62,66)
#272B2F
(39,43,47)
#15181C
(21,24,28)
#000000
(0,0,0)

Tints of #C9D6DA

#C9D6DA
(201,214,218)
#CDD9DD
(205,217,221)
#D1DCE0
(209,220,224)
#D5DFE3
(213,223,227)
#D9E2E6
(217,226,230)
#DDE5E9
(221,229,233)
#E1E8EC
(225,232,236)
#E5EBEF
(229,235,239)
#E9EEF2
(233,238,242)
#EDF1F5
(237,241,245)
#F1F4F8
(241,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9D6DA; }

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

This text font color is #C9D6DA.


Background Color

.myBgColor { background-color: #C9D6DA; }

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

This div background color is #C9D6DA.


Border color

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

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

This div border color is #C9D6DA.


Opacity

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

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

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

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

This text has shadow with #C9D6DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D6DA on black background.


Color preview on white background

This text has color #C9D6DA on white background.



Black color preview on #C9D6DA background

This text has black color on #C9D6DA background.


White color preview on #C9D6DA background

This text has white color on #C9D6DA background.