COLOR #E0F8AF

HEX: #E0F8AF
RGB: (224,248,175)

Color info

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

RGB color model

#E0F8AF color RGB value is (224,248,175).

  • red value is 224;
  • green value is 248;
  • blue value is 175.
RGB:
(224,248,175)
(88%,97%,69%)

RGB channels and saturation

R 224 of 255 = 88%
G 248 of 255 = 97%
B 175 of 255 = 69%

224
248
175

R + G + B ~ 85%. #E0F8AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 248 + 175 = 647 (100%)
R 224 of 647 ~ 34.62%
G 248 of 647 ~ 38.33%
B 175 of 647 ~ 27.05%

%34.62
%38.33
%27.05

CMYK color model

#E0F8AF color CMYK value is (10,0,29,3).

  • cyan value is 9.68%
  • magenta value is 0.00%
  • yellow value is 29.44%
  • key color value is 2.75%
CMYK:
(10,0,29,3)
C10M0Y29K3 
(10%,0%,29%,3%)
(0.10/0.00/0.29/0.03)	

CMYK percentages

%9.68
%0
%29.44
%2.75

Codes

Color #E0F8AF in popluar color models

E0F8AF
RGB224248175
HSL80°83.91%82.94%
HSB/HSV80°29.44%97.25%
CMYK9.68%0.00%29.44%
2.75%

Color #E0F8AF in popluar number systems.

HEXE0F8AF
Decimal224248175
Binary111000001111100010101111
Octal340370257

Shades and tints

Shades of #E0F8AF

#E0F8AF
(224,248,175)
#CCE2A0
(204,226,160)
#B8CC91
(184,204,145)
#A4B682
(164,182,130)
#90A073
(144,160,115)
#7C8A64
(124,138,100)
#687455
(104,116,85)
#545E46
(84,94,70)
#404837
(64,72,55)
#2C3228
(44,50,40)
#181C19
(24,28,25)
#000000
(0,0,0)

Tints of #E0F8AF

#E0F8AF
(224,248,175)
#E2F8B6
(226,248,182)
#E4F8BD
(228,248,189)
#E6F8C4
(230,248,196)
#E8F8CB
(232,248,203)
#EAF8D2
(234,248,210)
#ECF8D9
(236,248,217)
#EEF8E0
(238,248,224)
#F0F8E7
(240,248,231)
#F2F8EE
(242,248,238)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0F8AF color. Also use rgb(224,248,175) instead hex code.

Text Font Color

.myTextColor { color: #E0F8AF; }

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

This text font color is #E0F8AF.


Background Color

.myBgColor { background-color: #E0F8AF; }

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

This div background color is #E0F8AF.


Border color

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

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

This div border color is #E0F8AF.


Opacity

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

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

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

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

This text has shadow with #E0F8AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0F8AF on black background.


Color preview on white background

This text has color #E0F8AF on white background.



Black color preview on #E0F8AF background

This text has black color on #E0F8AF background.


White color preview on #E0F8AF background

This text has white color on #E0F8AF background.