COLOR #CEE2B8

HEX: #CEE2B8
RGB: (206,226,184)

Color info

#CEE2B8 contains red, green and blue colors in about the same proportion. Web safe color of #CEE2B8 is #CCCCCC (or #CCC).

RGB color model

#CEE2B8 color RGB value is (206,226,184).

  • red value is 206;
  • green value is 226;
  • blue value is 184.
RGB:
(206,226,184)
(81%,89%,72%)

RGB channels and saturation

R 206 of 255 = 81%
G 226 of 255 = 89%
B 184 of 255 = 72%

206
226
184

R + G + B ~ 81%. #CEE2B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 226 + 184 = 616 (100%)
R 206 of 616 ~ 33.44%
G 226 of 616 ~ 36.69%
B 184 of 616 ~ 29.87%

%33.44
%36.69
%29.87

CMYK color model

#CEE2B8 color CMYK value is (9,0,19,11).

  • cyan value is 8.85%
  • magenta value is 0.00%
  • yellow value is 18.58%
  • key color value is 11.37%
CMYK:
(9,0,19,11)
C9M0Y19K11 
(9%,0%,19%,11%)
(0.09/0.00/0.19/0.11)	

CMYK percentages

%8.85
%0
%18.58
%11.37

Codes

Color #CEE2B8 in popluar color models

CEE2B8
RGB206226184
HSL89°42.00%80.39%
HSB/HSV89°18.58%88.63%
CMYK8.85%0.00%18.58%
11.37%

Color #CEE2B8 in popluar number systems.

HEXCEE2B8
Decimal206226184
Binary110011101110001010111000
Octal316342270

Shades and tints

Shades of #CEE2B8

#CEE2B8
(206,226,184)
#BCCEA8
(188,206,168)
#AABA98
(170,186,152)
#98A688
(152,166,136)
#869278
(134,146,120)
#747E68
(116,126,104)
#626A58
(98,106,88)
#505648
(80,86,72)
#3E4238
(62,66,56)
#2C2E28
(44,46,40)
#1A1A18
(26,26,24)
#000000
(0,0,0)

Tints of #CEE2B8

#CEE2B8
(206,226,184)
#D2E4BE
(210,228,190)
#D6E6C4
(214,230,196)
#DAE8CA
(218,232,202)
#DEEAD0
(222,234,208)
#E2ECD6
(226,236,214)
#E6EEDC
(230,238,220)
#EAF0E2
(234,240,226)
#EEF2E8
(238,242,232)
#F2F4EE
(242,244,238)
#F6F6F4
(246,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEE2B8 color. Also use rgb(206,226,184) instead hex code.

Text Font Color

.myTextColor { color: #CEE2B8; }

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

This text font color is #CEE2B8.


Background Color

.myBgColor { background-color: #CEE2B8; }

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

This div background color is #CEE2B8.


Border color

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

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

This div border color is #CEE2B8.


Opacity

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

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

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

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

This text has shadow with #CEE2B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEE2B8 on black background.


Color preview on white background

This text has color #CEE2B8 on white background.



Black color preview on #CEE2B8 background

This text has black color on #CEE2B8 background.


White color preview on #CEE2B8 background

This text has white color on #CEE2B8 background.