COLOR #E5F0AA

HEX: #E5F0AA
RGB: (229,240,170)

Color info

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

RGB color model

#E5F0AA color RGB value is (229,240,170).

  • red value is 229;
  • green value is 240;
  • blue value is 170.
RGB:
(229,240,170)
(90%,94%,67%)

RGB channels and saturation

R 229 of 255 = 90%
G 240 of 255 = 94%
B 170 of 255 = 67%

229
240
170

R + G + B ~ 84%. #E5F0AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 240 + 170 = 639 (100%)
R 229 of 639 ~ 35.84%
G 240 of 639 ~ 37.56%
B 170 of 639 ~ 26.6%

%35.84
%37.56
%26.6

CMYK color model

#E5F0AA color CMYK value is (5,0,29,6).

  • cyan value is 4.58%
  • magenta value is 0.00%
  • yellow value is 29.17%
  • key color value is 5.88%
CMYK:
(5,0,29,6)
C5M0Y29K6 
(5%,0%,29%,6%)
(0.05/0.00/0.29/0.06)	

CMYK percentages

%4.58
%0
%29.17
%5.88

Codes

Color #E5F0AA in popluar color models

E5F0AA
RGB229240170
HSL69°70.00%80.39%
HSB/HSV69°29.17%94.12%
CMYK4.58%0.00%29.17%
5.88%

Color #E5F0AA in popluar number systems.

HEXE5F0AA
Decimal229240170
Binary111001011111000010101010
Octal345360252

Shades and tints

Shades of #E5F0AA

#E5F0AA
(229,240,170)
#D1DB9B
(209,219,155)
#BDC68C
(189,198,140)
#A9B17D
(169,177,125)
#959C6E
(149,156,110)
#81875F
(129,135,95)
#6D7250
(109,114,80)
#595D41
(89,93,65)
#454832
(69,72,50)
#313323
(49,51,35)
#1D1E14
(29,30,20)
#000000
(0,0,0)

Tints of #E5F0AA

#E5F0AA
(229,240,170)
#E7F1B1
(231,241,177)
#E9F2B8
(233,242,184)
#EBF3BF
(235,243,191)
#EDF4C6
(237,244,198)
#EFF5CD
(239,245,205)
#F1F6D4
(241,246,212)
#F3F7DB
(243,247,219)
#F5F8E2
(245,248,226)
#F7F9E9
(247,249,233)
#F9FAF0
(249,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F0AA color. Also use rgb(229,240,170) instead hex code.

Text Font Color

.myTextColor { color: #E5F0AA; }

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

This text font color is #E5F0AA.


Background Color

.myBgColor { background-color: #E5F0AA; }

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

This div background color is #E5F0AA.


Border color

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

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

This div border color is #E5F0AA.


Opacity

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

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

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

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

This text has shadow with #E5F0AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F0AA on black background.


Color preview on white background

This text has color #E5F0AA on white background.



Black color preview on #E5F0AA background

This text has black color on #E5F0AA background.


White color preview on #E5F0AA background

This text has white color on #E5F0AA background.