COLOR #E2E8CE

HEX: #E2E8CE
RGB: (226,232,206)

Color info

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

RGB color model

#E2E8CE color RGB value is (226,232,206).

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

RGB channels and saturation

R 226 of 255 = 89%
G 232 of 255 = 91%
B 206 of 255 = 81%

226
232
206

R + G + B ~ 87%. #E2E8CE is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 232 + 206 = 664 (100%)
R 226 of 664 ~ 34.04%
G 232 of 664 ~ 34.94%
B 206 of 664 ~ 31.02%

%34.04
%34.94
%31.02

CMYK color model

#E2E8CE color CMYK value is (3,0,11,9).

  • cyan value is 2.59%
  • magenta value is 0.00%
  • yellow value is 11.21%
  • key color value is 9.02%
CMYK:
(3,0,11,9)
C3M0Y11K9 
(3%,0%,11%,9%)
(0.03/0.00/0.11/0.09)	

CMYK percentages

%2.59
%0
%11.21
%9.02

Codes

Color #E2E8CE in popluar color models

E2E8CE
RGB226232206
HSL74°36.11%85.88%
HSB/HSV74°11.21%90.98%
CMYK2.59%0.00%11.21%
9.02%

Color #E2E8CE in popluar number systems.

HEXE2E8CE
Decimal226232206
Binary111000101110100011001110
Octal342350316

Shades and tints

Shades of #E2E8CE

#E2E8CE
(226,232,206)
#CED3BC
(206,211,188)
#BABEAA
(186,190,170)
#A6A998
(166,169,152)
#929486
(146,148,134)
#7E7F74
(126,127,116)
#6A6A62
(106,106,98)
#565550
(86,85,80)
#42403E
(66,64,62)
#2E2B2C
(46,43,44)
#1A161A
(26,22,26)
#000000
(0,0,0)

Tints of #E2E8CE

#E2E8CE
(226,232,206)
#E4EAD2
(228,234,210)
#E6ECD6
(230,236,214)
#E8EEDA
(232,238,218)
#EAF0DE
(234,240,222)
#ECF2E2
(236,242,226)
#EEF4E6
(238,244,230)
#F0F6EA
(240,246,234)
#F2F8EE
(242,248,238)
#F4FAF2
(244,250,242)
#F6FCF6
(246,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2E8CE; }

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

This text font color is #E2E8CE.


Background Color

.myBgColor { background-color: #E2E8CE; }

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

This div background color is #E2E8CE.


Border color

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

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

This div border color is #E2E8CE.


Opacity

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

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

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

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

This text has shadow with #E2E8CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2E8CE on black background.


Color preview on white background

This text has color #E2E8CE on white background.



Black color preview on #E2E8CE background

This text has black color on #E2E8CE background.


White color preview on #E2E8CE background

This text has white color on #E2E8CE background.