COLOR #E1DFD4

HEX: #E1DFD4
RGB: (225,223,212)

Color info

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

RGB color model

#E1DFD4 color RGB value is (225,223,212).

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

RGB channels and saturation

R 225 of 255 = 88%
G 223 of 255 = 87%
B 212 of 255 = 83%

225
223
212

R + G + B ~ 86%. #E1DFD4 is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 223 + 212 = 660 (100%)
R 225 of 660 ~ 34.09%
G 223 of 660 ~ 33.79%
B 212 of 660 ~ 32.12%

%34.09
%33.79
%32.12

CMYK color model

#E1DFD4 color CMYK value is (0,1,6,12).

  • cyan value is 0.00%
  • magenta value is 0.89%
  • yellow value is 5.78%
  • key color value is 11.76%
CMYK:
(0,1,6,12)
C0M1Y6K12 
(0%,1%,6%,12%)
(0.00/0.01/0.06/0.12)	

CMYK percentages

%0
%0.89
%5.78
%11.76

Codes

Color #E1DFD4 in popluar color models

E1DFD4
RGB225223212
HSL51°17.81%85.69%
HSB/HSV51°5.78%88.24%
CMYK0.00%0.89%5.78%
11.76%

Color #E1DFD4 in popluar number systems.

HEXE1DFD4
Decimal225223212
Binary111000011101111111010100
Octal341337324

Shades and tints

Shades of #E1DFD4

#E1DFD4
(225,223,212)
#CDCBC1
(205,203,193)
#B9B7AE
(185,183,174)
#A5A39B
(165,163,155)
#918F88
(145,143,136)
#7D7B75
(125,123,117)
#696762
(105,103,98)
#55534F
(85,83,79)
#413F3C
(65,63,60)
#2D2B29
(45,43,41)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #E1DFD4

#E1DFD4
(225,223,212)
#E3E1D7
(227,225,215)
#E5E3DA
(229,227,218)
#E7E5DD
(231,229,221)
#E9E7E0
(233,231,224)
#EBE9E3
(235,233,227)
#EDEBE6
(237,235,230)
#EFEDE9
(239,237,233)
#F1EFEC
(241,239,236)
#F3F1EF
(243,241,239)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DFD4; }

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

This text font color is #E1DFD4.


Background Color

.myBgColor { background-color: #E1DFD4; }

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

This div background color is #E1DFD4.


Border color

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

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

This div border color is #E1DFD4.


Opacity

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

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

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

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

This text has shadow with #E1DFD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DFD4 on black background.


Color preview on white background

This text has color #E1DFD4 on white background.



Black color preview on #E1DFD4 background

This text has black color on #E1DFD4 background.


White color preview on #E1DFD4 background

This text has white color on #E1DFD4 background.