COLOR #C9D9DA

HEX: #C9D9DA
RGB: (201,217,218)

Color info

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

RGB color model

#C9D9DA color RGB value is (201,217,218).

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

RGB channels and saturation

R 201 of 255 = 79%
G 217 of 255 = 85%
B 218 of 255 = 85%

201
217
218

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

Portions of RGB colors in percentages

R + G + B =
201 + 217 + 218 = 636 (100%)
R 201 of 636 ~ 31.6%
G 217 of 636 ~ 34.12%
B 218 of 636 ~ 34.28%

%31.6
%34.12
%34.28

CMYK color model

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

  • cyan value is 7.80%
  • magenta value is 0.46%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(8,0,0,15)
C8M0Y0K15 
(8%,0%,0%,15%)
(0.08/0.00/0.00/0.15)	

CMYK percentages

%7.8
%0.46
%0
%14.51

Codes

Color #C9D9DA in popluar color models

C9D9DA
RGB201217218
HSL184°18.68%82.16%
HSB/HSV184°7.80%85.49%
CMYK7.80%0.46%0.00%
14.51%

Color #C9D9DA in popluar number systems.

HEXC9D9DA
Decimal201217218
Binary110010011101100111011010
Octal311331332

Shades and tints

Shades of #C9D9DA

#C9D9DA
(201,217,218)
#B7C6C7
(183,198,199)
#A5B3B4
(165,179,180)
#93A0A1
(147,160,161)
#818D8E
(129,141,142)
#6F7A7B
(111,122,123)
#5D6768
(93,103,104)
#4B5455
(75,84,85)
#394142
(57,65,66)
#272E2F
(39,46,47)
#151B1C
(21,27,28)
#000000
(0,0,0)

Tints of #C9D9DA

#C9D9DA
(201,217,218)
#CDDCDD
(205,220,221)
#D1DFE0
(209,223,224)
#D5E2E3
(213,226,227)
#D9E5E6
(217,229,230)
#DDE8E9
(221,232,233)
#E1EBEC
(225,235,236)
#E5EEEF
(229,238,239)
#E9F1F2
(233,241,242)
#EDF4F5
(237,244,245)
#F1F7F8
(241,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9D9DA; }

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

This text font color is #C9D9DA.


Background Color

.myBgColor { background-color: #C9D9DA; }

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

This div background color is #C9D9DA.


Border color

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

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

This div border color is #C9D9DA.


Opacity

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

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

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

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

This text has shadow with #C9D9DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D9DA on black background.


Color preview on white background

This text has color #C9D9DA on white background.



Black color preview on #C9D9DA background

This text has black color on #C9D9DA background.


White color preview on #C9D9DA background

This text has white color on #C9D9DA background.