COLOR #E0DBD2

HEX: #E0DBD2
RGB: (224,219,210)

Color info

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

RGB color model

#E0DBD2 color RGB value is (224,219,210).

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

RGB channels and saturation

R 224 of 255 = 88%
G 219 of 255 = 86%
B 210 of 255 = 82%

224
219
210

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

Portions of RGB colors in percentages

R + G + B =
224 + 219 + 210 = 653 (100%)
R 224 of 653 ~ 34.3%
G 219 of 653 ~ 33.54%
B 210 of 653 ~ 32.16%

%34.3
%33.54
%32.16

CMYK color model

#E0DBD2 color CMYK value is (0,2,6,12).

  • cyan value is 0.00%
  • magenta value is 2.23%
  • yellow value is 6.25%
  • key color value is 12.16%
CMYK:
(0,2,6,12)
C0M2Y6K12 
(0%,2%,6%,12%)
(0.00/0.02/0.06/0.12)	

CMYK percentages

%0
%2.23
%6.25
%12.16

Codes

Color #E0DBD2 in popluar color models

E0DBD2
RGB224219210
HSL39°18.42%85.10%
HSB/HSV39°6.25%87.84%
CMYK0.00%2.23%6.25%
12.16%

Color #E0DBD2 in popluar number systems.

HEXE0DBD2
Decimal224219210
Binary111000001101101111010010
Octal340333322

Shades and tints

Shades of #E0DBD2

#E0DBD2
(224,219,210)
#CCC8BF
(204,200,191)
#B8B5AC
(184,181,172)
#A4A299
(164,162,153)
#908F86
(144,143,134)
#7C7C73
(124,124,115)
#686960
(104,105,96)
#54564D
(84,86,77)
#40433A
(64,67,58)
#2C3027
(44,48,39)
#181D14
(24,29,20)
#000000
(0,0,0)

Tints of #E0DBD2

#E0DBD2
(224,219,210)
#E2DED6
(226,222,214)
#E4E1DA
(228,225,218)
#E6E4DE
(230,228,222)
#E8E7E2
(232,231,226)
#EAEAE6
(234,234,230)
#ECEDEA
(236,237,234)
#EEF0EE
(238,240,238)
#F0F3F2
(240,243,242)
#F2F6F6
(242,246,246)
#F4F9FA
(244,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DBD2; }

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

This text font color is #E0DBD2.


Background Color

.myBgColor { background-color: #E0DBD2; }

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

This div background color is #E0DBD2.


Border color

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

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

This div border color is #E0DBD2.


Opacity

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

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

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

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

This text has shadow with #E0DBD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0DBD2 on black background.


Color preview on white background

This text has color #E0DBD2 on white background.



Black color preview on #E0DBD2 background

This text has black color on #E0DBD2 background.


White color preview on #E0DBD2 background

This text has white color on #E0DBD2 background.