COLOR #E7FDE0

HEX: #E7FDE0
RGB: (231,253,224)

Color info

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

RGB color model

#E7FDE0 color RGB value is (231,253,224).

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

RGB channels and saturation

R 231 of 255 = 91%
G 253 of 255 = 99%
B 224 of 255 = 88%

231
253
224

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

Portions of RGB colors in percentages

R + G + B =
231 + 253 + 224 = 708 (100%)
R 231 of 708 ~ 32.63%
G 253 of 708 ~ 35.73%
B 224 of 708 ~ 31.64%

%32.63
%35.73
%31.64

CMYK color model

#E7FDE0 color CMYK value is (9,0,11,1).

  • cyan value is 8.70%
  • magenta value is 0.00%
  • yellow value is 11.46%
  • key color value is 0.78%
CMYK:
(9,0,11,1)
C9M0Y11K1 
(9%,0%,11%,1%)
(0.09/0.00/0.11/0.01)	

CMYK percentages

%8.7
%0
%11.46
%0.78

Codes

Color #E7FDE0 in popluar color models

E7FDE0
RGB231253224
HSL106°87.88%93.53%
HSB/HSV106°11.46%99.22%
CMYK8.70%0.00%11.46%
0.78%

Color #E7FDE0 in popluar number systems.

HEXE7FDE0
Decimal231253224
Binary111001111111110111100000
Octal347375340

Shades and tints

Shades of #E7FDE0

#E7FDE0
(231,253,224)
#D2E6CC
(210,230,204)
#BDCFB8
(189,207,184)
#A8B8A4
(168,184,164)
#93A190
(147,161,144)
#7E8A7C
(126,138,124)
#697368
(105,115,104)
#545C54
(84,92,84)
#3F4540
(63,69,64)
#2A2E2C
(42,46,44)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #E7FDE0

#E7FDE0
(231,253,224)
#E9FDE2
(233,253,226)
#EBFDE4
(235,253,228)
#EDFDE6
(237,253,230)
#EFFDE8
(239,253,232)
#F1FDEA
(241,253,234)
#F3FDEC
(243,253,236)
#F5FDEE
(245,253,238)
#F7FDF0
(247,253,240)
#F9FDF2
(249,253,242)
#FBFDF4
(251,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7FDE0; }

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

This text font color is #E7FDE0.


Background Color

.myBgColor { background-color: #E7FDE0; }

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

This div background color is #E7FDE0.


Border color

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

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

This div border color is #E7FDE0.


Opacity

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

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

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

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

This text has shadow with #E7FDE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7FDE0 on black background.


Color preview on white background

This text has color #E7FDE0 on white background.



Black color preview on #E7FDE0 background

This text has black color on #E7FDE0 background.


White color preview on #E7FDE0 background

This text has white color on #E7FDE0 background.