COLOR #C9E9EC

HEX: #C9E9EC RGB: (201,233,236)

Color info

#C9E9EC contains red, green and blue colors in about the same proportion. Web safe color of #C9E9EC is #CCFFFF (or #CFF).

RGB color model

#C9E9EC color RGB value is (201,233,236).

RGB: (201,233,236) (79%, 91%, 93%)

RGB channels and saturation

R 201 of 255 = 79%
G 233 of 255 = 91%
B 236 of 255 = 93%

201
233
236

R + G + B ~ 88%. #C9E9EC is light color.

Portions of RGB colors in percentages

R + G + B = 201 + 233 + 236 = 670 (100%)
R 201 of 670 ~ 30%
G 233 of 670 ~ 34.78%
B 236 of 670 ~ 35.22'%

%30
%34.78
%35.22

CMYK color model

#C9E9EC color CMYK value is (15,1,0,7).

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

CMYK: (15,1,0,7)
C15M1Y0K7 (15%, 1%, 0%, 7%)
(0.15 / 0.01 / 0.00 / 0.07)

CMYK percentages

%14.83
%1.27
%0
%7.45

Codes

Color #C9E9EC in popluar color models

C9 E9 EC
RGB 201 233 236
HSL 185° 47.95% 85.69%
HSB/HSV 185° 14.83% 92.55%
CMYK 14.83% 1.27% 0.00%
7.45%

Color #C9E9EC in popluar number systems.

HEX C9 E9 EC
Decimal 201 233 236
Binary 11001001 11101001 11101100
Octal 311 351 354

Shades and tints

Shades of #C9E9EC

#C9E9EC
(201,233,236)
#B7D4D7
(183,212,215)
#A5BFC2
(165,191,194)
#93AAAD
(147,170,173)
#819598
(129,149,152)
#6F8083
(111,128,131)
#5D6B6E
(93,107,110)
#4B5659
(75,86,89)
#394144
(57,65,68)
#272C2F
(39,44,47)
#15171A
(21,23,26)
#000000
(0,0,0)

Tints of #C9E9EC

#C9E9EC
(201,233,236)
#CDEBED
(205,235,237)
#D1EDEE
(209,237,238)
#D5EFEF
(213,239,239)
#D9F1F0
(217,241,240)
#DDF3F1
(221,243,241)
#E1F5F2
(225,245,242)
#E5F7F3
(229,247,243)
#E9F9F4
(233,249,244)
#EDFBF5
(237,251,245)
#F1FDF6
(241,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9E9EC; }

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

This text font color is #C9E9EC.

Background Color

.myBgColor { background-color: #C9E9EC; }

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

This div background color is #C9E9EC.

Border color

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

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

This div border color is #C9E9EC.

Opacity

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

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

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

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

This text has shadow with #C9E9EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9E9EC.

Preview

Color preview on black background

This text has color #C9E9EC on black background.


Color preview on white background

This text has color #C9E9EC on white background.


Black color preview on #C9E9EC background

This text has black color on #C9E9EC background.


White color preview on #C9E9EC background

This text has white color on #C9E9EC background.


Related colors

Complementary color

Complementary color for #hex is #361613.


I love getcolorcode.com

Triadic colors

1 #ECC9E9 and #E9ECC9 with #C9E9EC are triadic colors.

2 #ECE9C9 and #E9C9EC with #C9E9EC are triadic colors.