COLOR #E8E8ED

HEX: #E8E8ED RGB: (232,232,237)

Color info

#E8E8ED contains red, green and blue colors in about the same proportion. Web safe color of #E8E8ED is #FFFFFF (or #FFF).

RGB color model

#E8E8ED color RGB value is (232,232,237).

RGB: (232,232,237) (91%, 91%, 93%)

RGB channels and saturation

R 232 of 255 = 91%
G 232 of 255 = 91%
B 237 of 255 = 93%

232
232
237

R + G + B ~ 92%. #E8E8ED is light color.

Portions of RGB colors in percentages

R + G + B = 232 + 232 + 237 = 701 (100%)
R 232 of 701 ~ 33.1%
G 232 of 701 ~ 33.1%
B 237 of 701 ~ 33.81'%

%33.1
%33.1
%33.81

CMYK color model

#E8E8ED color CMYK value is (2,2,0,7).

  • cyan value is 2.11%
  • magenta value is 2.11%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (2,2,0,7)
C2M2Y0K7 (2%, 2%, 0%, 7%)
(0.02 / 0.02 / 0.00 / 0.07)

CMYK percentages

%2.11
%2.11
%0
%7.06

Codes

Color #E8E8ED in popluar color models

E8 E8 ED
RGB 232 232 237
HSL 240° 12.20% 91.96%
HSB/HSV 240° 2.11% 92.94%
CMYK 2.11% 2.11% 0.00%
7.06%

Color #E8E8ED in popluar number systems.

HEX E8 E8 ED
Decimal 232 232 237
Binary 11101000 11101000 11101101
Octal 350 350 355

Shades and tints

Shades of #E8E8ED

#E8E8ED
(232,232,237)
#D3D3D8
(211,211,216)
#BEBEC3
(190,190,195)
#A9A9AE
(169,169,174)
#949499
(148,148,153)
#7F7F84
(127,127,132)
#6A6A6F
(106,106,111)
#55555A
(85,85,90)
#404045
(64,64,69)
#2B2B30
(43,43,48)
#16161B
(22,22,27)
#000000
(0,0,0)

Tints of #E8E8ED

#E8E8ED
(232,232,237)
#EAEAEE
(234,234,238)
#ECECEF
(236,236,239)
#EEEEF0
(238,238,240)
#F0F0F1
(240,240,241)
#F2F2F2
(242,242,242)
#F4F4F3
(244,244,243)
#F6F6F4
(246,246,244)
#F8F8F5
(248,248,245)
#FAFAF6
(250,250,246)
#FCFCF7
(252,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8E8ED; }

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

This text font color is #E8E8ED.

Background Color

.myBgColor { background-color: #E8E8ED; }

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

This div background color is #E8E8ED.

Border color

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

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

This div border color is #E8E8ED.

Opacity

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

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

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

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

This text has shadow with #E8E8ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8E8ED.

Preview

Color preview on black background

This text has color #E8E8ED on black background.


Color preview on white background

This text has color #E8E8ED on white background.


Black color preview on #E8E8ED background

This text has black color on #E8E8ED background.


White color preview on #E8E8ED background

This text has white color on #E8E8ED background.


Related colors

Complementary color

Complementary color for #hex is #171712.


I love getcolorcode.com