COLOR #C9EEE9

HEX: #C9EEE9
RGB: (201,238,233)

Color info

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

RGB color model

#C9EEE9 color RGB value is (201,238,233).

  • red value is 201;
  • green value is 238;
  • blue value is 233.
RGB:
(201,238,233)
(79%,93%,91%)

RGB channels and saturation

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

201
238
233

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

Portions of RGB colors in percentages

R + G + B =
201 + 238 + 233 = 672 (100%)
R 201 of 672 ~ 29.91%
G 238 of 672 ~ 35.42%
B 233 of 672 ~ 34.67%

%29.91
%35.42
%34.67

CMYK color model

#C9EEE9 color CMYK value is (16,0,2,7).

  • cyan value is 15.55%
  • magenta value is 0.00%
  • yellow value is 2.10%
  • key color value is 6.67%
CMYK:
(16,0,2,7)
C16M0Y2K7 
(16%,0%,2%,7%)
(0.16/0.00/0.02/0.07)	

CMYK percentages

%15.55
%0
%2.1
%6.67

Codes

Color #C9EEE9 in popluar color models

C9EEE9
RGB201238233
HSL172°52.11%86.08%
HSB/HSV172°15.55%93.33%
CMYK15.55%0.00%2.10%
6.67%

Color #C9EEE9 in popluar number systems.

HEXC9EEE9
Decimal201238233
Binary110010011110111011101001
Octal311356351

Shades and tints

Shades of #C9EEE9

#C9EEE9
(201,238,233)
#B7D9D4
(183,217,212)
#A5C4BF
(165,196,191)
#93AFAA
(147,175,170)
#819A95
(129,154,149)
#6F8580
(111,133,128)
#5D706B
(93,112,107)
#4B5B56
(75,91,86)
#394641
(57,70,65)
#27312C
(39,49,44)
#151C17
(21,28,23)
#000000
(0,0,0)

Tints of #C9EEE9

#C9EEE9
(201,238,233)
#CDEFEB
(205,239,235)
#D1F0ED
(209,240,237)
#D5F1EF
(213,241,239)
#D9F2F1
(217,242,241)
#DDF3F3
(221,243,243)
#E1F4F5
(225,244,245)
#E5F5F7
(229,245,247)
#E9F6F9
(233,246,249)
#EDF7FB
(237,247,251)
#F1F8FD
(241,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9EEE9; }

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

This text font color is #C9EEE9.


Background Color

.myBgColor { background-color: #C9EEE9; }

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

This div background color is #C9EEE9.


Border color

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

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

This div border color is #C9EEE9.


Opacity

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

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

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

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

This text has shadow with #C9EEE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9EEE9 on black background.


Color preview on white background

This text has color #C9EEE9 on white background.



Black color preview on #C9EEE9 background

This text has black color on #C9EEE9 background.


White color preview on #C9EEE9 background

This text has white color on #C9EEE9 background.