COLOR #E7FEA0

HEX: #E7FEA0
RGB: (231,254,160)

Color info

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

RGB color model

#E7FEA0 color RGB value is (231,254,160).

  • red value is 231;
  • green value is 254;
  • blue value is 160.
RGB:
(231,254,160)
(91%,100%,63%)

RGB channels and saturation

R 231 of 255 = 91%
G 254 of 255 = 100%
B 160 of 255 = 63%

231
254
160

R + G + B ~ 85%. #E7FEA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 254 + 160 = 645 (100%)
R 231 of 645 ~ 35.81%
G 254 of 645 ~ 39.38%
B 160 of 645 ~ 24.81%

%35.81
%39.38
%24.81

CMYK color model

#E7FEA0 color CMYK value is (9,0,37,0).

  • cyan value is 9.06%
  • magenta value is 0.00%
  • yellow value is 37.01%
  • key color value is 0.39%
CMYK:
(9,0,37,0)
C9M0Y37K0 
(9%,0%,37%,0%)
(0.09/0.00/0.37/0.00)	

CMYK percentages

%9.06
%0
%37.01
%0.39

Codes

Color #E7FEA0 in popluar color models

E7FEA0
RGB231254160
HSL75°97.92%81.18%
HSB/HSV75°37.01%99.61%
CMYK9.06%0.00%37.01%
0.39%

Color #E7FEA0 in popluar number systems.

HEXE7FEA0
Decimal231254160
Binary111001111111111010100000
Octal347376240

Shades and tints

Shades of #E7FEA0

#E7FEA0
(231,254,160)
#D2E792
(210,231,146)
#BDD084
(189,208,132)
#A8B976
(168,185,118)
#93A268
(147,162,104)
#7E8B5A
(126,139,90)
#69744C
(105,116,76)
#545D3E
(84,93,62)
#3F4630
(63,70,48)
#2A2F22
(42,47,34)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #E7FEA0

#E7FEA0
(231,254,160)
#E9FEA8
(233,254,168)
#EBFEB0
(235,254,176)
#EDFEB8
(237,254,184)
#EFFEC0
(239,254,192)
#F1FEC8
(241,254,200)
#F3FED0
(243,254,208)
#F5FED8
(245,254,216)
#F7FEE0
(247,254,224)
#F9FEE8
(249,254,232)
#FBFEF0
(251,254,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7FEA0 color. Also use rgb(231,254,160) instead hex code.

Text Font Color

.myTextColor { color: #E7FEA0; }

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

This text font color is #E7FEA0.


Background Color

.myBgColor { background-color: #E7FEA0; }

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

This div background color is #E7FEA0.


Border color

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

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

This div border color is #E7FEA0.


Opacity

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

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

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

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

This text has shadow with #E7FEA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7FEA0 on black background.


Color preview on white background

This text has color #E7FEA0 on white background.



Black color preview on #E7FEA0 background

This text has black color on #E7FEA0 background.


White color preview on #E7FEA0 background

This text has white color on #E7FEA0 background.