COLOR #E5DACC

HEX: #E5DACC
RGB: (229,218,204)

Color info

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

RGB color model

#E5DACC color RGB value is (229,218,204).

  • red value is 229;
  • green value is 218;
  • blue value is 204.
RGB:
(229,218,204)
(90%,85%,80%)

RGB channels and saturation

R 229 of 255 = 90%
G 218 of 255 = 85%
B 204 of 255 = 80%

229
218
204

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

Portions of RGB colors in percentages

R + G + B =
229 + 218 + 204 = 651 (100%)
R 229 of 651 ~ 35.18%
G 218 of 651 ~ 33.49%
B 204 of 651 ~ 31.34%

%35.18
%33.49
%31.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.80%
  • yellow value is 10.92%
  • key color value is 10.20%
CMYK:
(0,5,11,10)
C0M5Y11K10 
(0%,5%,11%,10%)
(0.00/0.05/0.11/0.10)	

CMYK percentages

%0
%4.8
%10.92
%10.2

Codes

Color #E5DACC in popluar color models

E5DACC
RGB229218204
HSL34°32.47%84.90%
HSB/HSV34°10.92%89.80%
CMYK0.00%4.80%10.92%
10.20%

Color #E5DACC in popluar number systems.

HEXE5DACC
Decimal229218204
Binary111001011101101011001100
Octal345332314

Shades and tints

Shades of #E5DACC

#E5DACC
(229,218,204)
#D1C7BA
(209,199,186)
#BDB4A8
(189,180,168)
#A9A196
(169,161,150)
#958E84
(149,142,132)
#817B72
(129,123,114)
#6D6860
(109,104,96)
#59554E
(89,85,78)
#45423C
(69,66,60)
#312F2A
(49,47,42)
#1D1C18
(29,28,24)
#000000
(0,0,0)

Tints of #E5DACC

#E5DACC
(229,218,204)
#E7DDD0
(231,221,208)
#E9E0D4
(233,224,212)
#EBE3D8
(235,227,216)
#EDE6DC
(237,230,220)
#EFE9E0
(239,233,224)
#F1ECE4
(241,236,228)
#F3EFE8
(243,239,232)
#F5F2EC
(245,242,236)
#F7F5F0
(247,245,240)
#F9F8F4
(249,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DACC; }

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

This text font color is #E5DACC.


Background Color

.myBgColor { background-color: #E5DACC; }

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

This div background color is #E5DACC.


Border color

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

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

This div border color is #E5DACC.


Opacity

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

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

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

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

This text has shadow with #E5DACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DACC on black background.


Color preview on white background

This text has color #E5DACC on white background.



Black color preview on #E5DACC background

This text has black color on #E5DACC background.


White color preview on #E5DACC background

This text has white color on #E5DACC background.