COLOR #E4E1DC

HEX: #E4E1DC
RGB: (228,225,220)

Color info

#E4E1DC contains red, green and blue colors in about the same proportion. Web safe color of #E4E1DC is #CCCCCC (or #CCC).

RGB color model

#E4E1DC color RGB value is (228,225,220).

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

RGB channels and saturation

R 228 of 255 = 89%
G 225 of 255 = 88%
B 220 of 255 = 86%

228
225
220

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

Portions of RGB colors in percentages

R + G + B =
228 + 225 + 220 = 673 (100%)
R 228 of 673 ~ 33.88%
G 225 of 673 ~ 33.43%
B 220 of 673 ~ 32.69%

%33.88
%33.43
%32.69

CMYK color model

#E4E1DC color CMYK value is (0,1,4,11).

  • cyan value is 0.00%
  • magenta value is 1.32%
  • yellow value is 3.51%
  • key color value is 10.59%
CMYK:
(0,1,4,11)
C0M1Y4K11 
(0%,1%,4%,11%)
(0.00/0.01/0.04/0.11)	

CMYK percentages

%0
%1.32
%3.51
%10.59

Codes

Color #E4E1DC in popluar color models

E4E1DC
RGB228225220
HSL37°12.90%87.84%
HSB/HSV37°3.51%89.41%
CMYK0.00%1.32%3.51%
10.59%

Color #E4E1DC in popluar number systems.

HEXE4E1DC
Decimal228225220
Binary111001001110000111011100
Octal344341334

Shades and tints

Shades of #E4E1DC

#E4E1DC
(228,225,220)
#D0CDC8
(208,205,200)
#BCB9B4
(188,185,180)
#A8A5A0
(168,165,160)
#94918C
(148,145,140)
#807D78
(128,125,120)
#6C6964
(108,105,100)
#585550
(88,85,80)
#44413C
(68,65,60)
#302D28
(48,45,40)
#1C1914
(28,25,20)
#000000
(0,0,0)

Tints of #E4E1DC

#E4E1DC
(228,225,220)
#E6E3DF
(230,227,223)
#E8E5E2
(232,229,226)
#EAE7E5
(234,231,229)
#ECE9E8
(236,233,232)
#EEEBEB
(238,235,235)
#F0EDEE
(240,237,238)
#F2EFF1
(242,239,241)
#F4F1F4
(244,241,244)
#F6F3F7
(246,243,247)
#F8F5FA
(248,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4E1DC; }

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

This text font color is #E4E1DC.


Background Color

.myBgColor { background-color: #E4E1DC; }

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

This div background color is #E4E1DC.


Border color

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

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

This div border color is #E4E1DC.


Opacity

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

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

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

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

This text has shadow with #E4E1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4E1DC on black background.


Color preview on white background

This text has color #E4E1DC on white background.



Black color preview on #E4E1DC background

This text has black color on #E4E1DC background.


White color preview on #E4E1DC background

This text has white color on #E4E1DC background.