COLOR #E0EAD6

HEX: #E0EAD6
RGB: (224,234,214)

Color info

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

RGB color model

#E0EAD6 color RGB value is (224,234,214).

  • red value is 224;
  • green value is 234;
  • blue value is 214.
RGB:
(224,234,214)
(88%,92%,84%)

RGB channels and saturation

R 224 of 255 = 88%
G 234 of 255 = 92%
B 214 of 255 = 84%

224
234
214

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

Portions of RGB colors in percentages

R + G + B =
224 + 234 + 214 = 672 (100%)
R 224 of 672 ~ 33.33%
G 234 of 672 ~ 34.82%
B 214 of 672 ~ 31.85%

%33.33
%34.82
%31.85

CMYK color model

#E0EAD6 color CMYK value is (4,0,9,8).

  • cyan value is 4.27%
  • magenta value is 0.00%
  • yellow value is 8.55%
  • key color value is 8.24%
CMYK:
(4,0,9,8)
C4M0Y9K8 
(4%,0%,9%,8%)
(0.04/0.00/0.09/0.08)	

CMYK percentages

%4.27
%0
%8.55
%8.24

Codes

Color #E0EAD6 in popluar color models

E0EAD6
RGB224234214
HSL90°32.26%87.84%
HSB/HSV90°8.55%91.76%
CMYK4.27%0.00%8.55%
8.24%

Color #E0EAD6 in popluar number systems.

HEXE0EAD6
Decimal224234214
Binary111000001110101011010110
Octal340352326

Shades and tints

Shades of #E0EAD6

#E0EAD6
(224,234,214)
#CCD5C3
(204,213,195)
#B8C0B0
(184,192,176)
#A4AB9D
(164,171,157)
#90968A
(144,150,138)
#7C8177
(124,129,119)
#686C64
(104,108,100)
#545751
(84,87,81)
#40423E
(64,66,62)
#2C2D2B
(44,45,43)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #E0EAD6

#E0EAD6
(224,234,214)
#E2EBD9
(226,235,217)
#E4ECDC
(228,236,220)
#E6EDDF
(230,237,223)
#E8EEE2
(232,238,226)
#EAEFE5
(234,239,229)
#ECF0E8
(236,240,232)
#EEF1EB
(238,241,235)
#F0F2EE
(240,242,238)
#F2F3F1
(242,243,241)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0EAD6 color. Also use rgb(224,234,214) instead hex code.

Text Font Color

.myTextColor { color: #E0EAD6; }

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

This text font color is #E0EAD6.


Background Color

.myBgColor { background-color: #E0EAD6; }

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

This div background color is #E0EAD6.


Border color

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

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

This div border color is #E0EAD6.


Opacity

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

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

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

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

This text has shadow with #E0EAD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0EAD6 on black background.


Color preview on white background

This text has color #E0EAD6 on white background.



Black color preview on #E0EAD6 background

This text has black color on #E0EAD6 background.


White color preview on #E0EAD6 background

This text has white color on #E0EAD6 background.