COLOR #E0F4AA

HEX: #E0F4AA
RGB: (224,244,170)

Color info

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

RGB color model

#E0F4AA color RGB value is (224,244,170).

  • red value is 224;
  • green value is 244;
  • blue value is 170.
RGB:
(224,244,170)
(88%,96%,67%)

RGB channels and saturation

R 224 of 255 = 88%
G 244 of 255 = 96%
B 170 of 255 = 67%

224
244
170

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

Portions of RGB colors in percentages

R + G + B =
224 + 244 + 170 = 638 (100%)
R 224 of 638 ~ 35.11%
G 244 of 638 ~ 38.24%
B 170 of 638 ~ 26.65%

%35.11
%38.24
%26.65

CMYK color model

#E0F4AA color CMYK value is (8,0,30,4).

  • cyan value is 8.20%
  • magenta value is 0.00%
  • yellow value is 30.33%
  • key color value is 4.31%
CMYK:
(8,0,30,4)
C8M0Y30K4 
(8%,0%,30%,4%)
(0.08/0.00/0.30/0.04)	

CMYK percentages

%8.2
%0
%30.33
%4.31

Codes

Color #E0F4AA in popluar color models

E0F4AA
RGB224244170
HSL76°77.08%81.18%
HSB/HSV76°30.33%95.69%
CMYK8.20%0.00%30.33%
4.31%

Color #E0F4AA in popluar number systems.

HEXE0F4AA
Decimal224244170
Binary111000001111010010101010
Octal340364252

Shades and tints

Shades of #E0F4AA

#E0F4AA
(224,244,170)
#CCDE9B
(204,222,155)
#B8C88C
(184,200,140)
#A4B27D
(164,178,125)
#909C6E
(144,156,110)
#7C865F
(124,134,95)
#687050
(104,112,80)
#545A41
(84,90,65)
#404432
(64,68,50)
#2C2E23
(44,46,35)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #E0F4AA

#E0F4AA
(224,244,170)
#E2F5B1
(226,245,177)
#E4F6B8
(228,246,184)
#E6F7BF
(230,247,191)
#E8F8C6
(232,248,198)
#EAF9CD
(234,249,205)
#ECFAD4
(236,250,212)
#EEFBDB
(238,251,219)
#F0FCE2
(240,252,226)
#F2FDE9
(242,253,233)
#F4FEF0
(244,254,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0F4AA color. Also use rgb(224,244,170) instead hex code.

Text Font Color

.myTextColor { color: #E0F4AA; }

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

This text font color is #E0F4AA.


Background Color

.myBgColor { background-color: #E0F4AA; }

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

This div background color is #E0F4AA.


Border color

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

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

This div border color is #E0F4AA.


Opacity

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

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

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

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

This text has shadow with #E0F4AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0F4AA on black background.


Color preview on white background

This text has color #E0F4AA on white background.



Black color preview on #E0F4AA background

This text has black color on #E0F4AA background.


White color preview on #E0F4AA background

This text has white color on #E0F4AA background.