COLOR #E0D0AC

HEX: #E0D0AC
RGB: (224,208,172)

Color info

#E0D0AC contains red, green and blue colors in about the same proportion. Web safe color of #E0D0AC is #CCCC99 (or #CC9).

RGB color model

#E0D0AC color RGB value is (224,208,172).

  • red value is 224;
  • green value is 208;
  • blue value is 172.
RGB:
(224,208,172)
(88%,82%,67%)

RGB channels and saturation

R 224 of 255 = 88%
G 208 of 255 = 82%
B 172 of 255 = 67%

224
208
172

R + G + B ~ 79%. #E0D0AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 208 + 172 = 604 (100%)
R 224 of 604 ~ 37.09%
G 208 of 604 ~ 34.44%
B 172 of 604 ~ 28.48%

%37.09
%34.44
%28.48

CMYK color model

#E0D0AC color CMYK value is (0,7,23,12).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 23.21%
  • key color value is 12.16%
CMYK:
(0,7,23,12)
C0M7Y23K12 
(0%,7%,23%,12%)
(0.00/0.07/0.23/0.12)	

CMYK percentages

%0
%7.14
%23.21
%12.16

Codes

Color #E0D0AC in popluar color models

E0D0AC
RGB224208172
HSL42°45.61%77.65%
HSB/HSV42°23.21%87.84%
CMYK0.00%7.14%23.21%
12.16%

Color #E0D0AC in popluar number systems.

HEXE0D0AC
Decimal224208172
Binary111000001101000010101100
Octal340320254

Shades and tints

Shades of #E0D0AC

#E0D0AC
(224,208,172)
#CCBE9D
(204,190,157)
#B8AC8E
(184,172,142)
#A49A7F
(164,154,127)
#908870
(144,136,112)
#7C7661
(124,118,97)
#686452
(104,100,82)
#545243
(84,82,67)
#404034
(64,64,52)
#2C2E25
(44,46,37)
#181C16
(24,28,22)
#000000
(0,0,0)

Tints of #E0D0AC

#E0D0AC
(224,208,172)
#E2D4B3
(226,212,179)
#E4D8BA
(228,216,186)
#E6DCC1
(230,220,193)
#E8E0C8
(232,224,200)
#EAE4CF
(234,228,207)
#ECE8D6
(236,232,214)
#EEECDD
(238,236,221)
#F0F0E4
(240,240,228)
#F2F4EB
(242,244,235)
#F4F8F2
(244,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0D0AC color. Also use rgb(224,208,172) instead hex code.

Text Font Color

.myTextColor { color: #E0D0AC; }

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

This text font color is #E0D0AC.


Background Color

.myBgColor { background-color: #E0D0AC; }

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

This div background color is #E0D0AC.


Border color

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

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

This div border color is #E0D0AC.


Opacity

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

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

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

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

This text has shadow with #E0D0AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0D0AC on black background.


Color preview on white background

This text has color #E0D0AC on white background.



Black color preview on #E0D0AC background

This text has black color on #E0D0AC background.


White color preview on #E0D0AC background

This text has white color on #E0D0AC background.