COLOR #C9DAE7

HEX: #C9DAE7
RGB: (201,218,231)

Color info

#C9DAE7 contains red, green and blue colors in about the same proportion. Web safe color of #C9DAE7 is #CCCCFF (or #CCF).

RGB color model

#C9DAE7 color RGB value is (201,218,231).

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

RGB channels and saturation

R 201 of 255 = 79%
G 218 of 255 = 85%
B 231 of 255 = 91%

201
218
231

R + G + B ~ 85%. #C9DAE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 218 + 231 = 650 (100%)
R 201 of 650 ~ 30.92%
G 218 of 650 ~ 33.54%
B 231 of 650 ~ 35.54%

%30.92
%33.54
%35.54

CMYK color model

#C9DAE7 color CMYK value is (13,6,0,9).

  • cyan value is 12.99%
  • magenta value is 5.63%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(13,6,0,9)
C13M6Y0K9 
(13%,6%,0%,9%)
(0.13/0.06/0.00/0.09)	

CMYK percentages

%12.99
%5.63
%0
%9.41

Codes

Color #C9DAE7 in popluar color models

C9DAE7
RGB201218231
HSL206°38.46%84.71%
HSB/HSV206°12.99%90.59%
CMYK12.99%5.63%0.00%
9.41%

Color #C9DAE7 in popluar number systems.

HEXC9DAE7
Decimal201218231
Binary110010011101101011100111
Octal311332347

Shades and tints

Shades of #C9DAE7

#C9DAE7
(201,218,231)
#B7C7D2
(183,199,210)
#A5B4BD
(165,180,189)
#93A1A8
(147,161,168)
#818E93
(129,142,147)
#6F7B7E
(111,123,126)
#5D6869
(93,104,105)
#4B5554
(75,85,84)
#39423F
(57,66,63)
#272F2A
(39,47,42)
#151C15
(21,28,21)
#000000
(0,0,0)

Tints of #C9DAE7

#C9DAE7
(201,218,231)
#CDDDE9
(205,221,233)
#D1E0EB
(209,224,235)
#D5E3ED
(213,227,237)
#D9E6EF
(217,230,239)
#DDE9F1
(221,233,241)
#E1ECF3
(225,236,243)
#E5EFF5
(229,239,245)
#E9F2F7
(233,242,247)
#EDF5F9
(237,245,249)
#F1F8FB
(241,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DAE7; }

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

This text font color is #C9DAE7.


Background Color

.myBgColor { background-color: #C9DAE7; }

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

This div background color is #C9DAE7.


Border color

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

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

This div border color is #C9DAE7.


Opacity

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

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

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

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

This text has shadow with #C9DAE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9DAE7 on black background.


Color preview on white background

This text has color #C9DAE7 on white background.



Black color preview on #C9DAE7 background

This text has black color on #C9DAE7 background.


White color preview on #C9DAE7 background

This text has white color on #C9DAE7 background.