COLOR #E1DCD1

HEX: #E1DCD1
RGB: (225,220,209)

Color info

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

RGB color model

#E1DCD1 color RGB value is (225,220,209).

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

RGB channels and saturation

R 225 of 255 = 88%
G 220 of 255 = 86%
B 209 of 255 = 82%

225
220
209

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

Portions of RGB colors in percentages

R + G + B =
225 + 220 + 209 = 654 (100%)
R 225 of 654 ~ 34.4%
G 220 of 654 ~ 33.64%
B 209 of 654 ~ 31.96%

%34.4
%33.64
%31.96

CMYK color model

#E1DCD1 color CMYK value is (0,2,7,12).

  • cyan value is 0.00%
  • magenta value is 2.22%
  • yellow value is 7.11%
  • key color value is 11.76%
CMYK:
(0,2,7,12)
C0M2Y7K12 
(0%,2%,7%,12%)
(0.00/0.02/0.07/0.12)	

CMYK percentages

%0
%2.22
%7.11
%11.76

Codes

Color #E1DCD1 in popluar color models

E1DCD1
RGB225220209
HSL41°21.05%85.10%
HSB/HSV41°7.11%88.24%
CMYK0.00%2.22%7.11%
11.76%

Color #E1DCD1 in popluar number systems.

HEXE1DCD1
Decimal225220209
Binary111000011101110011010001
Octal341334321

Shades and tints

Shades of #E1DCD1

#E1DCD1
(225,220,209)
#CDC8BE
(205,200,190)
#B9B4AB
(185,180,171)
#A5A098
(165,160,152)
#918C85
(145,140,133)
#7D7872
(125,120,114)
#69645F
(105,100,95)
#55504C
(85,80,76)
#413C39
(65,60,57)
#2D2826
(45,40,38)
#191413
(25,20,19)
#000000
(0,0,0)

Tints of #E1DCD1

#E1DCD1
(225,220,209)
#E3DFD5
(227,223,213)
#E5E2D9
(229,226,217)
#E7E5DD
(231,229,221)
#E9E8E1
(233,232,225)
#EBEBE5
(235,235,229)
#EDEEE9
(237,238,233)
#EFF1ED
(239,241,237)
#F1F4F1
(241,244,241)
#F3F7F5
(243,247,245)
#F5FAF9
(245,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DCD1; }

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

This text font color is #E1DCD1.


Background Color

.myBgColor { background-color: #E1DCD1; }

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

This div background color is #E1DCD1.


Border color

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

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

This div border color is #E1DCD1.


Opacity

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

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

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

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

This text has shadow with #E1DCD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DCD1 on black background.


Color preview on white background

This text has color #E1DCD1 on white background.



Black color preview on #E1DCD1 background

This text has black color on #E1DCD1 background.


White color preview on #E1DCD1 background

This text has white color on #E1DCD1 background.