COLOR #E7F9A8

HEX: #E7F9A8
RGB: (231,249,168)

Color info

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

RGB color model

#E7F9A8 color RGB value is (231,249,168).

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

RGB channels and saturation

R 231 of 255 = 91%
G 249 of 255 = 98%
B 168 of 255 = 66%

231
249
168

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

Portions of RGB colors in percentages

R + G + B =
231 + 249 + 168 = 648 (100%)
R 231 of 648 ~ 35.65%
G 249 of 648 ~ 38.43%
B 168 of 648 ~ 25.93%

%35.65
%38.43
%25.93

CMYK color model

#E7F9A8 color CMYK value is (7,0,33,2).

  • cyan value is 7.23%
  • magenta value is 0.00%
  • yellow value is 32.53%
  • key color value is 2.35%
CMYK:
(7,0,33,2)
C7M0Y33K2 
(7%,0%,33%,2%)
(0.07/0.00/0.33/0.02)	

CMYK percentages

%7.23
%0
%32.53
%2.35

Codes

Color #E7F9A8 in popluar color models

E7F9A8
RGB231249168
HSL73°87.10%81.76%
HSB/HSV73°32.53%97.65%
CMYK7.23%0.00%32.53%
2.35%

Color #E7F9A8 in popluar number systems.

HEXE7F9A8
Decimal231249168
Binary111001111111100110101000
Octal347371250

Shades and tints

Shades of #E7F9A8

#E7F9A8
(231,249,168)
#D2E399
(210,227,153)
#BDCD8A
(189,205,138)
#A8B77B
(168,183,123)
#93A16C
(147,161,108)
#7E8B5D
(126,139,93)
#69754E
(105,117,78)
#545F3F
(84,95,63)
#3F4930
(63,73,48)
#2A3321
(42,51,33)
#151D12
(21,29,18)
#000000
(0,0,0)

Tints of #E7F9A8

#E7F9A8
(231,249,168)
#E9F9AF
(233,249,175)
#EBF9B6
(235,249,182)
#EDF9BD
(237,249,189)
#EFF9C4
(239,249,196)
#F1F9CB
(241,249,203)
#F3F9D2
(243,249,210)
#F5F9D9
(245,249,217)
#F7F9E0
(247,249,224)
#F9F9E7
(249,249,231)
#FBF9EE
(251,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7F9A8; }

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

This text font color is #E7F9A8.


Background Color

.myBgColor { background-color: #E7F9A8; }

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

This div background color is #E7F9A8.


Border color

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

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

This div border color is #E7F9A8.


Opacity

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

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

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

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

This text has shadow with #E7F9A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7F9A8 on black background.


Color preview on white background

This text has color #E7F9A8 on white background.



Black color preview on #E7F9A8 background

This text has black color on #E7F9A8 background.


White color preview on #E7F9A8 background

This text has white color on #E7F9A8 background.