COLOR #E7F9A5

HEX: #E7F9A5
RGB: (231,249,165)

Color info

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

RGB color model

#E7F9A5 color RGB value is (231,249,165).

  • red value is 231;
  • green value is 249;
  • blue value is 165.
RGB:
(231,249,165)
(91%,98%,65%)

RGB channels and saturation

R 231 of 255 = 91%
G 249 of 255 = 98%
B 165 of 255 = 65%

231
249
165

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

Portions of RGB colors in percentages

R + G + B =
231 + 249 + 165 = 645 (100%)
R 231 of 645 ~ 35.81%
G 249 of 645 ~ 38.6%
B 165 of 645 ~ 25.58%

%35.81
%38.6
%25.58

CMYK color model

#E7F9A5 color CMYK value is (7,0,34,2).

  • cyan value is 7.23%
  • magenta value is 0.00%
  • yellow value is 33.73%
  • key color value is 2.35%
CMYK:
(7,0,34,2)
C7M0Y34K2 
(7%,0%,34%,2%)
(0.07/0.00/0.34/0.02)	

CMYK percentages

%7.23
%0
%33.73
%2.35

Codes

Color #E7F9A5 in popluar color models

E7F9A5
RGB231249165
HSL73°87.50%81.18%
HSB/HSV73°33.73%97.65%
CMYK7.23%0.00%33.73%
2.35%

Color #E7F9A5 in popluar number systems.

HEXE7F9A5
Decimal231249165
Binary111001111111100110100101
Octal347371245

Shades and tints

Shades of #E7F9A5

#E7F9A5
(231,249,165)
#D2E396
(210,227,150)
#BDCD87
(189,205,135)
#A8B778
(168,183,120)
#93A169
(147,161,105)
#7E8B5A
(126,139,90)
#69754B
(105,117,75)
#545F3C
(84,95,60)
#3F492D
(63,73,45)
#2A331E
(42,51,30)
#151D0F
(21,29,15)
#000000
(0,0,0)

Tints of #E7F9A5

#E7F9A5
(231,249,165)
#E9F9AD
(233,249,173)
#EBF9B5
(235,249,181)
#EDF9BD
(237,249,189)
#EFF9C5
(239,249,197)
#F1F9CD
(241,249,205)
#F3F9D5
(243,249,213)
#F5F9DD
(245,249,221)
#F7F9E5
(247,249,229)
#F9F9ED
(249,249,237)
#FBF9F5
(251,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7F9A5 color. Also use rgb(231,249,165) instead hex code.

Text Font Color

.myTextColor { color: #E7F9A5; }

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

This text font color is #E7F9A5.


Background Color

.myBgColor { background-color: #E7F9A5; }

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

This div background color is #E7F9A5.


Border color

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

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

This div border color is #E7F9A5.


Opacity

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

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

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

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

This text has shadow with #E7F9A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7F9A5 on black background.


Color preview on white background

This text has color #E7F9A5 on white background.



Black color preview on #E7F9A5 background

This text has black color on #E7F9A5 background.


White color preview on #E7F9A5 background

This text has white color on #E7F9A5 background.