COLOR #E8FDE6

HEX: #E8FDE6
RGB: (232,253,230)

Color info

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

RGB color model

#E8FDE6 color RGB value is (232,253,230).

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

RGB channels and saturation

R 232 of 255 = 91%
G 253 of 255 = 99%
B 230 of 255 = 90%

232
253
230

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

Portions of RGB colors in percentages

R + G + B =
232 + 253 + 230 = 715 (100%)
R 232 of 715 ~ 32.45%
G 253 of 715 ~ 35.38%
B 230 of 715 ~ 32.17%

%32.45
%35.38
%32.17

CMYK color model

#E8FDE6 color CMYK value is (8,0,9,1).

  • cyan value is 8.30%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 0.78%
CMYK:
(8,0,9,1)
C8M0Y9K1 
(8%,0%,9%,1%)
(0.08/0.00/0.09/0.01)	

CMYK percentages

%8.3
%0
%9.09
%0.78

Codes

Color #E8FDE6 in popluar color models

E8FDE6
RGB232253230
HSL115°85.19%94.71%
HSB/HSV115°9.09%99.22%
CMYK8.30%0.00%9.09%
0.78%

Color #E8FDE6 in popluar number systems.

HEXE8FDE6
Decimal232253230
Binary111010001111110111100110
Octal350375346

Shades and tints

Shades of #E8FDE6

#E8FDE6
(232,253,230)
#D3E6D2
(211,230,210)
#BECFBE
(190,207,190)
#A9B8AA
(169,184,170)
#94A196
(148,161,150)
#7F8A82
(127,138,130)
#6A736E
(106,115,110)
#555C5A
(85,92,90)
#404546
(64,69,70)
#2B2E32
(43,46,50)
#16171E
(22,23,30)
#000000
(0,0,0)

Tints of #E8FDE6

#E8FDE6
(232,253,230)
#EAFDE8
(234,253,232)
#ECFDEA
(236,253,234)
#EEFDEC
(238,253,236)
#F0FDEE
(240,253,238)
#F2FDF0
(242,253,240)
#F4FDF2
(244,253,242)
#F6FDF4
(246,253,244)
#F8FDF6
(248,253,246)
#FAFDF8
(250,253,248)
#FCFDFA
(252,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8FDE6; }

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

This text font color is #E8FDE6.


Background Color

.myBgColor { background-color: #E8FDE6; }

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

This div background color is #E8FDE6.


Border color

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

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

This div border color is #E8FDE6.


Opacity

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

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

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

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

This text has shadow with #E8FDE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8FDE6 on black background.


Color preview on white background

This text has color #E8FDE6 on white background.



Black color preview on #E8FDE6 background

This text has black color on #E8FDE6 background.


White color preview on #E8FDE6 background

This text has white color on #E8FDE6 background.