COLOR #E8FDE4

HEX: #E8FDE4
RGB: (232,253,228)

Color info

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

RGB color model

#E8FDE4 color RGB value is (232,253,228).

  • red value is 232;
  • green value is 253;
  • blue value is 228.
RGB:
(232,253,228)
(91%,99%,89%)

RGB channels and saturation

R 232 of 255 = 91%
G 253 of 255 = 99%
B 228 of 255 = 89%

232
253
228

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

Portions of RGB colors in percentages

R + G + B =
232 + 253 + 228 = 713 (100%)
R 232 of 713 ~ 32.54%
G 253 of 713 ~ 35.48%
B 228 of 713 ~ 31.98%

%32.54
%35.48
%31.98

CMYK color model

#E8FDE4 color CMYK value is (8,0,10,1).

  • cyan value is 8.30%
  • magenta value is 0.00%
  • yellow value is 9.88%
  • key color value is 0.78%
CMYK:
(8,0,10,1)
C8M0Y10K1 
(8%,0%,10%,1%)
(0.08/0.00/0.10/0.01)	

CMYK percentages

%8.3
%0
%9.88
%0.78

Codes

Color #E8FDE4 in popluar color models

E8FDE4
RGB232253228
HSL110°86.21%94.31%
HSB/HSV110°9.88%99.22%
CMYK8.30%0.00%9.88%
0.78%

Color #E8FDE4 in popluar number systems.

HEXE8FDE4
Decimal232253228
Binary111010001111110111100100
Octal350375344

Shades and tints

Shades of #E8FDE4

#E8FDE4
(232,253,228)
#D3E6D0
(211,230,208)
#BECFBC
(190,207,188)
#A9B8A8
(169,184,168)
#94A194
(148,161,148)
#7F8A80
(127,138,128)
#6A736C
(106,115,108)
#555C58
(85,92,88)
#404544
(64,69,68)
#2B2E30
(43,46,48)
#16171C
(22,23,28)
#000000
(0,0,0)

Tints of #E8FDE4

#E8FDE4
(232,253,228)
#EAFDE6
(234,253,230)
#ECFDE8
(236,253,232)
#EEFDEA
(238,253,234)
#F0FDEC
(240,253,236)
#F2FDEE
(242,253,238)
#F4FDF0
(244,253,240)
#F6FDF2
(246,253,242)
#F8FDF4
(248,253,244)
#FAFDF6
(250,253,246)
#FCFDF8
(252,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8FDE4; }

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

This text font color is #E8FDE4.


Background Color

.myBgColor { background-color: #E8FDE4; }

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

This div background color is #E8FDE4.


Border color

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

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

This div border color is #E8FDE4.


Opacity

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

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

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

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

This text has shadow with #E8FDE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8FDE4 on black background.


Color preview on white background

This text has color #E8FDE4 on white background.



Black color preview on #E8FDE4 background

This text has black color on #E8FDE4 background.


White color preview on #E8FDE4 background

This text has white color on #E8FDE4 background.