COLOR #E0DCDB

HEX: #E0DCDB
RGB: (224,220,219)

Color info

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

RGB color model

#E0DCDB color RGB value is (224,220,219).

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

RGB channels and saturation

R 224 of 255 = 88%
G 220 of 255 = 86%
B 219 of 255 = 86%

224
220
219

R + G + B ~ 87%. #E0DCDB is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 220 + 219 = 663 (100%)
R 224 of 663 ~ 33.79%
G 220 of 663 ~ 33.18%
B 219 of 663 ~ 33.03%

%33.79
%33.18
%33.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.79%
  • yellow value is 2.23%
  • key color value is 12.16%
CMYK:
(0,2,2,12)
C0M2Y2K12 
(0%,2%,2%,12%)
(0.00/0.02/0.02/0.12)	

CMYK percentages

%0
%1.79
%2.23
%12.16

Codes

Color #E0DCDB in popluar color models

E0DCDB
RGB224220219
HSL12°7.46%86.86%
HSB/HSV12°2.23%87.84%
CMYK0.00%1.79%2.23%
12.16%

Color #E0DCDB in popluar number systems.

HEXE0DCDB
Decimal224220219
Binary111000001101110011011011
Octal340334333

Shades and tints

Shades of #E0DCDB

#E0DCDB
(224,220,219)
#CCC8C8
(204,200,200)
#B8B4B5
(184,180,181)
#A4A0A2
(164,160,162)
#908C8F
(144,140,143)
#7C787C
(124,120,124)
#686469
(104,100,105)
#545056
(84,80,86)
#403C43
(64,60,67)
#2C2830
(44,40,48)
#18141D
(24,20,29)
#000000
(0,0,0)

Tints of #E0DCDB

#E0DCDB
(224,220,219)
#E2DFDE
(226,223,222)
#E4E2E1
(228,226,225)
#E6E5E4
(230,229,228)
#E8E8E7
(232,232,231)
#EAEBEA
(234,235,234)
#ECEEED
(236,238,237)
#EEF1F0
(238,241,240)
#F0F4F3
(240,244,243)
#F2F7F6
(242,247,246)
#F4FAF9
(244,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DCDB; }

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

This text font color is #E0DCDB.


Background Color

.myBgColor { background-color: #E0DCDB; }

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

This div background color is #E0DCDB.


Border color

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

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

This div border color is #E0DCDB.


Opacity

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

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

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

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

This text has shadow with #E0DCDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0DCDB on black background.


Color preview on white background

This text has color #E0DCDB on white background.



Black color preview on #E0DCDB background

This text has black color on #E0DCDB background.


White color preview on #E0DCDB background

This text has white color on #E0DCDB background.