COLOR #CEE9C9

HEX: #CEE9C9
RGB: (206,233,201)

Color info

#CEE9C9 contains red, green and blue colors in about the same proportion. Web safe color of #CEE9C9 is #CCFFCC (or #CFC).

RGB color model

#CEE9C9 color RGB value is (206,233,201).

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

RGB channels and saturation

R 206 of 255 = 81%
G 233 of 255 = 91%
B 201 of 255 = 79%

206
233
201

R + G + B ~ 84%. #CEE9C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 233 + 201 = 640 (100%)
R 206 of 640 ~ 32.19%
G 233 of 640 ~ 36.41%
B 201 of 640 ~ 31.41%

%32.19
%36.41
%31.41

CMYK color model

#CEE9C9 color CMYK value is (12,0,14,9).

  • cyan value is 11.59%
  • magenta value is 0.00%
  • yellow value is 13.73%
  • key color value is 8.63%
CMYK:
(12,0,14,9)
C12M0Y14K9 
(12%,0%,14%,9%)
(0.12/0.00/0.14/0.09)	

CMYK percentages

%11.59
%0
%13.73
%8.63

Codes

Color #CEE9C9 in popluar color models

CEE9C9
RGB206233201
HSL111°42.11%85.10%
HSB/HSV111°13.73%91.37%
CMYK11.59%0.00%13.73%
8.63%

Color #CEE9C9 in popluar number systems.

HEXCEE9C9
Decimal206233201
Binary110011101110100111001001
Octal316351311

Shades and tints

Shades of #CEE9C9

#CEE9C9
(206,233,201)
#BCD4B7
(188,212,183)
#AABFA5
(170,191,165)
#98AA93
(152,170,147)
#869581
(134,149,129)
#74806F
(116,128,111)
#626B5D
(98,107,93)
#50564B
(80,86,75)
#3E4139
(62,65,57)
#2C2C27
(44,44,39)
#1A1715
(26,23,21)
#000000
(0,0,0)

Tints of #CEE9C9

#CEE9C9
(206,233,201)
#D2EBCD
(210,235,205)
#D6EDD1
(214,237,209)
#DAEFD5
(218,239,213)
#DEF1D9
(222,241,217)
#E2F3DD
(226,243,221)
#E6F5E1
(230,245,225)
#EAF7E5
(234,247,229)
#EEF9E9
(238,249,233)
#F2FBED
(242,251,237)
#F6FDF1
(246,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEE9C9; }

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

This text font color is #CEE9C9.


Background Color

.myBgColor { background-color: #CEE9C9; }

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

This div background color is #CEE9C9.


Border color

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

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

This div border color is #CEE9C9.


Opacity

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

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

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

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

This text has shadow with #CEE9C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEE9C9 on black background.


Color preview on white background

This text has color #CEE9C9 on white background.



Black color preview on #CEE9C9 background

This text has black color on #CEE9C9 background.


White color preview on #CEE9C9 background

This text has white color on #CEE9C9 background.