COLOR #E1DAB8

HEX: #E1DAB8
RGB: (225,218,184)

Color info

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

RGB color model

#E1DAB8 color RGB value is (225,218,184).

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

RGB channels and saturation

R 225 of 255 = 88%
G 218 of 255 = 85%
B 184 of 255 = 72%

225
218
184

R + G + B ~ 82%. #E1DAB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 218 + 184 = 627 (100%)
R 225 of 627 ~ 35.89%
G 218 of 627 ~ 34.77%
B 184 of 627 ~ 29.35%

%35.89
%34.77
%29.35

CMYK color model

#E1DAB8 color CMYK value is (0,3,18,12).

  • cyan value is 0.00%
  • magenta value is 3.11%
  • yellow value is 18.22%
  • key color value is 11.76%
CMYK:
(0,3,18,12)
C0M3Y18K12 
(0%,3%,18%,12%)
(0.00/0.03/0.18/0.12)	

CMYK percentages

%0
%3.11
%18.22
%11.76

Codes

Color #E1DAB8 in popluar color models

E1DAB8
RGB225218184
HSL50°40.59%80.20%
HSB/HSV50°18.22%88.24%
CMYK0.00%3.11%18.22%
11.76%

Color #E1DAB8 in popluar number systems.

HEXE1DAB8
Decimal225218184
Binary111000011101101010111000
Octal341332270

Shades and tints

Shades of #E1DAB8

#E1DAB8
(225,218,184)
#CDC7A8
(205,199,168)
#B9B498
(185,180,152)
#A5A188
(165,161,136)
#918E78
(145,142,120)
#7D7B68
(125,123,104)
#696858
(105,104,88)
#555548
(85,85,72)
#414238
(65,66,56)
#2D2F28
(45,47,40)
#191C18
(25,28,24)
#000000
(0,0,0)

Tints of #E1DAB8

#E1DAB8
(225,218,184)
#E3DDBE
(227,221,190)
#E5E0C4
(229,224,196)
#E7E3CA
(231,227,202)
#E9E6D0
(233,230,208)
#EBE9D6
(235,233,214)
#EDECDC
(237,236,220)
#EFEFE2
(239,239,226)
#F1F2E8
(241,242,232)
#F3F5EE
(243,245,238)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DAB8; }

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

This text font color is #E1DAB8.


Background Color

.myBgColor { background-color: #E1DAB8; }

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

This div background color is #E1DAB8.


Border color

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

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

This div border color is #E1DAB8.


Opacity

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

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

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

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

This text has shadow with #E1DAB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DAB8 on black background.


Color preview on white background

This text has color #E1DAB8 on white background.



Black color preview on #E1DAB8 background

This text has black color on #E1DAB8 background.


White color preview on #E1DAB8 background

This text has white color on #E1DAB8 background.