COLOR #CEE9CB

HEX: #CEE9CB
RGB: (206,233,203)

Color info

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

RGB color model

#CEE9CB color RGB value is (206,233,203).

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

RGB channels and saturation

R 206 of 255 = 81%
G 233 of 255 = 91%
B 203 of 255 = 80%

206
233
203

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

Portions of RGB colors in percentages

R + G + B =
206 + 233 + 203 = 642 (100%)
R 206 of 642 ~ 32.09%
G 233 of 642 ~ 36.29%
B 203 of 642 ~ 31.62%

%32.09
%36.29
%31.62

CMYK color model

#CEE9CB color CMYK value is (12,0,13,9).

  • cyan value is 11.59%
  • magenta value is 0.00%
  • yellow value is 12.88%
  • key color value is 8.63%
CMYK:
(12,0,13,9)
C12M0Y13K9 
(12%,0%,13%,9%)
(0.12/0.00/0.13/0.09)	

CMYK percentages

%11.59
%0
%12.88
%8.63

Codes

Color #CEE9CB in popluar color models

CEE9CB
RGB206233203
HSL114°40.54%85.49%
HSB/HSV114°12.88%91.37%
CMYK11.59%0.00%12.88%
8.63%

Color #CEE9CB in popluar number systems.

HEXCEE9CB
Decimal206233203
Binary110011101110100111001011
Octal316351313

Shades and tints

Shades of #CEE9CB

#CEE9CB
(206,233,203)
#BCD4B9
(188,212,185)
#AABFA7
(170,191,167)
#98AA95
(152,170,149)
#869583
(134,149,131)
#748071
(116,128,113)
#626B5F
(98,107,95)
#50564D
(80,86,77)
#3E413B
(62,65,59)
#2C2C29
(44,44,41)
#1A1717
(26,23,23)
#000000
(0,0,0)

Tints of #CEE9CB

#CEE9CB
(206,233,203)
#D2EBCF
(210,235,207)
#D6EDD3
(214,237,211)
#DAEFD7
(218,239,215)
#DEF1DB
(222,241,219)
#E2F3DF
(226,243,223)
#E6F5E3
(230,245,227)
#EAF7E7
(234,247,231)
#EEF9EB
(238,249,235)
#F2FBEF
(242,251,239)
#F6FDF3
(246,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEE9CB; }

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

This text font color is #CEE9CB.


Background Color

.myBgColor { background-color: #CEE9CB; }

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

This div background color is #CEE9CB.


Border color

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

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

This div border color is #CEE9CB.


Opacity

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

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

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

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

This text has shadow with #CEE9CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEE9CB on black background.


Color preview on white background

This text has color #CEE9CB on white background.



Black color preview on #CEE9CB background

This text has black color on #CEE9CB background.


White color preview on #CEE9CB background

This text has white color on #CEE9CB background.