COLOR #E1E8DB

HEX: #E1E8DB
RGB: (225,232,219)

Color info

#E1E8DB contains red, green and blue colors in about the same proportion. Web safe color of #E1E8DB is #CCFFCC (or #CFC).

RGB color model

#E1E8DB color RGB value is (225,232,219).

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

RGB channels and saturation

R 225 of 255 = 88%
G 232 of 255 = 91%
B 219 of 255 = 86%

225
232
219

R + G + B ~ 88%. #E1E8DB is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 232 + 219 = 676 (100%)
R 225 of 676 ~ 33.28%
G 232 of 676 ~ 34.32%
B 219 of 676 ~ 32.4%

%33.28
%34.32
%32.4

CMYK color model

#E1E8DB color CMYK value is (3,0,6,9).

  • cyan value is 3.02%
  • magenta value is 0.00%
  • yellow value is 5.60%
  • key color value is 9.02%
CMYK:
(3,0,6,9)
C3M0Y6K9 
(3%,0%,6%,9%)
(0.03/0.00/0.06/0.09)	

CMYK percentages

%3.02
%0
%5.6
%9.02

Codes

Color #E1E8DB in popluar color models

E1E8DB
RGB225232219
HSL92°22.03%88.43%
HSB/HSV92°5.60%90.98%
CMYK3.02%0.00%5.60%
9.02%

Color #E1E8DB in popluar number systems.

HEXE1E8DB
Decimal225232219
Binary111000011110100011011011
Octal341350333

Shades and tints

Shades of #E1E8DB

#E1E8DB
(225,232,219)
#CDD3C8
(205,211,200)
#B9BEB5
(185,190,181)
#A5A9A2
(165,169,162)
#91948F
(145,148,143)
#7D7F7C
(125,127,124)
#696A69
(105,106,105)
#555556
(85,85,86)
#414043
(65,64,67)
#2D2B30
(45,43,48)
#19161D
(25,22,29)
#000000
(0,0,0)

Tints of #E1E8DB

#E1E8DB
(225,232,219)
#E3EADE
(227,234,222)
#E5ECE1
(229,236,225)
#E7EEE4
(231,238,228)
#E9F0E7
(233,240,231)
#EBF2EA
(235,242,234)
#EDF4ED
(237,244,237)
#EFF6F0
(239,246,240)
#F1F8F3
(241,248,243)
#F3FAF6
(243,250,246)
#F5FCF9
(245,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E8DB; }

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

This text font color is #E1E8DB.


Background Color

.myBgColor { background-color: #E1E8DB; }

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

This div background color is #E1E8DB.


Border color

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

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

This div border color is #E1E8DB.


Opacity

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

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

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

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

This text has shadow with #E1E8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E8DB on black background.


Color preview on white background

This text has color #E1E8DB on white background.



Black color preview on #E1E8DB background

This text has black color on #E1E8DB background.


White color preview on #E1E8DB background

This text has white color on #E1E8DB background.