COLOR #E1E8E0

HEX: #E1E8E0
RGB: (225,232,224)

Color info

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

RGB color model

#E1E8E0 color RGB value is (225,232,224).

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

RGB channels and saturation

R 225 of 255 = 88%
G 232 of 255 = 91%
B 224 of 255 = 88%

225
232
224

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

Portions of RGB colors in percentages

R + G + B =
225 + 232 + 224 = 681 (100%)
R 225 of 681 ~ 33.04%
G 232 of 681 ~ 34.07%
B 224 of 681 ~ 32.89%

%33.04
%34.07
%32.89

CMYK color model

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

  • cyan value is 3.02%
  • magenta value is 0.00%
  • yellow value is 3.45%
  • key color value is 9.02%
CMYK:
(3,0,3,9)
C3M0Y3K9 
(3%,0%,3%,9%)
(0.03/0.00/0.03/0.09)	

CMYK percentages

%3.02
%0
%3.45
%9.02

Codes

Color #E1E8E0 in popluar color models

E1E8E0
RGB225232224
HSL113°14.81%89.41%
HSB/HSV113°3.45%90.98%
CMYK3.02%0.00%3.45%
9.02%

Color #E1E8E0 in popluar number systems.

HEXE1E8E0
Decimal225232224
Binary111000011110100011100000
Octal341350340

Shades and tints

Shades of #E1E8E0

#E1E8E0
(225,232,224)
#CDD3CC
(205,211,204)
#B9BEB8
(185,190,184)
#A5A9A4
(165,169,164)
#919490
(145,148,144)
#7D7F7C
(125,127,124)
#696A68
(105,106,104)
#555554
(85,85,84)
#414040
(65,64,64)
#2D2B2C
(45,43,44)
#191618
(25,22,24)
#000000
(0,0,0)

Tints of #E1E8E0

#E1E8E0
(225,232,224)
#E3EAE2
(227,234,226)
#E5ECE4
(229,236,228)
#E7EEE6
(231,238,230)
#E9F0E8
(233,240,232)
#EBF2EA
(235,242,234)
#EDF4EC
(237,244,236)
#EFF6EE
(239,246,238)
#F1F8F0
(241,248,240)
#F3FAF2
(243,250,242)
#F5FCF4
(245,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E8E0; }

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

This text font color is #E1E8E0.


Background Color

.myBgColor { background-color: #E1E8E0; }

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

This div background color is #E1E8E0.


Border color

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

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

This div border color is #E1E8E0.


Opacity

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

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

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

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

This text has shadow with #E1E8E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E8E0 on black background.


Color preview on white background

This text has color #E1E8E0 on white background.



Black color preview on #E1E8E0 background

This text has black color on #E1E8E0 background.


White color preview on #E1E8E0 background

This text has white color on #E1E8E0 background.