COLOR #E8E4DD

HEX: #E8E4DD
RGB: (232,228,221)

Color info

#E8E4DD contains red, green and blue colors in about the same proportion. Web safe color of #E8E4DD is #FFCCCC (or #FCC).

RGB color model

#E8E4DD color RGB value is (232,228,221).

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

RGB channels and saturation

R 232 of 255 = 91%
G 228 of 255 = 89%
B 221 of 255 = 87%

232
228
221

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

Portions of RGB colors in percentages

R + G + B =
232 + 228 + 221 = 681 (100%)
R 232 of 681 ~ 34.07%
G 228 of 681 ~ 33.48%
B 221 of 681 ~ 32.45%

%34.07
%33.48
%32.45

CMYK color model

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

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

CMYK percentages

%0
%1.72
%4.74
%9.02

Codes

Color #E8E4DD in popluar color models

E8E4DD
RGB232228221
HSL38°19.30%88.82%
HSB/HSV38°4.74%90.98%
CMYK0.00%1.72%4.74%
9.02%

Color #E8E4DD in popluar number systems.

HEXE8E4DD
Decimal232228221
Binary111010001110010011011101
Octal350344335

Shades and tints

Shades of #E8E4DD

#E8E4DD
(232,228,221)
#D3D0C9
(211,208,201)
#BEBCB5
(190,188,181)
#A9A8A1
(169,168,161)
#94948D
(148,148,141)
#7F8079
(127,128,121)
#6A6C65
(106,108,101)
#555851
(85,88,81)
#40443D
(64,68,61)
#2B3029
(43,48,41)
#161C15
(22,28,21)
#000000
(0,0,0)

Tints of #E8E4DD

#E8E4DD
(232,228,221)
#EAE6E0
(234,230,224)
#ECE8E3
(236,232,227)
#EEEAE6
(238,234,230)
#F0ECE9
(240,236,233)
#F2EEEC
(242,238,236)
#F4F0EF
(244,240,239)
#F6F2F2
(246,242,242)
#F8F4F5
(248,244,245)
#FAF6F8
(250,246,248)
#FCF8FB
(252,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8E4DD; }

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

This text font color is #E8E4DD.


Background Color

.myBgColor { background-color: #E8E4DD; }

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

This div background color is #E8E4DD.


Border color

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

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

This div border color is #E8E4DD.


Opacity

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

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

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

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

This text has shadow with #E8E4DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8E4DD on black background.


Color preview on white background

This text has color #E8E4DD on white background.



Black color preview on #E8E4DD background

This text has black color on #E8E4DD background.


White color preview on #E8E4DD background

This text has white color on #E8E4DD background.