COLOR #E8EFE0

HEX: #E8EFE0
RGB: (232,239,224)

Color info

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

RGB color model

#E8EFE0 color RGB value is (232,239,224).

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

RGB channels and saturation

R 232 of 255 = 91%
G 239 of 255 = 94%
B 224 of 255 = 88%

232
239
224

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

Portions of RGB colors in percentages

R + G + B =
232 + 239 + 224 = 695 (100%)
R 232 of 695 ~ 33.38%
G 239 of 695 ~ 34.39%
B 224 of 695 ~ 32.23%

%33.38
%34.39
%32.23

CMYK color model

#E8EFE0 color CMYK value is (3,0,6,6).

  • cyan value is 2.93%
  • magenta value is 0.00%
  • yellow value is 6.28%
  • key color value is 6.27%
CMYK:
(3,0,6,6)
C3M0Y6K6 
(3%,0%,6%,6%)
(0.03/0.00/0.06/0.06)	

CMYK percentages

%2.93
%0
%6.28
%6.27

Codes

Color #E8EFE0 in popluar color models

E8EFE0
RGB232239224
HSL88°31.91%90.78%
HSB/HSV88°6.28%93.73%
CMYK2.93%0.00%6.28%
6.27%

Color #E8EFE0 in popluar number systems.

HEXE8EFE0
Decimal232239224
Binary111010001110111111100000
Octal350357340

Shades and tints

Shades of #E8EFE0

#E8EFE0
(232,239,224)
#D3DACC
(211,218,204)
#BEC5B8
(190,197,184)
#A9B0A4
(169,176,164)
#949B90
(148,155,144)
#7F867C
(127,134,124)
#6A7168
(106,113,104)
#555C54
(85,92,84)
#404740
(64,71,64)
#2B322C
(43,50,44)
#161D18
(22,29,24)
#000000
(0,0,0)

Tints of #E8EFE0

#E8EFE0
(232,239,224)
#EAF0E2
(234,240,226)
#ECF1E4
(236,241,228)
#EEF2E6
(238,242,230)
#F0F3E8
(240,243,232)
#F2F4EA
(242,244,234)
#F4F5EC
(244,245,236)
#F6F6EE
(246,246,238)
#F8F7F0
(248,247,240)
#FAF8F2
(250,248,242)
#FCF9F4
(252,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8EFE0; }

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

This text font color is #E8EFE0.


Background Color

.myBgColor { background-color: #E8EFE0; }

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

This div background color is #E8EFE0.


Border color

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

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

This div border color is #E8EFE0.


Opacity

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

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

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

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

This text has shadow with #E8EFE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8EFE0 on black background.


Color preview on white background

This text has color #E8EFE0 on white background.



Black color preview on #E8EFE0 background

This text has black color on #E8EFE0 background.


White color preview on #E8EFE0 background

This text has white color on #E8EFE0 background.