COLOR #E0FAA7

HEX: #E0FAA7
RGB: (224,250,167)

Color info

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

RGB color model

#E0FAA7 color RGB value is (224,250,167).

  • red value is 224;
  • green value is 250;
  • blue value is 167.
RGB:
(224,250,167)
(88%,98%,65%)

RGB channels and saturation

R 224 of 255 = 88%
G 250 of 255 = 98%
B 167 of 255 = 65%

224
250
167

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

Portions of RGB colors in percentages

R + G + B =
224 + 250 + 167 = 641 (100%)
R 224 of 641 ~ 34.95%
G 250 of 641 ~ 39%
B 167 of 641 ~ 26.05%

%34.95
%39
%26.05

CMYK color model

#E0FAA7 color CMYK value is (10,0,33,2).

  • cyan value is 10.40%
  • magenta value is 0.00%
  • yellow value is 33.20%
  • key color value is 1.96%
CMYK:
(10,0,33,2)
C10M0Y33K2 
(10%,0%,33%,2%)
(0.10/0.00/0.33/0.02)	

CMYK percentages

%10.4
%0
%33.2
%1.96

Codes

Color #E0FAA7 in popluar color models

E0FAA7
RGB224250167
HSL79°89.25%81.76%
HSB/HSV79°33.20%98.04%
CMYK10.40%0.00%33.20%
1.96%

Color #E0FAA7 in popluar number systems.

HEXE0FAA7
Decimal224250167
Binary111000001111101010100111
Octal340372247

Shades and tints

Shades of #E0FAA7

#E0FAA7
(224,250,167)
#CCE498
(204,228,152)
#B8CE89
(184,206,137)
#A4B87A
(164,184,122)
#90A26B
(144,162,107)
#7C8C5C
(124,140,92)
#68764D
(104,118,77)
#54603E
(84,96,62)
#404A2F
(64,74,47)
#2C3420
(44,52,32)
#181E11
(24,30,17)
#000000
(0,0,0)

Tints of #E0FAA7

#E0FAA7
(224,250,167)
#E2FAAF
(226,250,175)
#E4FAB7
(228,250,183)
#E6FABF
(230,250,191)
#E8FAC7
(232,250,199)
#EAFACF
(234,250,207)
#ECFAD7
(236,250,215)
#EEFADF
(238,250,223)
#F0FAE7
(240,250,231)
#F2FAEF
(242,250,239)
#F4FAF7
(244,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0FAA7 color. Also use rgb(224,250,167) instead hex code.

Text Font Color

.myTextColor { color: #E0FAA7; }

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

This text font color is #E0FAA7.


Background Color

.myBgColor { background-color: #E0FAA7; }

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

This div background color is #E0FAA7.


Border color

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

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

This div border color is #E0FAA7.


Opacity

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

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

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

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

This text has shadow with #E0FAA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0FAA7 on black background.


Color preview on white background

This text has color #E0FAA7 on white background.



Black color preview on #E0FAA7 background

This text has black color on #E0FAA7 background.


White color preview on #E0FAA7 background

This text has white color on #E0FAA7 background.