COLOR #E7FD9E

HEX: #E7FD9E
RGB: (231,253,158)

Color info

#E7FD9E contains mainly red and green colors. Web safe color of #E7FD9E is #FFFF99 (or #FF9).

RGB color model

#E7FD9E color RGB value is (231,253,158).

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

RGB channels and saturation

R 231 of 255 = 91%
G 253 of 255 = 99%
B 158 of 255 = 62%

231
253
158

R + G + B ~ 84%. #E7FD9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 253 + 158 = 642 (100%)
R 231 of 642 ~ 35.98%
G 253 of 642 ~ 39.41%
B 158 of 642 ~ 24.61%

%35.98
%39.41
%24.61

CMYK color model

#E7FD9E color CMYK value is (9,0,38,1).

  • cyan value is 8.70%
  • magenta value is 0.00%
  • yellow value is 37.55%
  • key color value is 0.78%
CMYK:
(9,0,38,1)
C9M0Y38K1 
(9%,0%,38%,1%)
(0.09/0.00/0.38/0.01)	

CMYK percentages

%8.7
%0
%37.55
%0.78

Codes

Color #E7FD9E in popluar color models

E7FD9E
RGB231253158
HSL74°95.96%80.59%
HSB/HSV74°37.55%99.22%
CMYK8.70%0.00%37.55%
0.78%

Color #E7FD9E in popluar number systems.

HEXE7FD9E
Decimal231253158
Binary111001111111110110011110
Octal347375236

Shades and tints

Shades of #E7FD9E

#E7FD9E
(231,253,158)
#D2E690
(210,230,144)
#BDCF82
(189,207,130)
#A8B874
(168,184,116)
#93A166
(147,161,102)
#7E8A58
(126,138,88)
#69734A
(105,115,74)
#545C3C
(84,92,60)
#3F452E
(63,69,46)
#2A2E20
(42,46,32)
#151712
(21,23,18)
#000000
(0,0,0)

Tints of #E7FD9E

#E7FD9E
(231,253,158)
#E9FDA6
(233,253,166)
#EBFDAE
(235,253,174)
#EDFDB6
(237,253,182)
#EFFDBE
(239,253,190)
#F1FDC6
(241,253,198)
#F3FDCE
(243,253,206)
#F5FDD6
(245,253,214)
#F7FDDE
(247,253,222)
#F9FDE6
(249,253,230)
#FBFDEE
(251,253,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7FD9E; }

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

This text font color is #E7FD9E.


Background Color

.myBgColor { background-color: #E7FD9E; }

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

This div background color is #E7FD9E.


Border color

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

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

This div border color is #E7FD9E.


Opacity

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

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

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

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

This text has shadow with #E7FD9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7FD9E on black background.


Color preview on white background

This text has color #E7FD9E on white background.



Black color preview on #E7FD9E background

This text has black color on #E7FD9E background.


White color preview on #E7FD9E background

This text has white color on #E7FD9E background.