COLOR #E1DFD5

HEX: #E1DFD5
RGB: (225,223,213)

Color info

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

RGB color model

#E1DFD5 color RGB value is (225,223,213).

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

RGB channels and saturation

R 225 of 255 = 88%
G 223 of 255 = 87%
B 213 of 255 = 84%

225
223
213

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

Portions of RGB colors in percentages

R + G + B =
225 + 223 + 213 = 661 (100%)
R 225 of 661 ~ 34.04%
G 223 of 661 ~ 33.74%
B 213 of 661 ~ 32.22%

%34.04
%33.74
%32.22

CMYK color model

#E1DFD5 color CMYK value is (0,1,5,12).

  • cyan value is 0.00%
  • magenta value is 0.89%
  • yellow value is 5.33%
  • key color value is 11.76%
CMYK:
(0,1,5,12)
C0M1Y5K12 
(0%,1%,5%,12%)
(0.00/0.01/0.05/0.12)	

CMYK percentages

%0
%0.89
%5.33
%11.76

Codes

Color #E1DFD5 in popluar color models

E1DFD5
RGB225223213
HSL50°16.67%85.88%
HSB/HSV50°5.33%88.24%
CMYK0.00%0.89%5.33%
11.76%

Color #E1DFD5 in popluar number systems.

HEXE1DFD5
Decimal225223213
Binary111000011101111111010101
Octal341337325

Shades and tints

Shades of #E1DFD5

#E1DFD5
(225,223,213)
#CDCBC2
(205,203,194)
#B9B7AF
(185,183,175)
#A5A39C
(165,163,156)
#918F89
(145,143,137)
#7D7B76
(125,123,118)
#696763
(105,103,99)
#555350
(85,83,80)
#413F3D
(65,63,61)
#2D2B2A
(45,43,42)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #E1DFD5

#E1DFD5
(225,223,213)
#E3E1D8
(227,225,216)
#E5E3DB
(229,227,219)
#E7E5DE
(231,229,222)
#E9E7E1
(233,231,225)
#EBE9E4
(235,233,228)
#EDEBE7
(237,235,231)
#EFEDEA
(239,237,234)
#F1EFED
(241,239,237)
#F3F1F0
(243,241,240)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DFD5; }

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

This text font color is #E1DFD5.


Background Color

.myBgColor { background-color: #E1DFD5; }

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

This div background color is #E1DFD5.


Border color

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

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

This div border color is #E1DFD5.


Opacity

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

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

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

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

This text has shadow with #E1DFD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DFD5 on black background.


Color preview on white background

This text has color #E1DFD5 on white background.



Black color preview on #E1DFD5 background

This text has black color on #E1DFD5 background.


White color preview on #E1DFD5 background

This text has white color on #E1DFD5 background.