COLOR #CEE9BE

HEX: #CEE9BE
RGB: (206,233,190)

Color info

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

RGB color model

#CEE9BE color RGB value is (206,233,190).

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

RGB channels and saturation

R 206 of 255 = 81%
G 233 of 255 = 91%
B 190 of 255 = 75%

206
233
190

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

Portions of RGB colors in percentages

R + G + B =
206 + 233 + 190 = 629 (100%)
R 206 of 629 ~ 32.75%
G 233 of 629 ~ 37.04%
B 190 of 629 ~ 30.21%

%32.75
%37.04
%30.21

CMYK color model

#CEE9BE color CMYK value is (12,0,18,9).

  • cyan value is 11.59%
  • magenta value is 0.00%
  • yellow value is 18.45%
  • key color value is 8.63%
CMYK:
(12,0,18,9)
C12M0Y18K9 
(12%,0%,18%,9%)
(0.12/0.00/0.18/0.09)	

CMYK percentages

%11.59
%0
%18.45
%8.63

Codes

Color #CEE9BE in popluar color models

CEE9BE
RGB206233190
HSL98°49.43%82.94%
HSB/HSV98°18.45%91.37%
CMYK11.59%0.00%18.45%
8.63%

Color #CEE9BE in popluar number systems.

HEXCEE9BE
Decimal206233190
Binary110011101110100110111110
Octal316351276

Shades and tints

Shades of #CEE9BE

#CEE9BE
(206,233,190)
#BCD4AD
(188,212,173)
#AABF9C
(170,191,156)
#98AA8B
(152,170,139)
#86957A
(134,149,122)
#748069
(116,128,105)
#626B58
(98,107,88)
#505647
(80,86,71)
#3E4136
(62,65,54)
#2C2C25
(44,44,37)
#1A1714
(26,23,20)
#000000
(0,0,0)

Tints of #CEE9BE

#CEE9BE
(206,233,190)
#D2EBC3
(210,235,195)
#D6EDC8
(214,237,200)
#DAEFCD
(218,239,205)
#DEF1D2
(222,241,210)
#E2F3D7
(226,243,215)
#E6F5DC
(230,245,220)
#EAF7E1
(234,247,225)
#EEF9E6
(238,249,230)
#F2FBEB
(242,251,235)
#F6FDF0
(246,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEE9BE; }

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

This text font color is #CEE9BE.


Background Color

.myBgColor { background-color: #CEE9BE; }

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

This div background color is #CEE9BE.


Border color

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

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

This div border color is #CEE9BE.


Opacity

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

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

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

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

This text has shadow with #CEE9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEE9BE on black background.


Color preview on white background

This text has color #CEE9BE on white background.



Black color preview on #CEE9BE background

This text has black color on #CEE9BE background.


White color preview on #CEE9BE background

This text has white color on #CEE9BE background.