COLOR #E4E8DC

HEX: #E4E8DC
RGB: (228,232,220)

Color info

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

RGB color model

#E4E8DC color RGB value is (228,232,220).

  • red value is 228;
  • green value is 232;
  • blue value is 220.
RGB:
(228,232,220)
(89%,91%,86%)

RGB channels and saturation

R 228 of 255 = 89%
G 232 of 255 = 91%
B 220 of 255 = 86%

228
232
220

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

Portions of RGB colors in percentages

R + G + B =
228 + 232 + 220 = 680 (100%)
R 228 of 680 ~ 33.53%
G 232 of 680 ~ 34.12%
B 220 of 680 ~ 32.35%

%33.53
%34.12
%32.35

CMYK color model

#E4E8DC color CMYK value is (2,0,5,9).

  • cyan value is 1.72%
  • magenta value is 0.00%
  • yellow value is 5.17%
  • key color value is 9.02%
CMYK:
(2,0,5,9)
C2M0Y5K9 
(2%,0%,5%,9%)
(0.02/0.00/0.05/0.09)	

CMYK percentages

%1.72
%0
%5.17
%9.02

Codes

Color #E4E8DC in popluar color models

E4E8DC
RGB228232220
HSL80°20.69%88.63%
HSB/HSV80°5.17%90.98%
CMYK1.72%0.00%5.17%
9.02%

Color #E4E8DC in popluar number systems.

HEXE4E8DC
Decimal228232220
Binary111001001110100011011100
Octal344350334

Shades and tints

Shades of #E4E8DC

#E4E8DC
(228,232,220)
#D0D3C8
(208,211,200)
#BCBEB4
(188,190,180)
#A8A9A0
(168,169,160)
#94948C
(148,148,140)
#807F78
(128,127,120)
#6C6A64
(108,106,100)
#585550
(88,85,80)
#44403C
(68,64,60)
#302B28
(48,43,40)
#1C1614
(28,22,20)
#000000
(0,0,0)

Tints of #E4E8DC

#E4E8DC
(228,232,220)
#E6EADF
(230,234,223)
#E8ECE2
(232,236,226)
#EAEEE5
(234,238,229)
#ECF0E8
(236,240,232)
#EEF2EB
(238,242,235)
#F0F4EE
(240,244,238)
#F2F6F1
(242,246,241)
#F4F8F4
(244,248,244)
#F6FAF7
(246,250,247)
#F8FCFA
(248,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4E8DC color. Also use rgb(228,232,220) instead hex code.

Text Font Color

.myTextColor { color: #E4E8DC; }

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

This text font color is #E4E8DC.


Background Color

.myBgColor { background-color: #E4E8DC; }

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

This div background color is #E4E8DC.


Border color

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

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

This div border color is #E4E8DC.


Opacity

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

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

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

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

This text has shadow with #E4E8DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4E8DC on black background.


Color preview on white background

This text has color #E4E8DC on white background.



Black color preview on #E4E8DC background

This text has black color on #E4E8DC background.


White color preview on #E4E8DC background

This text has white color on #E4E8DC background.