COLOR #E1DED1

HEX: #E1DED1
RGB: (225,222,209)

Color info

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

RGB color model

#E1DED1 color RGB value is (225,222,209).

  • red value is 225;
  • green value is 222;
  • blue value is 209.
RGB: (225,222,209) (88%,87%,82%)

RGB channels and saturation

R 225 of 255 = 88%
G 222 of 255 = 87%
B 209 of 255 = 82%

225
222
209

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

Portions of RGB colors in percentages

R + G + B =
225 + 222 + 209 = 656 (100%)
R 225 of 656 ~ 34.3%
G 222 of 656 ~ 33.84%
B 209 of 656 ~ 31.86%

%34.3
%33.84
%31.86

CMYK color model

#E1DED1 color CMYK value is (0,1,7,12).

  • cyan value is 0.00%
  • magenta value is 1.33%
  • yellow value is 7.11%
  • key color value is 11.76%
CMYK: (0,1,7,12) C0M1Y7K12 (0%,1%,7%,12%) (0.00/0.01/0.07/0.12)

CMYK percentages

%0
%1.33
%7.11
%11.76

Codes

Color #E1DED1 in popluar color models

E1DED1
RGB225222209
HSL49°21.05%85.10%
HSB/HSV49°7.11%88.24%
CMYK0.00%1.33%7.11%
11.76%

Color #E1DED1 in popluar number systems.

HEXE1DED1
Decimal225222209
Binary111000011101111011010001
Octal341336321

Shades and tints

Shades of #E1DED1

#E1DED1
(225,222,209)
#CDCABE
(205,202,190)
#B9B6AB
(185,182,171)
#A5A298
(165,162,152)
#918E85
(145,142,133)
#7D7A72
(125,122,114)
#69665F
(105,102,95)
#55524C
(85,82,76)
#413E39
(65,62,57)
#2D2A26
(45,42,38)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #E1DED1

#E1DED1
(225,222,209)
#E3E1D5
(227,225,213)
#E5E4D9
(229,228,217)
#E7E7DD
(231,231,221)
#E9EAE1
(233,234,225)
#EBEDE5
(235,237,229)
#EDF0E9
(237,240,233)
#EFF3ED
(239,243,237)
#F1F6F1
(241,246,241)
#F3F9F5
(243,249,245)
#F5FCF9
(245,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1DED1 color. Also use rgb(225,222,209) instead hex code.

Text Font Color

.myTextColor { color: #E1DED1; }

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

This text font color is #E1DED1.


Background Color

.myBgColor { background-color: #E1DED1; }

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

This div background color is #E1DED1.


Border color

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

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

This div border color is #E1DED1.


Opacity

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

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

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

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

This text has shadow with #E1DED1 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E1DED1 on black background.


Color preview on white background

This text has color #E1DED1 on white background.



Black color preview on #E1DED1 background

This text has black color on #E1DED1 background.


White color preview on #E1DED1 background

This text has white color on #E1DED1 background.