COLOR #E4E1DD

HEX: #E4E1DD
RGB: (228,225,221)

Color info

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

RGB color model

#E4E1DD color RGB value is (228,225,221).

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

RGB channels and saturation

R 228 of 255 = 89%
G 225 of 255 = 88%
B 221 of 255 = 87%

228
225
221

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

Portions of RGB colors in percentages

R + G + B =
228 + 225 + 221 = 674 (100%)
R 228 of 674 ~ 33.83%
G 225 of 674 ~ 33.38%
B 221 of 674 ~ 32.79%

%33.83
%33.38
%32.79

CMYK color model

#E4E1DD color CMYK value is (0,1,3,11).

  • cyan value is 0.00%
  • magenta value is 1.32%
  • yellow value is 3.07%
  • key color value is 10.59%
CMYK:
(0,1,3,11)
C0M1Y3K11 
(0%,1%,3%,11%)
(0.00/0.01/0.03/0.11)	

CMYK percentages

%0
%1.32
%3.07
%10.59

Codes

Color #E4E1DD in popluar color models

E4E1DD
RGB228225221
HSL34°11.48%88.04%
HSB/HSV34°3.07%89.41%
CMYK0.00%1.32%3.07%
10.59%

Color #E4E1DD in popluar number systems.

HEXE4E1DD
Decimal228225221
Binary111001001110000111011101
Octal344341335

Shades and tints

Shades of #E4E1DD

#E4E1DD
(228,225,221)
#D0CDC9
(208,205,201)
#BCB9B5
(188,185,181)
#A8A5A1
(168,165,161)
#94918D
(148,145,141)
#807D79
(128,125,121)
#6C6965
(108,105,101)
#585551
(88,85,81)
#44413D
(68,65,61)
#302D29
(48,45,41)
#1C1915
(28,25,21)
#000000
(0,0,0)

Tints of #E4E1DD

#E4E1DD
(228,225,221)
#E6E3E0
(230,227,224)
#E8E5E3
(232,229,227)
#EAE7E6
(234,231,230)
#ECE9E9
(236,233,233)
#EEEBEC
(238,235,236)
#F0EDEF
(240,237,239)
#F2EFF2
(242,239,242)
#F4F1F5
(244,241,245)
#F6F3F8
(246,243,248)
#F8F5FB
(248,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4E1DD; }

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

This text font color is #E4E1DD.


Background Color

.myBgColor { background-color: #E4E1DD; }

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

This div background color is #E4E1DD.


Border color

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

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

This div border color is #E4E1DD.


Opacity

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

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

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

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

This text has shadow with #E4E1DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4E1DD on black background.


Color preview on white background

This text has color #E4E1DD on white background.



Black color preview on #E4E1DD background

This text has black color on #E4E1DD background.


White color preview on #E4E1DD background

This text has white color on #E4E1DD background.