COLOR #CEE9C7

HEX: #CEE9C7
RGB: (206,233,199)

Color info

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

RGB color model

#CEE9C7 color RGB value is (206,233,199).

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

RGB channels and saturation

R 206 of 255 = 81%
G 233 of 255 = 91%
B 199 of 255 = 78%

206
233
199

R + G + B ~ 83%. #CEE9C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 233 + 199 = 638 (100%)
R 206 of 638 ~ 32.29%
G 233 of 638 ~ 36.52%
B 199 of 638 ~ 31.19%

%32.29
%36.52
%31.19

CMYK color model

#CEE9C7 color CMYK value is (12,0,15,9).

  • cyan value is 11.59%
  • magenta value is 0.00%
  • yellow value is 14.59%
  • key color value is 8.63%
CMYK:
(12,0,15,9)
C12M0Y15K9 
(12%,0%,15%,9%)
(0.12/0.00/0.15/0.09)	

CMYK percentages

%11.59
%0
%14.59
%8.63

Codes

Color #CEE9C7 in popluar color models

CEE9C7
RGB206233199
HSL108°43.59%84.71%
HSB/HSV108°14.59%91.37%
CMYK11.59%0.00%14.59%
8.63%

Color #CEE9C7 in popluar number systems.

HEXCEE9C7
Decimal206233199
Binary110011101110100111000111
Octal316351307

Shades and tints

Shades of #CEE9C7

#CEE9C7
(206,233,199)
#BCD4B5
(188,212,181)
#AABFA3
(170,191,163)
#98AA91
(152,170,145)
#86957F
(134,149,127)
#74806D
(116,128,109)
#626B5B
(98,107,91)
#505649
(80,86,73)
#3E4137
(62,65,55)
#2C2C25
(44,44,37)
#1A1713
(26,23,19)
#000000
(0,0,0)

Tints of #CEE9C7

#CEE9C7
(206,233,199)
#D2EBCC
(210,235,204)
#D6EDD1
(214,237,209)
#DAEFD6
(218,239,214)
#DEF1DB
(222,241,219)
#E2F3E0
(226,243,224)
#E6F5E5
(230,245,229)
#EAF7EA
(234,247,234)
#EEF9EF
(238,249,239)
#F2FBF4
(242,251,244)
#F6FDF9
(246,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEE9C7; }

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

This text font color is #CEE9C7.


Background Color

.myBgColor { background-color: #CEE9C7; }

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

This div background color is #CEE9C7.


Border color

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

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

This div border color is #CEE9C7.


Opacity

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

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

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

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

This text has shadow with #CEE9C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEE9C7 on black background.


Color preview on white background

This text has color #CEE9C7 on white background.



Black color preview on #CEE9C7 background

This text has black color on #CEE9C7 background.


White color preview on #CEE9C7 background

This text has white color on #CEE9C7 background.