COLOR #E1E9DB

HEX: #E1E9DB
RGB: (225,233,219)

Color info

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

RGB color model

#E1E9DB color RGB value is (225,233,219).

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

RGB channels and saturation

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

225
233
219

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

Portions of RGB colors in percentages

R + G + B =
225 + 233 + 219 = 677 (100%)
R 225 of 677 ~ 33.23%
G 233 of 677 ~ 34.42%
B 219 of 677 ~ 32.35%

%33.23
%34.42
%32.35

CMYK color model

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

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

CMYK percentages

%3.43
%0
%6.01
%8.63

Codes

Color #E1E9DB in popluar color models

E1E9DB
RGB225233219
HSL94°24.14%88.63%
HSB/HSV94°6.01%91.37%
CMYK3.43%0.00%6.01%
8.63%

Color #E1E9DB in popluar number systems.

HEXE1E9DB
Decimal225233219
Binary111000011110100111011011
Octal341351333

Shades and tints

Shades of #E1E9DB

#E1E9DB
(225,233,219)
#CDD4C8
(205,212,200)
#B9BFB5
(185,191,181)
#A5AAA2
(165,170,162)
#91958F
(145,149,143)
#7D807C
(125,128,124)
#696B69
(105,107,105)
#555656
(85,86,86)
#414143
(65,65,67)
#2D2C30
(45,44,48)
#19171D
(25,23,29)
#000000
(0,0,0)

Tints of #E1E9DB

#E1E9DB
(225,233,219)
#E3EBDE
(227,235,222)
#E5EDE1
(229,237,225)
#E7EFE4
(231,239,228)
#E9F1E7
(233,241,231)
#EBF3EA
(235,243,234)
#EDF5ED
(237,245,237)
#EFF7F0
(239,247,240)
#F1F9F3
(241,249,243)
#F3FBF6
(243,251,246)
#F5FDF9
(245,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E9DB; }

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

This text font color is #E1E9DB.


Background Color

.myBgColor { background-color: #E1E9DB; }

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

This div background color is #E1E9DB.


Border color

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

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

This div border color is #E1E9DB.


Opacity

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

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

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

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

This text has shadow with #E1E9DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E9DB on black background.


Color preview on white background

This text has color #E1E9DB on white background.



Black color preview on #E1E9DB background

This text has black color on #E1E9DB background.


White color preview on #E1E9DB background

This text has white color on #E1E9DB background.