COLOR #E1D8D4

HEX: #E1D8D4
RGB: (225,216,212)

Color info

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

RGB color model

#E1D8D4 color RGB value is (225,216,212).

  • red value is 225;
  • green value is 216;
  • blue value is 212.
RGB:
(225,216,212)
(88%,85%,83%)

RGB channels and saturation

R 225 of 255 = 88%
G 216 of 255 = 85%
B 212 of 255 = 83%

225
216
212

R + G + B ~ 85%. #E1D8D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 216 + 212 = 653 (100%)
R 225 of 653 ~ 34.46%
G 216 of 653 ~ 33.08%
B 212 of 653 ~ 32.47%

%34.46
%33.08
%32.47

CMYK color model

#E1D8D4 color CMYK value is (0,4,6,12).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 5.78%
  • key color value is 11.76%
CMYK:
(0,4,6,12)
C0M4Y6K12 
(0%,4%,6%,12%)
(0.00/0.04/0.06/0.12)	

CMYK percentages

%0
%4
%5.78
%11.76

Codes

Color #E1D8D4 in popluar color models

E1D8D4
RGB225216212
HSL18°17.81%85.69%
HSB/HSV18°5.78%88.24%
CMYK0.00%4.00%5.78%
11.76%

Color #E1D8D4 in popluar number systems.

HEXE1D8D4
Decimal225216212
Binary111000011101100011010100
Octal341330324

Shades and tints

Shades of #E1D8D4

#E1D8D4
(225,216,212)
#CDC5C1
(205,197,193)
#B9B2AE
(185,178,174)
#A59F9B
(165,159,155)
#918C88
(145,140,136)
#7D7975
(125,121,117)
#696662
(105,102,98)
#55534F
(85,83,79)
#41403C
(65,64,60)
#2D2D29
(45,45,41)
#191A16
(25,26,22)
#000000
(0,0,0)

Tints of #E1D8D4

#E1D8D4
(225,216,212)
#E3DBD7
(227,219,215)
#E5DEDA
(229,222,218)
#E7E1DD
(231,225,221)
#E9E4E0
(233,228,224)
#EBE7E3
(235,231,227)
#EDEAE6
(237,234,230)
#EFEDE9
(239,237,233)
#F1F0EC
(241,240,236)
#F3F3EF
(243,243,239)
#F5F6F2
(245,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D8D4 color. Also use rgb(225,216,212) instead hex code.

Text Font Color

.myTextColor { color: #E1D8D4; }

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

This text font color is #E1D8D4.


Background Color

.myBgColor { background-color: #E1D8D4; }

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

This div background color is #E1D8D4.


Border color

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

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

This div border color is #E1D8D4.


Opacity

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

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

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

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

This text has shadow with #E1D8D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D8D4 on black background.


Color preview on white background

This text has color #E1D8D4 on white background.



Black color preview on #E1D8D4 background

This text has black color on #E1D8D4 background.


White color preview on #E1D8D4 background

This text has white color on #E1D8D4 background.