COLOR #E0F1AE

HEX: #E0F1AE
RGB: (224,241,174)

Color info

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

RGB color model

#E0F1AE color RGB value is (224,241,174).

  • red value is 224;
  • green value is 241;
  • blue value is 174.
RGB:
(224,241,174)
(88%,95%,68%)

RGB channels and saturation

R 224 of 255 = 88%
G 241 of 255 = 95%
B 174 of 255 = 68%

224
241
174

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

Portions of RGB colors in percentages

R + G + B =
224 + 241 + 174 = 639 (100%)
R 224 of 639 ~ 35.05%
G 241 of 639 ~ 37.72%
B 174 of 639 ~ 27.23%

%35.05
%37.72
%27.23

CMYK color model

#E0F1AE color CMYK value is (7,0,28,5).

  • cyan value is 7.05%
  • magenta value is 0.00%
  • yellow value is 27.80%
  • key color value is 5.49%
CMYK:
(7,0,28,5)
C7M0Y28K5 
(7%,0%,28%,5%)
(0.07/0.00/0.28/0.05)	

CMYK percentages

%7.05
%0
%27.8
%5.49

Codes

Color #E0F1AE in popluar color models

E0F1AE
RGB224241174
HSL75°70.53%81.37%
HSB/HSV75°27.80%94.51%
CMYK7.05%0.00%27.80%
5.49%

Color #E0F1AE in popluar number systems.

HEXE0F1AE
Decimal224241174
Binary111000001111000110101110
Octal340361256

Shades and tints

Shades of #E0F1AE

#E0F1AE
(224,241,174)
#CCDC9F
(204,220,159)
#B8C790
(184,199,144)
#A4B281
(164,178,129)
#909D72
(144,157,114)
#7C8863
(124,136,99)
#687354
(104,115,84)
#545E45
(84,94,69)
#404936
(64,73,54)
#2C3427
(44,52,39)
#181F18
(24,31,24)
#000000
(0,0,0)

Tints of #E0F1AE

#E0F1AE
(224,241,174)
#E2F2B5
(226,242,181)
#E4F3BC
(228,243,188)
#E6F4C3
(230,244,195)
#E8F5CA
(232,245,202)
#EAF6D1
(234,246,209)
#ECF7D8
(236,247,216)
#EEF8DF
(238,248,223)
#F0F9E6
(240,249,230)
#F2FAED
(242,250,237)
#F4FBF4
(244,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0F1AE color. Also use rgb(224,241,174) instead hex code.

Text Font Color

.myTextColor { color: #E0F1AE; }

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

This text font color is #E0F1AE.


Background Color

.myBgColor { background-color: #E0F1AE; }

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

This div background color is #E0F1AE.


Border color

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

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

This div border color is #E0F1AE.


Opacity

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

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

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

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

This text has shadow with #E0F1AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0F1AE on black background.


Color preview on white background

This text has color #E0F1AE on white background.



Black color preview on #E0F1AE background

This text has black color on #E0F1AE background.


White color preview on #E0F1AE background

This text has white color on #E0F1AE background.