COLOR #C9D1DA

HEX: #C9D1DA
RGB: (201,209,218)

Color info

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

RGB color model

#C9D1DA color RGB value is (201,209,218).

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

RGB channels and saturation

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

201
209
218

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

Portions of RGB colors in percentages

R + G + B =
201 + 209 + 218 = 628 (100%)
R 201 of 628 ~ 32.01%
G 209 of 628 ~ 33.28%
B 218 of 628 ~ 34.71%

%32.01
%33.28
%34.71

CMYK color model

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

  • cyan value is 7.80%
  • magenta value is 4.13%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(8,4,0,15)
C8M4Y0K15 
(8%,4%,0%,15%)
(0.08/0.04/0.00/0.15)	

CMYK percentages

%7.8
%4.13
%0
%14.51

Codes

Color #C9D1DA in popluar color models

C9D1DA
RGB201209218
HSL212°18.68%82.16%
HSB/HSV212°7.80%85.49%
CMYK7.80%4.13%0.00%
14.51%

Color #C9D1DA in popluar number systems.

HEXC9D1DA
Decimal201209218
Binary110010011101000111011010
Octal311321332

Shades and tints

Shades of #C9D1DA

#C9D1DA
(201,209,218)
#B7BEC7
(183,190,199)
#A5ABB4
(165,171,180)
#9398A1
(147,152,161)
#81858E
(129,133,142)
#6F727B
(111,114,123)
#5D5F68
(93,95,104)
#4B4C55
(75,76,85)
#393942
(57,57,66)
#27262F
(39,38,47)
#15131C
(21,19,28)
#000000
(0,0,0)

Tints of #C9D1DA

#C9D1DA
(201,209,218)
#CDD5DD
(205,213,221)
#D1D9E0
(209,217,224)
#D5DDE3
(213,221,227)
#D9E1E6
(217,225,230)
#DDE5E9
(221,229,233)
#E1E9EC
(225,233,236)
#E5EDEF
(229,237,239)
#E9F1F2
(233,241,242)
#EDF5F5
(237,245,245)
#F1F9F8
(241,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9D1DA; }

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

This text font color is #C9D1DA.


Background Color

.myBgColor { background-color: #C9D1DA; }

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

This div background color is #C9D1DA.


Border color

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

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

This div border color is #C9D1DA.


Opacity

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

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

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

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

This text has shadow with #C9D1DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D1DA on black background.


Color preview on white background

This text has color #C9D1DA on white background.



Black color preview on #C9D1DA background

This text has black color on #C9D1DA background.


White color preview on #C9D1DA background

This text has white color on #C9D1DA background.