COLOR #E1DBD2

HEX: #E1DBD2
RGB: (225,219,210)

Color info

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

RGB color model

#E1DBD2 color RGB value is (225,219,210).

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

RGB channels and saturation

R 225 of 255 = 88%
G 219 of 255 = 86%
B 210 of 255 = 82%

225
219
210

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

Portions of RGB colors in percentages

R + G + B =
225 + 219 + 210 = 654 (100%)
R 225 of 654 ~ 34.4%
G 219 of 654 ~ 33.49%
B 210 of 654 ~ 32.11%

%34.4
%33.49
%32.11

CMYK color model

#E1DBD2 color CMYK value is (0,3,7,12).

  • cyan value is 0.00%
  • magenta value is 2.67%
  • yellow value is 6.67%
  • key color value is 11.76%
CMYK:
(0,3,7,12)
C0M3Y7K12 
(0%,3%,7%,12%)
(0.00/0.03/0.07/0.12)	

CMYK percentages

%0
%2.67
%6.67
%11.76

Codes

Color #E1DBD2 in popluar color models

E1DBD2
RGB225219210
HSL36°20.00%85.29%
HSB/HSV36°6.67%88.24%
CMYK0.00%2.67%6.67%
11.76%

Color #E1DBD2 in popluar number systems.

HEXE1DBD2
Decimal225219210
Binary111000011101101111010010
Octal341333322

Shades and tints

Shades of #E1DBD2

#E1DBD2
(225,219,210)
#CDC8BF
(205,200,191)
#B9B5AC
(185,181,172)
#A5A299
(165,162,153)
#918F86
(145,143,134)
#7D7C73
(125,124,115)
#696960
(105,105,96)
#55564D
(85,86,77)
#41433A
(65,67,58)
#2D3027
(45,48,39)
#191D14
(25,29,20)
#000000
(0,0,0)

Tints of #E1DBD2

#E1DBD2
(225,219,210)
#E3DED6
(227,222,214)
#E5E1DA
(229,225,218)
#E7E4DE
(231,228,222)
#E9E7E2
(233,231,226)
#EBEAE6
(235,234,230)
#EDEDEA
(237,237,234)
#EFF0EE
(239,240,238)
#F1F3F2
(241,243,242)
#F3F6F6
(243,246,246)
#F5F9FA
(245,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1DBD2 color. Also use rgb(225,219,210) instead hex code.

Text Font Color

.myTextColor { color: #E1DBD2; }

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

This text font color is #E1DBD2.


Background Color

.myBgColor { background-color: #E1DBD2; }

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

This div background color is #E1DBD2.


Border color

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

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

This div border color is #E1DBD2.


Opacity

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

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

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

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

This text has shadow with #E1DBD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DBD2 on black background.


Color preview on white background

This text has color #E1DBD2 on white background.



Black color preview on #E1DBD2 background

This text has black color on #E1DBD2 background.


White color preview on #E1DBD2 background

This text has white color on #E1DBD2 background.