COLOR #E1E0DB

HEX: #E1E0DB
RGB: (225,224,219)

Color info

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

RGB color model

#E1E0DB color RGB value is (225,224,219).

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

RGB channels and saturation

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

225
224
219

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

Portions of RGB colors in percentages

R + G + B =
225 + 224 + 219 = 668 (100%)
R 225 of 668 ~ 33.68%
G 224 of 668 ~ 33.53%
B 219 of 668 ~ 32.78%

%33.68
%33.53
%32.78

CMYK color model

#E1E0DB color CMYK value is (0,0,3,12).

  • cyan value is 0.00%
  • magenta value is 0.44%
  • yellow value is 2.67%
  • key color value is 11.76%
CMYK:
(0,0,3,12)
C0M0Y3K12 
(0%,0%,3%,12%)
(0.00/0.00/0.03/0.12)	

CMYK percentages

%0
%0.44
%2.67
%11.76

Codes

Color #E1E0DB in popluar color models

E1E0DB
RGB225224219
HSL50°9.09%87.06%
HSB/HSV50°2.67%88.24%
CMYK0.00%0.44%2.67%
11.76%

Color #E1E0DB in popluar number systems.

HEXE1E0DB
Decimal225224219
Binary111000011110000011011011
Octal341340333

Shades and tints

Shades of #E1E0DB

#E1E0DB
(225,224,219)
#CDCCC8
(205,204,200)
#B9B8B5
(185,184,181)
#A5A4A2
(165,164,162)
#91908F
(145,144,143)
#7D7C7C
(125,124,124)
#696869
(105,104,105)
#555456
(85,84,86)
#414043
(65,64,67)
#2D2C30
(45,44,48)
#19181D
(25,24,29)
#000000
(0,0,0)

Tints of #E1E0DB

#E1E0DB
(225,224,219)
#E3E2DE
(227,226,222)
#E5E4E1
(229,228,225)
#E7E6E4
(231,230,228)
#E9E8E7
(233,232,231)
#EBEAEA
(235,234,234)
#EDECED
(237,236,237)
#EFEEF0
(239,238,240)
#F1F0F3
(241,240,243)
#F3F2F6
(243,242,246)
#F5F4F9
(245,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E0DB; }

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

This text font color is #E1E0DB.


Background Color

.myBgColor { background-color: #E1E0DB; }

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

This div background color is #E1E0DB.


Border color

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

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

This div border color is #E1E0DB.


Opacity

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

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

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

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

This text has shadow with #E1E0DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E0DB on black background.


Color preview on white background

This text has color #E1E0DB on white background.



Black color preview on #E1E0DB background

This text has black color on #E1E0DB background.


White color preview on #E1E0DB background

This text has white color on #E1E0DB background.