COLOR #E0EDD0

HEX: #E0EDD0
RGB: (224,237,208)

Color info

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

RGB color model

#E0EDD0 color RGB value is (224,237,208).

  • red value is 224;
  • green value is 237;
  • blue value is 208.
RGB:
(224,237,208)
(88%,93%,82%)

RGB channels and saturation

R 224 of 255 = 88%
G 237 of 255 = 93%
B 208 of 255 = 82%

224
237
208

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

Portions of RGB colors in percentages

R + G + B =
224 + 237 + 208 = 669 (100%)
R 224 of 669 ~ 33.48%
G 237 of 669 ~ 35.43%
B 208 of 669 ~ 31.09%

%33.48
%35.43
%31.09

CMYK color model

#E0EDD0 color CMYK value is (5,0,12,7).

  • cyan value is 5.49%
  • magenta value is 0.00%
  • yellow value is 12.24%
  • key color value is 7.06%
CMYK:
(5,0,12,7)
C5M0Y12K7 
(5%,0%,12%,7%)
(0.05/0.00/0.12/0.07)	

CMYK percentages

%5.49
%0
%12.24
%7.06

Codes

Color #E0EDD0 in popluar color models

E0EDD0
RGB224237208
HSL87°44.62%87.25%
HSB/HSV87°12.24%92.94%
CMYK5.49%0.00%12.24%
7.06%

Color #E0EDD0 in popluar number systems.

HEXE0EDD0
Decimal224237208
Binary111000001110110111010000
Octal340355320

Shades and tints

Shades of #E0EDD0

#E0EDD0
(224,237,208)
#CCD8BE
(204,216,190)
#B8C3AC
(184,195,172)
#A4AE9A
(164,174,154)
#909988
(144,153,136)
#7C8476
(124,132,118)
#686F64
(104,111,100)
#545A52
(84,90,82)
#404540
(64,69,64)
#2C302E
(44,48,46)
#181B1C
(24,27,28)
#000000
(0,0,0)

Tints of #E0EDD0

#E0EDD0
(224,237,208)
#E2EED4
(226,238,212)
#E4EFD8
(228,239,216)
#E6F0DC
(230,240,220)
#E8F1E0
(232,241,224)
#EAF2E4
(234,242,228)
#ECF3E8
(236,243,232)
#EEF4EC
(238,244,236)
#F0F5F0
(240,245,240)
#F2F6F4
(242,246,244)
#F4F7F8
(244,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0EDD0 color. Also use rgb(224,237,208) instead hex code.

Text Font Color

.myTextColor { color: #E0EDD0; }

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

This text font color is #E0EDD0.


Background Color

.myBgColor { background-color: #E0EDD0; }

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

This div background color is #E0EDD0.


Border color

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

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

This div border color is #E0EDD0.


Opacity

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

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

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

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

This text has shadow with #E0EDD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0EDD0 on black background.


Color preview on white background

This text has color #E0EDD0 on white background.



Black color preview on #E0EDD0 background

This text has black color on #E0EDD0 background.


White color preview on #E0EDD0 background

This text has white color on #E0EDD0 background.