COLOR #E2E4CE

HEX: #E2E4CE
RGB: (226,228,206)

Color info

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

RGB color model

#E2E4CE color RGB value is (226,228,206).

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

RGB channels and saturation

R 226 of 255 = 89%
G 228 of 255 = 89%
B 206 of 255 = 81%

226
228
206

R + G + B ~ 86%. #E2E4CE is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 228 + 206 = 660 (100%)
R 226 of 660 ~ 34.24%
G 228 of 660 ~ 34.55%
B 206 of 660 ~ 31.21%

%34.24
%34.55
%31.21

CMYK color model

#E2E4CE color CMYK value is (1,0,10,11).

  • cyan value is 0.88%
  • magenta value is 0.00%
  • yellow value is 9.65%
  • key color value is 10.59%
CMYK:
(1,0,10,11)
C1M0Y10K11 
(1%,0%,10%,11%)
(0.01/0.00/0.10/0.11)	

CMYK percentages

%0.88
%0
%9.65
%10.59

Codes

Color #E2E4CE in popluar color models

E2E4CE
RGB226228206
HSL65°28.95%85.10%
HSB/HSV65°9.65%89.41%
CMYK0.88%0.00%9.65%
10.59%

Color #E2E4CE in popluar number systems.

HEXE2E4CE
Decimal226228206
Binary111000101110010011001110
Octal342344316

Shades and tints

Shades of #E2E4CE

#E2E4CE
(226,228,206)
#CED0BC
(206,208,188)
#BABCAA
(186,188,170)
#A6A898
(166,168,152)
#929486
(146,148,134)
#7E8074
(126,128,116)
#6A6C62
(106,108,98)
#565850
(86,88,80)
#42443E
(66,68,62)
#2E302C
(46,48,44)
#1A1C1A
(26,28,26)
#000000
(0,0,0)

Tints of #E2E4CE

#E2E4CE
(226,228,206)
#E4E6D2
(228,230,210)
#E6E8D6
(230,232,214)
#E8EADA
(232,234,218)
#EAECDE
(234,236,222)
#ECEEE2
(236,238,226)
#EEF0E6
(238,240,230)
#F0F2EA
(240,242,234)
#F2F4EE
(242,244,238)
#F4F6F2
(244,246,242)
#F6F8F6
(246,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2E4CE; }

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

This text font color is #E2E4CE.


Background Color

.myBgColor { background-color: #E2E4CE; }

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

This div background color is #E2E4CE.


Border color

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

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

This div border color is #E2E4CE.


Opacity

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

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

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

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

This text has shadow with #E2E4CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2E4CE on black background.


Color preview on white background

This text has color #E2E4CE on white background.



Black color preview on #E2E4CE background

This text has black color on #E2E4CE background.


White color preview on #E2E4CE background

This text has white color on #E2E4CE background.