COLOR #E5EAD2

HEX: #E5EAD2
RGB: (229,234,210)

Color info

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

RGB color model

#E5EAD2 color RGB value is (229,234,210).

  • red value is 229;
  • green value is 234;
  • blue value is 210.
RGB:
(229,234,210)
(90%,92%,82%)

RGB channels and saturation

R 229 of 255 = 90%
G 234 of 255 = 92%
B 210 of 255 = 82%

229
234
210

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

Portions of RGB colors in percentages

R + G + B =
229 + 234 + 210 = 673 (100%)
R 229 of 673 ~ 34.03%
G 234 of 673 ~ 34.77%
B 210 of 673 ~ 31.2%

%34.03
%34.77
%31.2

CMYK color model

#E5EAD2 color CMYK value is (2,0,10,8).

  • cyan value is 2.14%
  • magenta value is 0.00%
  • yellow value is 10.26%
  • key color value is 8.24%
CMYK:
(2,0,10,8)
C2M0Y10K8 
(2%,0%,10%,8%)
(0.02/0.00/0.10/0.08)	

CMYK percentages

%2.14
%0
%10.26
%8.24

Codes

Color #E5EAD2 in popluar color models

E5EAD2
RGB229234210
HSL73°36.36%87.06%
HSB/HSV73°10.26%91.76%
CMYK2.14%0.00%10.26%
8.24%

Color #E5EAD2 in popluar number systems.

HEXE5EAD2
Decimal229234210
Binary111001011110101011010010
Octal345352322

Shades and tints

Shades of #E5EAD2

#E5EAD2
(229,234,210)
#D1D5BF
(209,213,191)
#BDC0AC
(189,192,172)
#A9AB99
(169,171,153)
#959686
(149,150,134)
#818173
(129,129,115)
#6D6C60
(109,108,96)
#59574D
(89,87,77)
#45423A
(69,66,58)
#312D27
(49,45,39)
#1D1814
(29,24,20)
#000000
(0,0,0)

Tints of #E5EAD2

#E5EAD2
(229,234,210)
#E7EBD6
(231,235,214)
#E9ECDA
(233,236,218)
#EBEDDE
(235,237,222)
#EDEEE2
(237,238,226)
#EFEFE6
(239,239,230)
#F1F0EA
(241,240,234)
#F3F1EE
(243,241,238)
#F5F2F2
(245,242,242)
#F7F3F6
(247,243,246)
#F9F4FA
(249,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5EAD2 color. Also use rgb(229,234,210) instead hex code.

Text Font Color

.myTextColor { color: #E5EAD2; }

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

This text font color is #E5EAD2.


Background Color

.myBgColor { background-color: #E5EAD2; }

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

This div background color is #E5EAD2.


Border color

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

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

This div border color is #E5EAD2.


Opacity

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

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

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

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

This text has shadow with #E5EAD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5EAD2 on black background.


Color preview on white background

This text has color #E5EAD2 on white background.



Black color preview on #E5EAD2 background

This text has black color on #E5EAD2 background.


White color preview on #E5EAD2 background

This text has white color on #E5EAD2 background.