COLOR #E7F0A2

HEX: #E7F0A2
RGB: (231,240,162)

Color info

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

RGB color model

#E7F0A2 color RGB value is (231,240,162).

  • red value is 231;
  • green value is 240;
  • blue value is 162.
RGB:
(231,240,162)
(91%,94%,64%)

RGB channels and saturation

R 231 of 255 = 91%
G 240 of 255 = 94%
B 162 of 255 = 64%

231
240
162

R + G + B ~ 83%. #E7F0A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 240 + 162 = 633 (100%)
R 231 of 633 ~ 36.49%
G 240 of 633 ~ 37.91%
B 162 of 633 ~ 25.59%

%36.49
%37.91
%25.59

CMYK color model

#E7F0A2 color CMYK value is (4,0,33,6).

  • cyan value is 3.75%
  • magenta value is 0.00%
  • yellow value is 32.50%
  • key color value is 5.88%
CMYK:
(4,0,33,6)
C4M0Y33K6 
(4%,0%,33%,6%)
(0.04/0.00/0.33/0.06)	

CMYK percentages

%3.75
%0
%32.5
%5.88

Codes

Color #E7F0A2 in popluar color models

E7F0A2
RGB231240162
HSL67°72.22%78.82%
HSB/HSV67°32.50%94.12%
CMYK3.75%0.00%32.50%
5.88%

Color #E7F0A2 in popluar number systems.

HEXE7F0A2
Decimal231240162
Binary111001111111000010100010
Octal347360242

Shades and tints

Shades of #E7F0A2

#E7F0A2
(231,240,162)
#D2DB94
(210,219,148)
#BDC686
(189,198,134)
#A8B178
(168,177,120)
#939C6A
(147,156,106)
#7E875C
(126,135,92)
#69724E
(105,114,78)
#545D40
(84,93,64)
#3F4832
(63,72,50)
#2A3324
(42,51,36)
#151E16
(21,30,22)
#000000
(0,0,0)

Tints of #E7F0A2

#E7F0A2
(231,240,162)
#E9F1AA
(233,241,170)
#EBF2B2
(235,242,178)
#EDF3BA
(237,243,186)
#EFF4C2
(239,244,194)
#F1F5CA
(241,245,202)
#F3F6D2
(243,246,210)
#F5F7DA
(245,247,218)
#F7F8E2
(247,248,226)
#F9F9EA
(249,249,234)
#FBFAF2
(251,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7F0A2 color. Also use rgb(231,240,162) instead hex code.

Text Font Color

.myTextColor { color: #E7F0A2; }

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

This text font color is #E7F0A2.


Background Color

.myBgColor { background-color: #E7F0A2; }

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

This div background color is #E7F0A2.


Border color

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

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

This div border color is #E7F0A2.


Opacity

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

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

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

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

This text has shadow with #E7F0A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7F0A2 on black background.


Color preview on white background

This text has color #E7F0A2 on white background.



Black color preview on #E7F0A2 background

This text has black color on #E7F0A2 background.


White color preview on #E7F0A2 background

This text has white color on #E7F0A2 background.