COLOR #C9DAED

HEX: #C9DAED
RGB: (201,218,237)

Color info

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

RGB color model

#C9DAED color RGB value is (201,218,237).

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

RGB channels and saturation

R 201 of 255 = 79%
G 218 of 255 = 85%
B 237 of 255 = 93%

201
218
237

R + G + B ~ 86%. #C9DAED is light color.

Portions of RGB colors in percentages

R + G + B =
201 + 218 + 237 = 656 (100%)
R 201 of 656 ~ 30.64%
G 218 of 656 ~ 33.23%
B 237 of 656 ~ 36.13%

%30.64
%33.23
%36.13

CMYK color model

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

  • cyan value is 15.19%
  • magenta value is 8.02%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(15,8,0,7)
C15M8Y0K7 
(15%,8%,0%,7%)
(0.15/0.08/0.00/0.07)	

CMYK percentages

%15.19
%8.02
%0
%7.06

Codes

Color #C9DAED in popluar color models

C9DAED
RGB201218237
HSL212°50.00%85.88%
HSB/HSV212°15.19%92.94%
CMYK15.19%8.02%0.00%
7.06%

Color #C9DAED in popluar number systems.

HEXC9DAED
Decimal201218237
Binary110010011101101011101101
Octal311332355

Shades and tints

Shades of #C9DAED

#C9DAED
(201,218,237)
#B7C7D8
(183,199,216)
#A5B4C3
(165,180,195)
#93A1AE
(147,161,174)
#818E99
(129,142,153)
#6F7B84
(111,123,132)
#5D686F
(93,104,111)
#4B555A
(75,85,90)
#394245
(57,66,69)
#272F30
(39,47,48)
#151C1B
(21,28,27)
#000000
(0,0,0)

Tints of #C9DAED

#C9DAED
(201,218,237)
#CDDDEE
(205,221,238)
#D1E0EF
(209,224,239)
#D5E3F0
(213,227,240)
#D9E6F1
(217,230,241)
#DDE9F2
(221,233,242)
#E1ECF3
(225,236,243)
#E5EFF4
(229,239,244)
#E9F2F5
(233,242,245)
#EDF5F6
(237,245,246)
#F1F8F7
(241,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9DAED; }

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

This text font color is #C9DAED.


Background Color

.myBgColor { background-color: #C9DAED; }

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

This div background color is #C9DAED.


Border color

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

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

This div border color is #C9DAED.


Opacity

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

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

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

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

This text has shadow with #C9DAED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9DAED on black background.


Color preview on white background

This text has color #C9DAED on white background.



Black color preview on #C9DAED background

This text has black color on #C9DAED background.


White color preview on #C9DAED background

This text has white color on #C9DAED background.