COLOR #E1DAD0

HEX: #E1DAD0
RGB: (225,218,208)

Color info

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

RGB color model

#E1DAD0 color RGB value is (225,218,208).

  • red value is 225;
  • green value is 218;
  • blue value is 208.
RGB:
(225,218,208)
(88%,85%,82%)

RGB channels and saturation

R 225 of 255 = 88%
G 218 of 255 = 85%
B 208 of 255 = 82%

225
218
208

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

Portions of RGB colors in percentages

R + G + B =
225 + 218 + 208 = 651 (100%)
R 225 of 651 ~ 34.56%
G 218 of 651 ~ 33.49%
B 208 of 651 ~ 31.95%

%34.56
%33.49
%31.95

CMYK color model

#E1DAD0 color CMYK value is (0,3,8,12).

  • cyan value is 0.00%
  • magenta value is 3.11%
  • yellow value is 7.56%
  • key color value is 11.76%
CMYK:
(0,3,8,12)
C0M3Y8K12 
(0%,3%,8%,12%)
(0.00/0.03/0.08/0.12)	

CMYK percentages

%0
%3.11
%7.56
%11.76

Codes

Color #E1DAD0 in popluar color models

E1DAD0
RGB225218208
HSL35°22.08%84.90%
HSB/HSV35°7.56%88.24%
CMYK0.00%3.11%7.56%
11.76%

Color #E1DAD0 in popluar number systems.

HEXE1DAD0
Decimal225218208
Binary111000011101101011010000
Octal341332320

Shades and tints

Shades of #E1DAD0

#E1DAD0
(225,218,208)
#CDC7BE
(205,199,190)
#B9B4AC
(185,180,172)
#A5A19A
(165,161,154)
#918E88
(145,142,136)
#7D7B76
(125,123,118)
#696864
(105,104,100)
#555552
(85,85,82)
#414240
(65,66,64)
#2D2F2E
(45,47,46)
#191C1C
(25,28,28)
#000000
(0,0,0)

Tints of #E1DAD0

#E1DAD0
(225,218,208)
#E3DDD4
(227,221,212)
#E5E0D8
(229,224,216)
#E7E3DC
(231,227,220)
#E9E6E0
(233,230,224)
#EBE9E4
(235,233,228)
#EDECE8
(237,236,232)
#EFEFEC
(239,239,236)
#F1F2F0
(241,242,240)
#F3F5F4
(243,245,244)
#F5F8F8
(245,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1DAD0 color. Also use rgb(225,218,208) instead hex code.

Text Font Color

.myTextColor { color: #E1DAD0; }

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

This text font color is #E1DAD0.


Background Color

.myBgColor { background-color: #E1DAD0; }

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

This div background color is #E1DAD0.


Border color

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

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

This div border color is #E1DAD0.


Opacity

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

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

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

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

This text has shadow with #E1DAD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DAD0 on black background.


Color preview on white background

This text has color #E1DAD0 on white background.



Black color preview on #E1DAD0 background

This text has black color on #E1DAD0 background.


White color preview on #E1DAD0 background

This text has white color on #E1DAD0 background.