COLOR #E0DDB4

HEX: #E0DDB4
RGB: (224,221,180)

Color info

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

RGB color model

#E0DDB4 color RGB value is (224,221,180).

  • red value is 224;
  • green value is 221;
  • blue value is 180.
RGB:
(224,221,180)
(88%,87%,71%)

RGB channels and saturation

R 224 of 255 = 88%
G 221 of 255 = 87%
B 180 of 255 = 71%

224
221
180

R + G + B ~ 82%. #E0DDB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 221 + 180 = 625 (100%)
R 224 of 625 ~ 35.84%
G 221 of 625 ~ 35.36%
B 180 of 625 ~ 28.8%

%35.84
%35.36
%28.8

CMYK color model

#E0DDB4 color CMYK value is (0,1,20,12).

  • cyan value is 0.00%
  • magenta value is 1.34%
  • yellow value is 19.64%
  • key color value is 12.16%
CMYK:
(0,1,20,12)
C0M1Y20K12 
(0%,1%,20%,12%)
(0.00/0.01/0.20/0.12)	

CMYK percentages

%0
%1.34
%19.64
%12.16

Codes

Color #E0DDB4 in popluar color models

E0DDB4
RGB224221180
HSL56°41.51%79.22%
HSB/HSV56°19.64%87.84%
CMYK0.00%1.34%19.64%
12.16%

Color #E0DDB4 in popluar number systems.

HEXE0DDB4
Decimal224221180
Binary111000001101110110110100
Octal340335264

Shades and tints

Shades of #E0DDB4

#E0DDB4
(224,221,180)
#CCC9A4
(204,201,164)
#B8B594
(184,181,148)
#A4A184
(164,161,132)
#908D74
(144,141,116)
#7C7964
(124,121,100)
#686554
(104,101,84)
#545144
(84,81,68)
#403D34
(64,61,52)
#2C2924
(44,41,36)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #E0DDB4

#E0DDB4
(224,221,180)
#E2E0BA
(226,224,186)
#E4E3C0
(228,227,192)
#E6E6C6
(230,230,198)
#E8E9CC
(232,233,204)
#EAECD2
(234,236,210)
#ECEFD8
(236,239,216)
#EEF2DE
(238,242,222)
#F0F5E4
(240,245,228)
#F2F8EA
(242,248,234)
#F4FBF0
(244,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0DDB4 color. Also use rgb(224,221,180) instead hex code.

Text Font Color

.myTextColor { color: #E0DDB4; }

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

This text font color is #E0DDB4.


Background Color

.myBgColor { background-color: #E0DDB4; }

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

This div background color is #E0DDB4.


Border color

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

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

This div border color is #E0DDB4.


Opacity

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

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

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

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

This text has shadow with #E0DDB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0DDB4 on black background.


Color preview on white background

This text has color #E0DDB4 on white background.



Black color preview on #E0DDB4 background

This text has black color on #E0DDB4 background.


White color preview on #E0DDB4 background

This text has white color on #E0DDB4 background.