COLOR #E8EFE1

HEX: #E8EFE1
RGB: (232,239,225)

Color info

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

RGB color model

#E8EFE1 color RGB value is (232,239,225).

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

RGB channels and saturation

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

232
239
225

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

Portions of RGB colors in percentages

R + G + B =
232 + 239 + 225 = 696 (100%)
R 232 of 696 ~ 33.33%
G 239 of 696 ~ 34.34%
B 225 of 696 ~ 32.33%

%33.33
%34.34
%32.33

CMYK color model

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

  • cyan value is 2.93%
  • magenta value is 0.00%
  • yellow value is 5.86%
  • 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
%5.86
%6.27

Codes

Color #E8EFE1 in popluar color models

E8EFE1
RGB232239225
HSL90°30.43%90.98%
HSB/HSV90°5.86%93.73%
CMYK2.93%0.00%5.86%
6.27%

Color #E8EFE1 in popluar number systems.

HEXE8EFE1
Decimal232239225
Binary111010001110111111100001
Octal350357341

Shades and tints

Shades of #E8EFE1

#E8EFE1
(232,239,225)
#D3DACD
(211,218,205)
#BEC5B9
(190,197,185)
#A9B0A5
(169,176,165)
#949B91
(148,155,145)
#7F867D
(127,134,125)
#6A7169
(106,113,105)
#555C55
(85,92,85)
#404741
(64,71,65)
#2B322D
(43,50,45)
#161D19
(22,29,25)
#000000
(0,0,0)

Tints of #E8EFE1

#E8EFE1
(232,239,225)
#EAF0E3
(234,240,227)
#ECF1E5
(236,241,229)
#EEF2E7
(238,242,231)
#F0F3E9
(240,243,233)
#F2F4EB
(242,244,235)
#F4F5ED
(244,245,237)
#F6F6EF
(246,246,239)
#F8F7F1
(248,247,241)
#FAF8F3
(250,248,243)
#FCF9F5
(252,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8EFE1; }

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

This text font color is #E8EFE1.


Background Color

.myBgColor { background-color: #E8EFE1; }

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

This div background color is #E8EFE1.


Border color

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

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

This div border color is #E8EFE1.


Opacity

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

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

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

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

This text has shadow with #E8EFE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8EFE1 on black background.


Color preview on white background

This text has color #E8EFE1 on white background.



Black color preview on #E8EFE1 background

This text has black color on #E8EFE1 background.


White color preview on #E8EFE1 background

This text has white color on #E8EFE1 background.