COLOR #E0DBD3

HEX: #E0DBD3
RGB: (224,219,211)

Color info

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

RGB color model

#E0DBD3 color RGB value is (224,219,211).

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

RGB channels and saturation

R 224 of 255 = 88%
G 219 of 255 = 86%
B 211 of 255 = 83%

224
219
211

R + G + B ~ 86%. #E0DBD3 is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 219 + 211 = 654 (100%)
R 224 of 654 ~ 34.25%
G 219 of 654 ~ 33.49%
B 211 of 654 ~ 32.26%

%34.25
%33.49
%32.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.23%
  • yellow value is 5.80%
  • 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
%5.8
%12.16

Codes

Color #E0DBD3 in popluar color models

E0DBD3
RGB224219211
HSL37°17.33%85.29%
HSB/HSV37°5.80%87.84%
CMYK0.00%2.23%5.80%
12.16%

Color #E0DBD3 in popluar number systems.

HEXE0DBD3
Decimal224219211
Binary111000001101101111010011
Octal340333323

Shades and tints

Shades of #E0DBD3

#E0DBD3
(224,219,211)
#CCC8C0
(204,200,192)
#B8B5AD
(184,181,173)
#A4A29A
(164,162,154)
#908F87
(144,143,135)
#7C7C74
(124,124,116)
#686961
(104,105,97)
#54564E
(84,86,78)
#40433B
(64,67,59)
#2C3028
(44,48,40)
#181D15
(24,29,21)
#000000
(0,0,0)

Tints of #E0DBD3

#E0DBD3
(224,219,211)
#E2DED7
(226,222,215)
#E4E1DB
(228,225,219)
#E6E4DF
(230,228,223)
#E8E7E3
(232,231,227)
#EAEAE7
(234,234,231)
#ECEDEB
(236,237,235)
#EEF0EF
(238,240,239)
#F0F3F3
(240,243,243)
#F2F6F7
(242,246,247)
#F4F9FB
(244,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DBD3; }

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

This text font color is #E0DBD3.


Background Color

.myBgColor { background-color: #E0DBD3; }

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

This div background color is #E0DBD3.


Border color

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

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

This div border color is #E0DBD3.


Opacity

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

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

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

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

This text has shadow with #E0DBD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0DBD3 on black background.


Color preview on white background

This text has color #E0DBD3 on white background.



Black color preview on #E0DBD3 background

This text has black color on #E0DBD3 background.


White color preview on #E0DBD3 background

This text has white color on #E0DBD3 background.