COLOR #C9E0EC

HEX: #C9E0EC RGB: (201,224,236)

Color info

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

RGB color model

#C9E0EC color RGB value is (201,224,236).

RGB: (201,224,236) (79%, 88%, 93%)

RGB channels and saturation

R 201 of 255 = 79%
G 224 of 255 = 88%
B 236 of 255 = 93%

201
224
236

R + G + B ~ 87%. #C9E0EC is light color.

Portions of RGB colors in percentages

R + G + B = 201 + 224 + 236 = 661 (100%)
R 201 of 661 ~ 30.41%
G 224 of 661 ~ 33.89%
B 236 of 661 ~ 35.7'%

%30.41
%33.89
%35.7

CMYK color model

#C9E0EC color CMYK value is (15,5,0,7).

  • cyan value is 14.83%
  • magenta value is 5.08%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (15,5,0,7)
C15M5Y0K7 (15%, 5%, 0%, 7%)
(0.15 / 0.05 / 0.00 / 0.07)

CMYK percentages

%14.83
%5.08
%0
%7.45

Codes

Color #C9E0EC in popluar color models

C9 E0 EC
RGB 201 224 236
HSL 201° 47.95% 85.69%
HSB/HSV 201° 14.83% 92.55%
CMYK 14.83% 5.08% 0.00%
7.45%

Color #C9E0EC in popluar number systems.

HEX C9 E0 EC
Decimal 201 224 236
Binary 11001001 11100000 11101100
Octal 311 340 354

Shades and tints

Shades of #C9E0EC

#C9E0EC
(201,224,236)
#B7CCD7
(183,204,215)
#A5B8C2
(165,184,194)
#93A4AD
(147,164,173)
#819098
(129,144,152)
#6F7C83
(111,124,131)
#5D686E
(93,104,110)
#4B5459
(75,84,89)
#394044
(57,64,68)
#272C2F
(39,44,47)
#15181A
(21,24,26)
#000000
(0,0,0)

Tints of #C9E0EC

#C9E0EC
(201,224,236)
#CDE2ED
(205,226,237)
#D1E4EE
(209,228,238)
#D5E6EF
(213,230,239)
#D9E8F0
(217,232,240)
#DDEAF1
(221,234,241)
#E1ECF2
(225,236,242)
#E5EEF3
(229,238,243)
#E9F0F4
(233,240,244)
#EDF2F5
(237,242,245)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9E0EC color. Also use rgb(201,224,236) instead hex code.

Text Font Color

.myTextColor { color: #C9E0EC; }

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

This text font color is #C9E0EC.

Background Color

.myBgColor { background-color: #C9E0EC; }

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

This div background color is #C9E0EC.

Border color

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

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

This div border color is #C9E0EC.

Opacity

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

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

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

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

This text has shadow with #C9E0EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9E0EC.

Preview

Color preview on black background

This text has color #C9E0EC on black background.


Color preview on white background

This text has color #C9E0EC on white background.


Black color preview on #C9E0EC background

This text has black color on #C9E0EC background.


White color preview on #C9E0EC background

This text has white color on #C9E0EC background.


Related colors

Complementary color

Complementary color for #hex is #361F13.


I love getcolorcode.com

Triadic colors

1 #ECC9E0 and #E0ECC9 with #C9E0EC are triadic colors.

2 #ECE0C9 and #E0C9EC with #C9E0EC are triadic colors.