COLOR #E0E9D8

HEX: #E0E9D8
RGB: (224,233,216)

Color info

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

RGB color model

#E0E9D8 color RGB value is (224,233,216).

  • red value is 224;
  • green value is 233;
  • blue value is 216.
RGB: (224,233,216) (88%,91%,85%)

RGB channels and saturation

R 224 of 255 = 88%
G 233 of 255 = 91%
B 216 of 255 = 85%

224
233
216

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

Portions of RGB colors in percentages

R + G + B =
224 + 233 + 216 = 673 (100%)
R 224 of 673 ~ 33.28%
G 233 of 673 ~ 34.62%
B 216 of 673 ~ 32.1%

%33.28
%34.62
%32.1

CMYK color model

#E0E9D8 color CMYK value is (4,0,7,9).

  • cyan value is 3.86%
  • magenta value is 0.00%
  • yellow value is 7.30%
  • key color value is 8.63%
CMYK: (4,0,7,9) C4M0Y7K9 (4%,0%,7%,9%) (0.04/0.00/0.07/0.09)

CMYK percentages

%3.86
%0
%7.3
%8.63

Codes

Color #E0E9D8 in popluar color models

E0E9D8
RGB224233216
HSL92°27.87%88.04%
HSB/HSV92°7.30%91.37%
CMYK3.86%0.00%7.30%
8.63%

Color #E0E9D8 in popluar number systems.

HEXE0E9D8
Decimal224233216
Binary111000001110100111011000
Octal340351330

Shades and tints

Shades of #E0E9D8

#E0E9D8
(224,233,216)
#CCD4C5
(204,212,197)
#B8BFB2
(184,191,178)
#A4AA9F
(164,170,159)
#90958C
(144,149,140)
#7C8079
(124,128,121)
#686B66
(104,107,102)
#545653
(84,86,83)
#404140
(64,65,64)
#2C2C2D
(44,44,45)
#18171A
(24,23,26)
#000000
(0,0,0)

Tints of #E0E9D8

#E0E9D8
(224,233,216)
#E2EBDB
(226,235,219)
#E4EDDE
(228,237,222)
#E6EFE1
(230,239,225)
#E8F1E4
(232,241,228)
#EAF3E7
(234,243,231)
#ECF5EA
(236,245,234)
#EEF7ED
(238,247,237)
#F0F9F0
(240,249,240)
#F2FBF3
(242,251,243)
#F4FDF6
(244,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0E9D8 color. Also use rgb(224,233,216) instead hex code.

Text Font Color

.myTextColor { color: #E0E9D8; }

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

This text font color is #E0E9D8.


Background Color

.myBgColor { background-color: #E0E9D8; }

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

This div background color is #E0E9D8.


Border color

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

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

This div border color is #E0E9D8.


Opacity

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

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

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

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

This text has shadow with #E0E9D8 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E0E9D8 on black background.


Color preview on white background

This text has color #E0E9D8 on white background.



Black color preview on #E0E9D8 background

This text has black color on #E0E9D8 background.


White color preview on #E0E9D8 background

This text has white color on #E0E9D8 background.