COLOR #E0EADD

HEX: #E0EADD
RGB: (224,234,221)

Color info

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

RGB color model

#E0EADD color RGB value is (224,234,221).

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

RGB channels and saturation

R 224 of 255 = 88%
G 234 of 255 = 92%
B 221 of 255 = 87%

224
234
221

R + G + B ~ 89%. #E0EADD is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 234 + 221 = 679 (100%)
R 224 of 679 ~ 32.99%
G 234 of 679 ~ 34.46%
B 221 of 679 ~ 32.55%

%32.99
%34.46
%32.55

CMYK color model

#E0EADD color CMYK value is (4,0,6,8).

  • cyan value is 4.27%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 8.24%
CMYK:
(4,0,6,8)
C4M0Y6K8 
(4%,0%,6%,8%)
(0.04/0.00/0.06/0.08)	

CMYK percentages

%4.27
%0
%5.56
%8.24

Codes

Color #E0EADD in popluar color models

E0EADD
RGB224234221
HSL106°23.64%89.22%
HSB/HSV106°5.56%91.76%
CMYK4.27%0.00%5.56%
8.24%

Color #E0EADD in popluar number systems.

HEXE0EADD
Decimal224234221
Binary111000001110101011011101
Octal340352335

Shades and tints

Shades of #E0EADD

#E0EADD
(224,234,221)
#CCD5C9
(204,213,201)
#B8C0B5
(184,192,181)
#A4ABA1
(164,171,161)
#90968D
(144,150,141)
#7C8179
(124,129,121)
#686C65
(104,108,101)
#545751
(84,87,81)
#40423D
(64,66,61)
#2C2D29
(44,45,41)
#181815
(24,24,21)
#000000
(0,0,0)

Tints of #E0EADD

#E0EADD
(224,234,221)
#E2EBE0
(226,235,224)
#E4ECE3
(228,236,227)
#E6EDE6
(230,237,230)
#E8EEE9
(232,238,233)
#EAEFEC
(234,239,236)
#ECF0EF
(236,240,239)
#EEF1F2
(238,241,242)
#F0F2F5
(240,242,245)
#F2F3F8
(242,243,248)
#F4F4FB
(244,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0EADD; }

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

This text font color is #E0EADD.


Background Color

.myBgColor { background-color: #E0EADD; }

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

This div background color is #E0EADD.


Border color

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

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

This div border color is #E0EADD.


Opacity

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

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

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

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

This text has shadow with #E0EADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0EADD on black background.


Color preview on white background

This text has color #E0EADD on white background.



Black color preview on #E0EADD background

This text has black color on #E0EADD background.


White color preview on #E0EADD background

This text has white color on #E0EADD background.