COLOR #E1E8DE

HEX: #E1E8DE
RGB: (225,232,222)

Color info

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

RGB color model

#E1E8DE color RGB value is (225,232,222).

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

RGB channels and saturation

R 225 of 255 = 88%
G 232 of 255 = 91%
B 222 of 255 = 87%

225
232
222

R + G + B ~ 89%. #E1E8DE is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 232 + 222 = 679 (100%)
R 225 of 679 ~ 33.14%
G 232 of 679 ~ 34.17%
B 222 of 679 ~ 32.7%

%33.14
%34.17
%32.7

CMYK color model

#E1E8DE color CMYK value is (3,0,4,9).

  • cyan value is 3.02%
  • magenta value is 0.00%
  • yellow value is 4.31%
  • key color value is 9.02%
CMYK:
(3,0,4,9)
C3M0Y4K9 
(3%,0%,4%,9%)
(0.03/0.00/0.04/0.09)	

CMYK percentages

%3.02
%0
%4.31
%9.02

Codes

Color #E1E8DE in popluar color models

E1E8DE
RGB225232222
HSL102°17.86%89.02%
HSB/HSV102°4.31%90.98%
CMYK3.02%0.00%4.31%
9.02%

Color #E1E8DE in popluar number systems.

HEXE1E8DE
Decimal225232222
Binary111000011110100011011110
Octal341350336

Shades and tints

Shades of #E1E8DE

#E1E8DE
(225,232,222)
#CDD3CA
(205,211,202)
#B9BEB6
(185,190,182)
#A5A9A2
(165,169,162)
#91948E
(145,148,142)
#7D7F7A
(125,127,122)
#696A66
(105,106,102)
#555552
(85,85,82)
#41403E
(65,64,62)
#2D2B2A
(45,43,42)
#191616
(25,22,22)
#000000
(0,0,0)

Tints of #E1E8DE

#E1E8DE
(225,232,222)
#E3EAE1
(227,234,225)
#E5ECE4
(229,236,228)
#E7EEE7
(231,238,231)
#E9F0EA
(233,240,234)
#EBF2ED
(235,242,237)
#EDF4F0
(237,244,240)
#EFF6F3
(239,246,243)
#F1F8F6
(241,248,246)
#F3FAF9
(243,250,249)
#F5FCFC
(245,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E8DE; }

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

This text font color is #E1E8DE.


Background Color

.myBgColor { background-color: #E1E8DE; }

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

This div background color is #E1E8DE.


Border color

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

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

This div border color is #E1E8DE.


Opacity

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

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

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

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

This text has shadow with #E1E8DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E8DE on black background.


Color preview on white background

This text has color #E1E8DE on white background.



Black color preview on #E1E8DE background

This text has black color on #E1E8DE background.


White color preview on #E1E8DE background

This text has white color on #E1E8DE background.