COLOR #E0DBD1

HEX: #E0DBD1
RGB: (224,219,209)

Color info

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

RGB color model

#E0DBD1 color RGB value is (224,219,209).

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

RGB channels and saturation

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

224
219
209

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

Portions of RGB colors in percentages

R + G + B =
224 + 219 + 209 = 652 (100%)
R 224 of 652 ~ 34.36%
G 219 of 652 ~ 33.59%
B 209 of 652 ~ 32.06%

%34.36
%33.59
%32.06

CMYK color model

#E0DBD1 color CMYK value is (0,2,7,12).

  • cyan value is 0.00%
  • magenta value is 2.23%
  • yellow value is 6.70%
  • key color value is 12.16%
CMYK:
(0,2,7,12)
C0M2Y7K12 
(0%,2%,7%,12%)
(0.00/0.02/0.07/0.12)	

CMYK percentages

%0
%2.23
%6.7
%12.16

Codes

Color #E0DBD1 in popluar color models

E0DBD1
RGB224219209
HSL40°19.48%84.90%
HSB/HSV40°6.70%87.84%
CMYK0.00%2.23%6.70%
12.16%

Color #E0DBD1 in popluar number systems.

HEXE0DBD1
Decimal224219209
Binary111000001101101111010001
Octal340333321

Shades and tints

Shades of #E0DBD1

#E0DBD1
(224,219,209)
#CCC8BE
(204,200,190)
#B8B5AB
(184,181,171)
#A4A298
(164,162,152)
#908F85
(144,143,133)
#7C7C72
(124,124,114)
#68695F
(104,105,95)
#54564C
(84,86,76)
#404339
(64,67,57)
#2C3026
(44,48,38)
#181D13
(24,29,19)
#000000
(0,0,0)

Tints of #E0DBD1

#E0DBD1
(224,219,209)
#E2DED5
(226,222,213)
#E4E1D9
(228,225,217)
#E6E4DD
(230,228,221)
#E8E7E1
(232,231,225)
#EAEAE5
(234,234,229)
#ECEDE9
(236,237,233)
#EEF0ED
(238,240,237)
#F0F3F1
(240,243,241)
#F2F6F5
(242,246,245)
#F4F9F9
(244,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DBD1; }

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

This text font color is #E0DBD1.


Background Color

.myBgColor { background-color: #E0DBD1; }

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

This div background color is #E0DBD1.


Border color

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

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

This div border color is #E0DBD1.


Opacity

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

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

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

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

This text has shadow with #E0DBD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0DBD1 on black background.


Color preview on white background

This text has color #E0DBD1 on white background.



Black color preview on #E0DBD1 background

This text has black color on #E0DBD1 background.


White color preview on #E0DBD1 background

This text has white color on #E0DBD1 background.