COLOR #CEE9B1

HEX: #CEE9B1
RGB: (206,233,177)

Color info

#CEE9B1 contains red, green and blue colors in about the same proportion. Web safe color of #CEE9B1 is #CCFF99 (or #CF9).

RGB color model

#CEE9B1 color RGB value is (206,233,177).

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

RGB channels and saturation

R 206 of 255 = 81%
G 233 of 255 = 91%
B 177 of 255 = 69%

206
233
177

R + G + B ~ 80%. #CEE9B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 233 + 177 = 616 (100%)
R 206 of 616 ~ 33.44%
G 233 of 616 ~ 37.82%
B 177 of 616 ~ 28.73%

%33.44
%37.82
%28.73

CMYK color model

#CEE9B1 color CMYK value is (12,0,24,9).

  • cyan value is 11.59%
  • magenta value is 0.00%
  • yellow value is 24.03%
  • key color value is 8.63%
CMYK:
(12,0,24,9)
C12M0Y24K9 
(12%,0%,24%,9%)
(0.12/0.00/0.24/0.09)	

CMYK percentages

%11.59
%0
%24.03
%8.63

Codes

Color #CEE9B1 in popluar color models

CEE9B1
RGB206233177
HSL89°56.00%80.39%
HSB/HSV89°24.03%91.37%
CMYK11.59%0.00%24.03%
8.63%

Color #CEE9B1 in popluar number systems.

HEXCEE9B1
Decimal206233177
Binary110011101110100110110001
Octal316351261

Shades and tints

Shades of #CEE9B1

#CEE9B1
(206,233,177)
#BCD4A1
(188,212,161)
#AABF91
(170,191,145)
#98AA81
(152,170,129)
#869571
(134,149,113)
#748061
(116,128,97)
#626B51
(98,107,81)
#505641
(80,86,65)
#3E4131
(62,65,49)
#2C2C21
(44,44,33)
#1A1711
(26,23,17)
#000000
(0,0,0)

Tints of #CEE9B1

#CEE9B1
(206,233,177)
#D2EBB8
(210,235,184)
#D6EDBF
(214,237,191)
#DAEFC6
(218,239,198)
#DEF1CD
(222,241,205)
#E2F3D4
(226,243,212)
#E6F5DB
(230,245,219)
#EAF7E2
(234,247,226)
#EEF9E9
(238,249,233)
#F2FBF0
(242,251,240)
#F6FDF7
(246,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEE9B1; }

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

This text font color is #CEE9B1.


Background Color

.myBgColor { background-color: #CEE9B1; }

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

This div background color is #CEE9B1.


Border color

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

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

This div border color is #CEE9B1.


Opacity

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

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

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

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

This text has shadow with #CEE9B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEE9B1 on black background.


Color preview on white background

This text has color #CEE9B1 on white background.



Black color preview on #CEE9B1 background

This text has black color on #CEE9B1 background.


White color preview on #CEE9B1 background

This text has white color on #CEE9B1 background.