COLOR #C9EEE8

HEX: #C9EEE8 RGB: (201,238,232)

Color info

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

RGB color model

#C9EEE8 color RGB value is (201,238,232).

RGB: (201,238,232) (79%, 93%, 91%)

RGB channels and saturation

R 201 of 255 = 79%
G 238 of 255 = 93%
B 232 of 255 = 91%

201
238
232

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

Portions of RGB colors in percentages

R + G + B = 201 + 238 + 232 = 671 (100%)
R 201 of 671 ~ 29.96%
G 238 of 671 ~ 35.47%
B 232 of 671 ~ 34.58'%

%29.96
%35.47
%34.58

CMYK color model

#C9EEE8 color CMYK value is (16,0,3,7).

  • cyan value is 15.55%
  • magenta value is 0.00%
  • yellow value is 2.52%
  • key color value is 6.67%

CMYK: (16,0,3,7)
C16M0Y3K7 (16%, 0%, 3%, 7%)
(0.16 / 0.00 / 0.03 / 0.07)

CMYK percentages

%15.55
%0
%2.52
%6.67

Codes

Color #C9EEE8 in popluar color models

C9 EE E8
RGB 201 238 232
HSL 170° 52.11% 86.08%
HSB/HSV 170° 15.55% 93.33%
CMYK 15.55% 0.00% 2.52%
6.67%

Color #C9EEE8 in popluar number systems.

HEX C9 EE E8
Decimal 201 238 232
Binary 11001001 11101110 11101000
Octal 311 356 350

Shades and tints

Shades of #C9EEE8

#C9EEE8
(201,238,232)
#B7D9D3
(183,217,211)
#A5C4BE
(165,196,190)
#93AFA9
(147,175,169)
#819A94
(129,154,148)
#6F857F
(111,133,127)
#5D706A
(93,112,106)
#4B5B55
(75,91,85)
#394640
(57,70,64)
#27312B
(39,49,43)
#151C16
(21,28,22)
#000000
(0,0,0)

Tints of #C9EEE8

#C9EEE8
(201,238,232)
#CDEFEA
(205,239,234)
#D1F0EC
(209,240,236)
#D5F1EE
(213,241,238)
#D9F2F0
(217,242,240)
#DDF3F2
(221,243,242)
#E1F4F4
(225,244,244)
#E5F5F6
(229,245,246)
#E9F6F8
(233,246,248)
#EDF7FA
(237,247,250)
#F1F8FC
(241,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9EEE8 color. Also use rgb(201,238,232) instead hex code.

Text Font Color

.myTextColor { color: #C9EEE8; }

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

This text font color is #C9EEE8.

Background Color

.myBgColor { background-color: #C9EEE8; }

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

This div background color is #C9EEE8.

Border color

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

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

This div border color is #C9EEE8.

Opacity

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

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

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

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

This text has shadow with #C9EEE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9EEE8.

Preview

Color preview on black background

This text has color #C9EEE8 on black background.


Color preview on white background

This text has color #C9EEE8 on white background.


Black color preview on #C9EEE8 background

This text has black color on #C9EEE8 background.


White color preview on #C9EEE8 background

This text has white color on #C9EEE8 background.


Related colors

Complementary color

Complementary color for #hex is #361117.


I love getcolorcode.com

Triadic colors

1 #E8C9EE and #EEE8C9 with #C9EEE8 are triadic colors.

2 #E8EEC9 and #EEC9E8 with #C9EEE8 are triadic colors.