COLOR #C9DEEA

HEX: #C9DEEA RGB: (201,222,234)

Color info

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

RGB color model

#C9DEEA color RGB value is (201,222,234).

RGB: (201,222,234) (79%, 87%, 92%)

RGB channels and saturation

R 201 of 255 = 79%
G 222 of 255 = 87%
B 234 of 255 = 92%

201
222
234

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

Portions of RGB colors in percentages

R + G + B = 201 + 222 + 234 = 657 (100%)
R 201 of 657 ~ 30.59%
G 222 of 657 ~ 33.79%
B 234 of 657 ~ 35.62'%

%30.59
%33.79
%35.62

CMYK color model

#C9DEEA color CMYK value is (14,5,0,8).

  • cyan value is 14.10%
  • magenta value is 5.13%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (14,5,0,8) C14M5Y0K8 (14%,5%,0%,8%) (0.14/0.05/0.00/0.08) 

CMYK percentages

%14.1
%5.13
%0
%8.24

Codes

Color #C9DEEA in popluar color models

C9 DE EA
RGB 201 222 234
HSL 202° 44.00% 85.29%
HSB/HSV 202° 14.10% 91.76%
CMYK 14.10% 5.13% 0.00%
8.24%

Color #C9DEEA in popluar number systems.

HEX C9 DE EA
Decimal 201 222 234
Binary 11001001 11011110 11101010
Octal 311 336 352

Shades and tints

Shades of #C9DEEA

#C9DEEA
(201,222,234)
#B7CAD5
(183,202,213)
#A5B6C0
(165,182,192)
#93A2AB
(147,162,171)
#818E96
(129,142,150)
#6F7A81
(111,122,129)
#5D666C
(93,102,108)
#4B5257
(75,82,87)
#393E42
(57,62,66)
#272A2D
(39,42,45)
#151618
(21,22,24)
#000000
(0,0,0)

Tints of #C9DEEA

#C9DEEA
(201,222,234)
#CDE1EB
(205,225,235)
#D1E4EC
(209,228,236)
#D5E7ED
(213,231,237)
#D9EAEE
(217,234,238)
#DDEDEF
(221,237,239)
#E1F0F0
(225,240,240)
#E5F3F1
(229,243,241)
#E9F6F2
(233,246,242)
#EDF9F3
(237,249,243)
#F1FCF4
(241,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9DEEA color. Also use rgb(201,222,234) instead hex code.

Text Font Color

.myTextColor { color: #C9DEEA; }

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

This text font color is #C9DEEA.

Background Color

.myBgColor { background-color: #C9DEEA; }

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

This div background color is #C9DEEA.

Border color

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

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

This div border color is #C9DEEA.

Opacity

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

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

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

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

This text has shadow with #C9DEEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9DEEA.

Preview

Color preview on black background

This text has color #C9DEEA on black background.


Color preview on white background

This text has color #C9DEEA on white background.


Black color preview on #C9DEEA background

This text has black color on #C9DEEA background.


White color preview on #C9DEEA background

This text has white color on #C9DEEA background.


Related colors

Complementary color

Complementary color for #hex is #362115.


I love getcolorcode.com

Triadic colors

1 #EAC9DE and #DEEAC9 with #C9DEEA are triadic colors.

2 #EADEC9 and #DEC9EA with #C9DEEA are triadic colors.