COLOR #E2EAD7

HEX: #E2EAD7
RGB: (226,234,215)

Color info

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

RGB color model

#E2EAD7 color RGB value is (226,234,215).

  • red value is 226;
  • green value is 234;
  • blue value is 215.
RGB:
(226,234,215)
(89%,92%,84%)

RGB channels and saturation

R 226 of 255 = 89%
G 234 of 255 = 92%
B 215 of 255 = 84%

226
234
215

R + G + B ~ 88%. #E2EAD7 is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 234 + 215 = 675 (100%)
R 226 of 675 ~ 33.48%
G 234 of 675 ~ 34.67%
B 215 of 675 ~ 31.85%

%33.48
%34.67
%31.85

CMYK color model

#E2EAD7 color CMYK value is (3,0,8,8).

  • cyan value is 3.42%
  • magenta value is 0.00%
  • yellow value is 8.12%
  • key color value is 8.24%
CMYK:
(3,0,8,8)
C3M0Y8K8 
(3%,0%,8%,8%)
(0.03/0.00/0.08/0.08)	

CMYK percentages

%3.42
%0
%8.12
%8.24

Codes

Color #E2EAD7 in popluar color models

E2EAD7
RGB226234215
HSL85°31.15%88.04%
HSB/HSV85°8.12%91.76%
CMYK3.42%0.00%8.12%
8.24%

Color #E2EAD7 in popluar number systems.

HEXE2EAD7
Decimal226234215
Binary111000101110101011010111
Octal342352327

Shades and tints

Shades of #E2EAD7

#E2EAD7
(226,234,215)
#CED5C4
(206,213,196)
#BAC0B1
(186,192,177)
#A6AB9E
(166,171,158)
#92968B
(146,150,139)
#7E8178
(126,129,120)
#6A6C65
(106,108,101)
#565752
(86,87,82)
#42423F
(66,66,63)
#2E2D2C
(46,45,44)
#1A1819
(26,24,25)
#000000
(0,0,0)

Tints of #E2EAD7

#E2EAD7
(226,234,215)
#E4EBDA
(228,235,218)
#E6ECDD
(230,236,221)
#E8EDE0
(232,237,224)
#EAEEE3
(234,238,227)
#ECEFE6
(236,239,230)
#EEF0E9
(238,240,233)
#F0F1EC
(240,241,236)
#F2F2EF
(242,242,239)
#F4F3F2
(244,243,242)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2EAD7 color. Also use rgb(226,234,215) instead hex code.

Text Font Color

.myTextColor { color: #E2EAD7; }

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

This text font color is #E2EAD7.


Background Color

.myBgColor { background-color: #E2EAD7; }

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

This div background color is #E2EAD7.


Border color

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

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

This div border color is #E2EAD7.


Opacity

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

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

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

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

This text has shadow with #E2EAD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2EAD7 on black background.


Color preview on white background

This text has color #E2EAD7 on white background.



Black color preview on #E2EAD7 background

This text has black color on #E2EAD7 background.


White color preview on #E2EAD7 background

This text has white color on #E2EAD7 background.