COLOR #E0DACE

HEX: #E0DACE
RGB: (224,218,206)

Color info

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

RGB color model

#E0DACE color RGB value is (224,218,206).

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

RGB channels and saturation

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

224
218
206

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

Portions of RGB colors in percentages

R + G + B =
224 + 218 + 206 = 648 (100%)
R 224 of 648 ~ 34.57%
G 218 of 648 ~ 33.64%
B 206 of 648 ~ 31.79%

%34.57
%33.64
%31.79

CMYK color model

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

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

CMYK percentages

%0
%2.68
%8.04
%12.16

Codes

Color #E0DACE in popluar color models

E0DACE
RGB224218206
HSL40°22.50%84.31%
HSB/HSV40°8.04%87.84%
CMYK0.00%2.68%8.04%
12.16%

Color #E0DACE in popluar number systems.

HEXE0DACE
Decimal224218206
Binary111000001101101011001110
Octal340332316

Shades and tints

Shades of #E0DACE

#E0DACE
(224,218,206)
#CCC7BC
(204,199,188)
#B8B4AA
(184,180,170)
#A4A198
(164,161,152)
#908E86
(144,142,134)
#7C7B74
(124,123,116)
#686862
(104,104,98)
#545550
(84,85,80)
#40423E
(64,66,62)
#2C2F2C
(44,47,44)
#181C1A
(24,28,26)
#000000
(0,0,0)

Tints of #E0DACE

#E0DACE
(224,218,206)
#E2DDD2
(226,221,210)
#E4E0D6
(228,224,214)
#E6E3DA
(230,227,218)
#E8E6DE
(232,230,222)
#EAE9E2
(234,233,226)
#ECECE6
(236,236,230)
#EEEFEA
(238,239,234)
#F0F2EE
(240,242,238)
#F2F5F2
(242,245,242)
#F4F8F6
(244,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DACE; }

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

This text font color is #E0DACE.


Background Color

.myBgColor { background-color: #E0DACE; }

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

This div background color is #E0DACE.


Border color

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

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

This div border color is #E0DACE.


Opacity

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

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

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

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

This text has shadow with #E0DACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0DACE on black background.


Color preview on white background

This text has color #E0DACE on white background.



Black color preview on #E0DACE background

This text has black color on #E0DACE background.


White color preview on #E0DACE background

This text has white color on #E0DACE background.