COLOR #E5DACE

HEX: #E5DACE RGB: (229,218,206)

Color info

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

RGB color model

#E5DACE color RGB value is (229,218,206).

RGB: (229,218,206) (90%, 85%, 81%)

RGB channels and saturation

R 229 of 255 = 90%
G 218 of 255 = 85%
B 206 of 255 = 81%

229
218
206

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

Portions of RGB colors in percentages

R + G + B = 229 + 218 + 206 = 653 (100%)
R 229 of 653 ~ 35.07%
G 218 of 653 ~ 33.38%
B 206 of 653 ~ 31.55'%

%35.07
%33.38
%31.55

CMYK color model

#E5DACE color CMYK value is (0,5,10,10).

  • cyan value is 0.00%
  • magenta value is 4.80%
  • yellow value is 10.04%
  • key color value is 10.20%

CMYK: (0,5,10,10)
C0M5Y10K10 (0%, 5%, 10%, 10%)
(0.00 / 0.05 / 0.10 / 0.10)

CMYK percentages

%0
%4.8
%10.04
%10.2

Codes

Color #E5DACE in popluar color models

E5 DA CE
RGB 229 218 206
HSL 31° 30.67% 85.29%
HSB/HSV 31° 10.04% 89.80%
CMYK 0.00% 4.80% 10.04%
10.20%

Color #E5DACE in popluar number systems.

HEX E5 DA CE
Decimal 229 218 206
Binary 11100101 11011010 11001110
Octal 345 332 316

Shades and tints

Shades of #E5DACE

#E5DACE
(229,218,206)
#D1C7BC
(209,199,188)
#BDB4AA
(189,180,170)
#A9A198
(169,161,152)
#958E86
(149,142,134)
#817B74
(129,123,116)
#6D6862
(109,104,98)
#595550
(89,85,80)
#45423E
(69,66,62)
#312F2C
(49,47,44)
#1D1C1A
(29,28,26)
#000000
(0,0,0)

Tints of #E5DACE

#E5DACE
(229,218,206)
#E7DDD2
(231,221,210)
#E9E0D6
(233,224,214)
#EBE3DA
(235,227,218)
#EDE6DE
(237,230,222)
#EFE9E2
(239,233,226)
#F1ECE6
(241,236,230)
#F3EFEA
(243,239,234)
#F5F2EE
(245,242,238)
#F7F5F2
(247,245,242)
#F9F8F6
(249,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DACE; }

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

This text font color is #E5DACE.

Background Color

.myBgColor { background-color: #E5DACE; }

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

This div background color is #E5DACE.

Border color

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

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

This div border color is #E5DACE.

Opacity

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

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

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

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

This text has shadow with #E5DACE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5DACE.

Preview

Color preview on black background

This text has color #E5DACE on black background.


Color preview on white background

This text has color #E5DACE on white background.


Black color preview on #E5DACE background

This text has black color on #E5DACE background.


White color preview on #E5DACE background

This text has white color on #E5DACE background.


Related colors

Complementary color

Complementary color for #hex is #1A2531.


I love getcolorcode.com

Triadic colors

1 #CEE5DA and #DACEE5 with #E5DACE are triadic colors.

2 #CEDAE5 and #DAE5CE with #E5DACE are triadic colors.