COLOR #CEE9BA

HEX: #CEE9BA
RGB: (206,233,186)

Color info

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

RGB color model

#CEE9BA color RGB value is (206,233,186).

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

RGB channels and saturation

R 206 of 255 = 81%
G 233 of 255 = 91%
B 186 of 255 = 73%

206
233
186

R + G + B ~ 82%. #CEE9BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 233 + 186 = 625 (100%)
R 206 of 625 ~ 32.96%
G 233 of 625 ~ 37.28%
B 186 of 625 ~ 29.76%

%32.96
%37.28
%29.76

CMYK color model

#CEE9BA color CMYK value is (12,0,20,9).

  • cyan value is 11.59%
  • magenta value is 0.00%
  • yellow value is 20.17%
  • key color value is 8.63%
CMYK:
(12,0,20,9)
C12M0Y20K9 
(12%,0%,20%,9%)
(0.12/0.00/0.20/0.09)	

CMYK percentages

%11.59
%0
%20.17
%8.63

Codes

Color #CEE9BA in popluar color models

CEE9BA
RGB206233186
HSL94°51.65%82.16%
HSB/HSV94°20.17%91.37%
CMYK11.59%0.00%20.17%
8.63%

Color #CEE9BA in popluar number systems.

HEXCEE9BA
Decimal206233186
Binary110011101110100110111010
Octal316351272

Shades and tints

Shades of #CEE9BA

#CEE9BA
(206,233,186)
#BCD4AA
(188,212,170)
#AABF9A
(170,191,154)
#98AA8A
(152,170,138)
#86957A
(134,149,122)
#74806A
(116,128,106)
#626B5A
(98,107,90)
#50564A
(80,86,74)
#3E413A
(62,65,58)
#2C2C2A
(44,44,42)
#1A171A
(26,23,26)
#000000
(0,0,0)

Tints of #CEE9BA

#CEE9BA
(206,233,186)
#D2EBC0
(210,235,192)
#D6EDC6
(214,237,198)
#DAEFCC
(218,239,204)
#DEF1D2
(222,241,210)
#E2F3D8
(226,243,216)
#E6F5DE
(230,245,222)
#EAF7E4
(234,247,228)
#EEF9EA
(238,249,234)
#F2FBF0
(242,251,240)
#F6FDF6
(246,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEE9BA; }

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

This text font color is #CEE9BA.


Background Color

.myBgColor { background-color: #CEE9BA; }

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

This div background color is #CEE9BA.


Border color

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

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

This div border color is #CEE9BA.


Opacity

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

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

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

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

This text has shadow with #CEE9BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEE9BA on black background.


Color preview on white background

This text has color #CEE9BA on white background.



Black color preview on #CEE9BA background

This text has black color on #CEE9BA background.


White color preview on #CEE9BA background

This text has white color on #CEE9BA background.