COLOR #E5F2A2

HEX: #E5F2A2
RGB: (229,242,162)

Color info

#E5F2A2 contains mainly red and green colors. Web safe color of #E5F2A2 is #CCFF99 (or #CF9).

RGB color model

#E5F2A2 color RGB value is (229,242,162).

  • red value is 229;
  • green value is 242;
  • blue value is 162.
RGB:
(229,242,162)
(90%,95%,64%)

RGB channels and saturation

R 229 of 255 = 90%
G 242 of 255 = 95%
B 162 of 255 = 64%

229
242
162

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

Portions of RGB colors in percentages

R + G + B =
229 + 242 + 162 = 633 (100%)
R 229 of 633 ~ 36.18%
G 242 of 633 ~ 38.23%
B 162 of 633 ~ 25.59%

%36.18
%38.23
%25.59

CMYK color model

#E5F2A2 color CMYK value is (5,0,33,5).

  • cyan value is 5.37%
  • magenta value is 0.00%
  • yellow value is 33.06%
  • key color value is 5.10%
CMYK:
(5,0,33,5)
C5M0Y33K5 
(5%,0%,33%,5%)
(0.05/0.00/0.33/0.05)	

CMYK percentages

%5.37
%0
%33.06
%5.1

Codes

Color #E5F2A2 in popluar color models

E5F2A2
RGB229242162
HSL70°75.47%79.22%
HSB/HSV70°33.06%94.90%
CMYK5.37%0.00%33.06%
5.10%

Color #E5F2A2 in popluar number systems.

HEXE5F2A2
Decimal229242162
Binary111001011111001010100010
Octal345362242

Shades and tints

Shades of #E5F2A2

#E5F2A2
(229,242,162)
#D1DC94
(209,220,148)
#BDC686
(189,198,134)
#A9B078
(169,176,120)
#959A6A
(149,154,106)
#81845C
(129,132,92)
#6D6E4E
(109,110,78)
#595840
(89,88,64)
#454232
(69,66,50)
#312C24
(49,44,36)
#1D1616
(29,22,22)
#000000
(0,0,0)

Tints of #E5F2A2

#E5F2A2
(229,242,162)
#E7F3AA
(231,243,170)
#E9F4B2
(233,244,178)
#EBF5BA
(235,245,186)
#EDF6C2
(237,246,194)
#EFF7CA
(239,247,202)
#F1F8D2
(241,248,210)
#F3F9DA
(243,249,218)
#F5FAE2
(245,250,226)
#F7FBEA
(247,251,234)
#F9FCF2
(249,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F2A2 color. Also use rgb(229,242,162) instead hex code.

Text Font Color

.myTextColor { color: #E5F2A2; }

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

This text font color is #E5F2A2.


Background Color

.myBgColor { background-color: #E5F2A2; }

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

This div background color is #E5F2A2.


Border color

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

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

This div border color is #E5F2A2.


Opacity

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

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

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

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

This text has shadow with #E5F2A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F2A2 on black background.


Color preview on white background

This text has color #E5F2A2 on white background.



Black color preview on #E5F2A2 background

This text has black color on #E5F2A2 background.


White color preview on #E5F2A2 background

This text has white color on #E5F2A2 background.