COLOR #E8FEE0

HEX: #E8FEE0
RGB: (232,254,224)

Color info

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

RGB color model

#E8FEE0 color RGB value is (232,254,224).

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

RGB channels and saturation

R 232 of 255 = 91%
G 254 of 255 = 100%
B 224 of 255 = 88%

232
254
224

R + G + B ~ 93%. #E8FEE0 is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 254 + 224 = 710 (100%)
R 232 of 710 ~ 32.68%
G 254 of 710 ~ 35.77%
B 224 of 710 ~ 31.55%

%32.68
%35.77
%31.55

CMYK color model

#E8FEE0 color CMYK value is (9,0,12,0).

  • cyan value is 8.66%
  • magenta value is 0.00%
  • yellow value is 11.81%
  • key color value is 0.39%
CMYK:
(9,0,12,0)
C9M0Y12K0 
(9%,0%,12%,0%)
(0.09/0.00/0.12/0.00)	

CMYK percentages

%8.66
%0
%11.81
%0.39

Codes

Color #E8FEE0 in popluar color models

E8FEE0
RGB232254224
HSL104°93.75%93.73%
HSB/HSV104°11.81%99.61%
CMYK8.66%0.00%11.81%
0.39%

Color #E8FEE0 in popluar number systems.

HEXE8FEE0
Decimal232254224
Binary111010001111111011100000
Octal350376340

Shades and tints

Shades of #E8FEE0

#E8FEE0
(232,254,224)
#D3E7CC
(211,231,204)
#BED0B8
(190,208,184)
#A9B9A4
(169,185,164)
#94A290
(148,162,144)
#7F8B7C
(127,139,124)
#6A7468
(106,116,104)
#555D54
(85,93,84)
#404640
(64,70,64)
#2B2F2C
(43,47,44)
#161818
(22,24,24)
#000000
(0,0,0)

Tints of #E8FEE0

#E8FEE0
(232,254,224)
#EAFEE2
(234,254,226)
#ECFEE4
(236,254,228)
#EEFEE6
(238,254,230)
#F0FEE8
(240,254,232)
#F2FEEA
(242,254,234)
#F4FEEC
(244,254,236)
#F6FEEE
(246,254,238)
#F8FEF0
(248,254,240)
#FAFEF2
(250,254,242)
#FCFEF4
(252,254,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8FEE0; }

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

This text font color is #E8FEE0.


Background Color

.myBgColor { background-color: #E8FEE0; }

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

This div background color is #E8FEE0.


Border color

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

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

This div border color is #E8FEE0.


Opacity

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

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

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

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

This text has shadow with #E8FEE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8FEE0 on black background.


Color preview on white background

This text has color #E8FEE0 on white background.



Black color preview on #E8FEE0 background

This text has black color on #E8FEE0 background.


White color preview on #E8FEE0 background

This text has white color on #E8FEE0 background.