COLOR #E1E8E4

HEX: #E1E8E4
RGB: (225,232,228)

Color info

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

RGB color model

#E1E8E4 color RGB value is (225,232,228).

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

RGB channels and saturation

R 225 of 255 = 88%
G 232 of 255 = 91%
B 228 of 255 = 89%

225
232
228

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

Portions of RGB colors in percentages

R + G + B =
225 + 232 + 228 = 685 (100%)
R 225 of 685 ~ 32.85%
G 232 of 685 ~ 33.87%
B 228 of 685 ~ 33.28%

%32.85
%33.87
%33.28

CMYK color model

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

  • cyan value is 3.02%
  • magenta value is 0.00%
  • yellow value is 1.72%
  • key color value is 9.02%
CMYK:
(3,0,2,9)
C3M0Y2K9 
(3%,0%,2%,9%)
(0.03/0.00/0.02/0.09)	

CMYK percentages

%3.02
%0
%1.72
%9.02

Codes

Color #E1E8E4 in popluar color models

E1E8E4
RGB225232228
HSL146°13.21%89.61%
HSB/HSV146°3.02%90.98%
CMYK3.02%0.00%1.72%
9.02%

Color #E1E8E4 in popluar number systems.

HEXE1E8E4
Decimal225232228
Binary111000011110100011100100
Octal341350344

Shades and tints

Shades of #E1E8E4

#E1E8E4
(225,232,228)
#CDD3D0
(205,211,208)
#B9BEBC
(185,190,188)
#A5A9A8
(165,169,168)
#919494
(145,148,148)
#7D7F80
(125,127,128)
#696A6C
(105,106,108)
#555558
(85,85,88)
#414044
(65,64,68)
#2D2B30
(45,43,48)
#19161C
(25,22,28)
#000000
(0,0,0)

Tints of #E1E8E4

#E1E8E4
(225,232,228)
#E3EAE6
(227,234,230)
#E5ECE8
(229,236,232)
#E7EEEA
(231,238,234)
#E9F0EC
(233,240,236)
#EBF2EE
(235,242,238)
#EDF4F0
(237,244,240)
#EFF6F2
(239,246,242)
#F1F8F4
(241,248,244)
#F3FAF6
(243,250,246)
#F5FCF8
(245,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1E8E4; }

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

This text font color is #E1E8E4.


Background Color

.myBgColor { background-color: #E1E8E4; }

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

This div background color is #E1E8E4.


Border color

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

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

This div border color is #E1E8E4.


Opacity

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

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

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

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

This text has shadow with #E1E8E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1E8E4 on black background.


Color preview on white background

This text has color #E1E8E4 on white background.



Black color preview on #E1E8E4 background

This text has black color on #E1E8E4 background.


White color preview on #E1E8E4 background

This text has white color on #E1E8E4 background.