COLOR #E0EDC8

HEX: #E0EDC8
RGB: (224,237,200)

Color info

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

RGB color model

#E0EDC8 color RGB value is (224,237,200).

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

RGB channels and saturation

R 224 of 255 = 88%
G 237 of 255 = 93%
B 200 of 255 = 78%

224
237
200

R + G + B ~ 86%. #E0EDC8 is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 237 + 200 = 661 (100%)
R 224 of 661 ~ 33.89%
G 237 of 661 ~ 35.85%
B 200 of 661 ~ 30.26%

%33.89
%35.85
%30.26

CMYK color model

#E0EDC8 color CMYK value is (5,0,16,7).

  • cyan value is 5.49%
  • magenta value is 0.00%
  • yellow value is 15.61%
  • key color value is 7.06%
CMYK:
(5,0,16,7)
C5M0Y16K7 
(5%,0%,16%,7%)
(0.05/0.00/0.16/0.07)	

CMYK percentages

%5.49
%0
%15.61
%7.06

Codes

Color #E0EDC8 in popluar color models

E0EDC8
RGB224237200
HSL81°50.68%85.69%
HSB/HSV81°15.61%92.94%
CMYK5.49%0.00%15.61%
7.06%

Color #E0EDC8 in popluar number systems.

HEXE0EDC8
Decimal224237200
Binary111000001110110111001000
Octal340355310

Shades and tints

Shades of #E0EDC8

#E0EDC8
(224,237,200)
#CCD8B6
(204,216,182)
#B8C3A4
(184,195,164)
#A4AE92
(164,174,146)
#909980
(144,153,128)
#7C846E
(124,132,110)
#686F5C
(104,111,92)
#545A4A
(84,90,74)
#404538
(64,69,56)
#2C3026
(44,48,38)
#181B14
(24,27,20)
#000000
(0,0,0)

Tints of #E0EDC8

#E0EDC8
(224,237,200)
#E2EECD
(226,238,205)
#E4EFD2
(228,239,210)
#E6F0D7
(230,240,215)
#E8F1DC
(232,241,220)
#EAF2E1
(234,242,225)
#ECF3E6
(236,243,230)
#EEF4EB
(238,244,235)
#F0F5F0
(240,245,240)
#F2F6F5
(242,246,245)
#F4F7FA
(244,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0EDC8; }

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

This text font color is #E0EDC8.


Background Color

.myBgColor { background-color: #E0EDC8; }

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

This div background color is #E0EDC8.


Border color

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

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

This div border color is #E0EDC8.


Opacity

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

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

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

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

This text has shadow with #E0EDC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0EDC8 on black background.


Color preview on white background

This text has color #E0EDC8 on white background.



Black color preview on #E0EDC8 background

This text has black color on #E0EDC8 background.


White color preview on #E0EDC8 background

This text has white color on #E0EDC8 background.