COLOR #C9E0EF

HEX: #C9E0EF RGB: (201,224,239)

Color info

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

RGB color model

#C9E0EF color RGB value is (201,224,239).

RGB: (201,224,239) (79%, 88%, 94%)

RGB channels and saturation

R 201 of 255 = 79%
G 224 of 255 = 88%
B 239 of 255 = 94%

201
224
239

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

Portions of RGB colors in percentages

R + G + B = 201 + 224 + 239 = 664 (100%)
R 201 of 664 ~ 30.27%
G 224 of 664 ~ 33.73%
B 239 of 664 ~ 35.99'%

%30.27
%33.73
%35.99

CMYK color model

#C9E0EF color CMYK value is (16,6,0,6).

  • cyan value is 15.90%
  • magenta value is 6.28%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (16,6,0,6)
C16M6Y0K6 (16%, 6%, 0%, 6%)
(0.16 / 0.06 / 0.00 / 0.06)

CMYK percentages

%15.9
%6.28
%0
%6.27

Codes

Color #C9E0EF in popluar color models

C9 E0 EF
RGB 201 224 239
HSL 204° 54.29% 86.27%
HSB/HSV 204° 15.90% 93.73%
CMYK 15.90% 6.28% 0.00%
6.27%

Color #C9E0EF in popluar number systems.

HEX C9 E0 EF
Decimal 201 224 239
Binary 11001001 11100000 11101111
Octal 311 340 357

Shades and tints

Shades of #C9E0EF

#C9E0EF
(201,224,239)
#B7CCDA
(183,204,218)
#A5B8C5
(165,184,197)
#93A4B0
(147,164,176)
#81909B
(129,144,155)
#6F7C86
(111,124,134)
#5D6871
(93,104,113)
#4B545C
(75,84,92)
#394047
(57,64,71)
#272C32
(39,44,50)
#15181D
(21,24,29)
#000000
(0,0,0)

Tints of #C9E0EF

#C9E0EF
(201,224,239)
#CDE2F0
(205,226,240)
#D1E4F1
(209,228,241)
#D5E6F2
(213,230,242)
#D9E8F3
(217,232,243)
#DDEAF4
(221,234,244)
#E1ECF5
(225,236,245)
#E5EEF6
(229,238,246)
#E9F0F7
(233,240,247)
#EDF2F8
(237,242,248)
#F1F4F9
(241,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9E0EF; }

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

This text font color is #C9E0EF.

Background Color

.myBgColor { background-color: #C9E0EF; }

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

This div background color is #C9E0EF.

Border color

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

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

This div border color is #C9E0EF.

Opacity

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

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

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

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

This text has shadow with #C9E0EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9E0EF.

Preview

Color preview on black background

This text has color #C9E0EF on black background.


Color preview on white background

This text has color #C9E0EF on white background.


Black color preview on #C9E0EF background

This text has black color on #C9E0EF background.


White color preview on #C9E0EF background

This text has white color on #C9E0EF background.


Related colors

Complementary color

Complementary color for #hex is #361F10.


I love getcolorcode.com

Triadic colors

1 #EFC9E0 and #E0EFC9 with #C9E0EF are triadic colors.

2 #EFE0C9 and #E0C9EF with #C9E0EF are triadic colors.