COLOR #E7FDE8

HEX: #E7FDE8
RGB: (231,253,232)

Color info

#E7FDE8 contains red, green and blue colors in about the same proportion. Web safe color of #E7FDE8 is #FFFFFF (or #FFF).

RGB color model

#E7FDE8 color RGB value is (231,253,232).

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

RGB channels and saturation

R 231 of 255 = 91%
G 253 of 255 = 99%
B 232 of 255 = 91%

231
253
232

R + G + B ~ 94%. #E7FDE8 is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 253 + 232 = 716 (100%)
R 231 of 716 ~ 32.26%
G 253 of 716 ~ 35.34%
B 232 of 716 ~ 32.4%

%32.26
%35.34
%32.4

CMYK color model

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

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

CMYK percentages

%8.7
%0
%8.3
%0.78

Codes

Color #E7FDE8 in popluar color models

E7FDE8
RGB231253232
HSL123°84.62%94.90%
HSB/HSV123°8.70%99.22%
CMYK8.70%0.00%8.30%
0.78%

Color #E7FDE8 in popluar number systems.

HEXE7FDE8
Decimal231253232
Binary111001111111110111101000
Octal347375350

Shades and tints

Shades of #E7FDE8

#E7FDE8
(231,253,232)
#D2E6D3
(210,230,211)
#BDCFBE
(189,207,190)
#A8B8A9
(168,184,169)
#93A194
(147,161,148)
#7E8A7F
(126,138,127)
#69736A
(105,115,106)
#545C55
(84,92,85)
#3F4540
(63,69,64)
#2A2E2B
(42,46,43)
#151716
(21,23,22)
#000000
(0,0,0)

Tints of #E7FDE8

#E7FDE8
(231,253,232)
#E9FDEA
(233,253,234)
#EBFDEC
(235,253,236)
#EDFDEE
(237,253,238)
#EFFDF0
(239,253,240)
#F1FDF2
(241,253,242)
#F3FDF4
(243,253,244)
#F5FDF6
(245,253,246)
#F7FDF8
(247,253,248)
#F9FDFA
(249,253,250)
#FBFDFC
(251,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7FDE8; }

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

This text font color is #E7FDE8.


Background Color

.myBgColor { background-color: #E7FDE8; }

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

This div background color is #E7FDE8.


Border color

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

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

This div border color is #E7FDE8.


Opacity

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

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

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

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

This text has shadow with #E7FDE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7FDE8 on black background.


Color preview on white background

This text has color #E7FDE8 on white background.



Black color preview on #E7FDE8 background

This text has black color on #E7FDE8 background.


White color preview on #E7FDE8 background

This text has white color on #E7FDE8 background.