COLOR #E1DACE

HEX: #E1DACE
RGB: (225,218,206)

Color info

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

RGB color model

#E1DACE color RGB value is (225,218,206).

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

RGB channels and saturation

R 225 of 255 = 88%
G 218 of 255 = 85%
B 206 of 255 = 81%

225
218
206

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

Portions of RGB colors in percentages

R + G + B =
225 + 218 + 206 = 649 (100%)
R 225 of 649 ~ 34.67%
G 218 of 649 ~ 33.59%
B 206 of 649 ~ 31.74%

%34.67
%33.59
%31.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.11%
  • yellow value is 8.44%
  • 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
%8.44
%11.76

Codes

Color #E1DACE in popluar color models

E1DACE
RGB225218206
HSL38°24.05%84.51%
HSB/HSV38°8.44%88.24%
CMYK0.00%3.11%8.44%
11.76%

Color #E1DACE in popluar number systems.

HEXE1DACE
Decimal225218206
Binary111000011101101011001110
Octal341332316

Shades and tints

Shades of #E1DACE

#E1DACE
(225,218,206)
#CDC7BC
(205,199,188)
#B9B4AA
(185,180,170)
#A5A198
(165,161,152)
#918E86
(145,142,134)
#7D7B74
(125,123,116)
#696862
(105,104,98)
#555550
(85,85,80)
#41423E
(65,66,62)
#2D2F2C
(45,47,44)
#191C1A
(25,28,26)
#000000
(0,0,0)

Tints of #E1DACE

#E1DACE
(225,218,206)
#E3DDD2
(227,221,210)
#E5E0D6
(229,224,214)
#E7E3DA
(231,227,218)
#E9E6DE
(233,230,222)
#EBE9E2
(235,233,226)
#EDECE6
(237,236,230)
#EFEFEA
(239,239,234)
#F1F2EE
(241,242,238)
#F3F5F2
(243,245,242)
#F5F8F6
(245,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1DACE; }

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

This text font color is #E1DACE.


Background Color

.myBgColor { background-color: #E1DACE; }

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

This div background color is #E1DACE.


Border color

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

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

This div border color is #E1DACE.


Opacity

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

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

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

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

This text has shadow with #E1DACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DACE on black background.


Color preview on white background

This text has color #E1DACE on white background.



Black color preview on #E1DACE background

This text has black color on #E1DACE background.


White color preview on #E1DACE background

This text has white color on #E1DACE background.