COLOR #E8EDE5

HEX: #E8EDE5 RGB: (232,237,229)

Color info

#E8EDE5 contains red, green and blue colors in about the same proportion. Web safe color of #E8EDE5 is #FFFFCC (or #FFC).

RGB color model

#E8EDE5 color RGB value is (232,237,229).

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

RGB channels and saturation

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

232
237
229

R + G + B ~ 91%. #E8EDE5 is light color.

Portions of RGB colors in percentages

R + G + B = 232 + 237 + 229 = 698 (100%)
R 232 of 698 ~ 33.24%
G 237 of 698 ~ 33.95%
B 229 of 698 ~ 32.81'%

%33.24
%33.95
%32.81

CMYK color model

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

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

CMYK: (2,0,3,7)
C2M0Y3K7 (2%, 0%, 3%, 7%)
(0.02 / 0.00 / 0.03 / 0.07)

CMYK percentages

%2.11
%0
%3.38
%7.06

Codes

Color #E8EDE5 in popluar color models

E8 ED E5
RGB 232 237 229
HSL 98° 18.18% 91.37%
HSB/HSV 98° 3.38% 92.94%
CMYK 2.11% 0.00% 3.38%
7.06%

Color #E8EDE5 in popluar number systems.

HEX E8 ED E5
Decimal 232 237 229
Binary 11101000 11101101 11100101
Octal 350 355 345

Shades and tints

Shades of #E8EDE5

#E8EDE5
(232,237,229)
#D3D8D1
(211,216,209)
#BEC3BD
(190,195,189)
#A9AEA9
(169,174,169)
#949995
(148,153,149)
#7F8481
(127,132,129)
#6A6F6D
(106,111,109)
#555A59
(85,90,89)
#404545
(64,69,69)
#2B3031
(43,48,49)
#161B1D
(22,27,29)
#000000
(0,0,0)

Tints of #E8EDE5

#E8EDE5
(232,237,229)
#EAEEE7
(234,238,231)
#ECEFE9
(236,239,233)
#EEF0EB
(238,240,235)
#F0F1ED
(240,241,237)
#F2F2EF
(242,242,239)
#F4F3F1
(244,243,241)
#F6F4F3
(246,244,243)
#F8F5F5
(248,245,245)
#FAF6F7
(250,246,247)
#FCF7F9
(252,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8EDE5; }

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

This text font color is #E8EDE5.

Background Color

.myBgColor { background-color: #E8EDE5; }

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

This div background color is #E8EDE5.

Border color

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

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

This div border color is #E8EDE5.

Opacity

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

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

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

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

This text has shadow with #E8EDE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8EDE5.

Preview

Color preview on black background

This text has color #E8EDE5 on black background.


Color preview on white background

This text has color #E8EDE5 on white background.


Black color preview on #E8EDE5 background

This text has black color on #E8EDE5 background.


White color preview on #E8EDE5 background

This text has white color on #E8EDE5 background.


Related colors

Complementary color

Complementary color for #hex is #17121A.


I love getcolorcode.com

Triadic colors

1 #E5E8ED and #EDE5E8 with #E8EDE5 are triadic colors.

2 #E5EDE8 and #EDE8E5 with #E8EDE5 are triadic colors.