COLOR #E0DBB4

HEX: #E0DBB4
RGB: (224,219,180)

Color info

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

RGB color model

#E0DBB4 color RGB value is (224,219,180).

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

RGB channels and saturation

R 224 of 255 = 88%
G 219 of 255 = 86%
B 180 of 255 = 71%

224
219
180

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

Portions of RGB colors in percentages

R + G + B =
224 + 219 + 180 = 623 (100%)
R 224 of 623 ~ 35.96%
G 219 of 623 ~ 35.15%
B 180 of 623 ~ 28.89%

%35.96
%35.15
%28.89

CMYK color model

#E0DBB4 color CMYK value is (0,2,20,12).

  • cyan value is 0.00%
  • magenta value is 2.23%
  • yellow value is 19.64%
  • key color value is 12.16%
CMYK:
(0,2,20,12)
C0M2Y20K12 
(0%,2%,20%,12%)
(0.00/0.02/0.20/0.12)	

CMYK percentages

%0
%2.23
%19.64
%12.16

Codes

Color #E0DBB4 in popluar color models

E0DBB4
RGB224219180
HSL53°41.51%79.22%
HSB/HSV53°19.64%87.84%
CMYK0.00%2.23%19.64%
12.16%

Color #E0DBB4 in popluar number systems.

HEXE0DBB4
Decimal224219180
Binary111000001101101110110100
Octal340333264

Shades and tints

Shades of #E0DBB4

#E0DBB4
(224,219,180)
#CCC8A4
(204,200,164)
#B8B594
(184,181,148)
#A4A284
(164,162,132)
#908F74
(144,143,116)
#7C7C64
(124,124,100)
#686954
(104,105,84)
#545644
(84,86,68)
#404334
(64,67,52)
#2C3024
(44,48,36)
#181D14
(24,29,20)
#000000
(0,0,0)

Tints of #E0DBB4

#E0DBB4
(224,219,180)
#E2DEBA
(226,222,186)
#E4E1C0
(228,225,192)
#E6E4C6
(230,228,198)
#E8E7CC
(232,231,204)
#EAEAD2
(234,234,210)
#ECEDD8
(236,237,216)
#EEF0DE
(238,240,222)
#F0F3E4
(240,243,228)
#F2F6EA
(242,246,234)
#F4F9F0
(244,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DBB4; }

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

This text font color is #E0DBB4.


Background Color

.myBgColor { background-color: #E0DBB4; }

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

This div background color is #E0DBB4.


Border color

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

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

This div border color is #E0DBB4.


Opacity

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

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

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

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

This text has shadow with #E0DBB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0DBB4 on black background.


Color preview on white background

This text has color #E0DBB4 on white background.



Black color preview on #E0DBB4 background

This text has black color on #E0DBB4 background.


White color preview on #E0DBB4 background

This text has white color on #E0DBB4 background.