COLOR #E9F5AE

HEX: #E9F5AE
RGB: (233,245,174)

Color info

#E9F5AE contains mainly red and green colors. Web safe color of #E9F5AE is #FFFF99 (or #FF9).

RGB color model

#E9F5AE color RGB value is (233,245,174).

  • red value is 233;
  • green value is 245;
  • blue value is 174.
RGB:
(233,245,174)
(91%,96%,68%)

RGB channels and saturation

R 233 of 255 = 91%
G 245 of 255 = 96%
B 174 of 255 = 68%

233
245
174

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

Portions of RGB colors in percentages

R + G + B =
233 + 245 + 174 = 652 (100%)
R 233 of 652 ~ 35.74%
G 245 of 652 ~ 37.58%
B 174 of 652 ~ 26.69%

%35.74
%37.58
%26.69

CMYK color model

#E9F5AE color CMYK value is (5,0,29,4).

  • cyan value is 4.90%
  • magenta value is 0.00%
  • yellow value is 28.98%
  • key color value is 3.92%
CMYK:
(5,0,29,4)
C5M0Y29K4 
(5%,0%,29%,4%)
(0.05/0.00/0.29/0.04)	

CMYK percentages

%4.9
%0
%28.98
%3.92

Codes

Color #E9F5AE in popluar color models

E9F5AE
RGB233245174
HSL70°78.02%82.16%
HSB/HSV70°28.98%96.08%
CMYK4.90%0.00%28.98%
3.92%

Color #E9F5AE in popluar number systems.

HEXE9F5AE
Decimal233245174
Binary111010011111010110101110
Octal351365256

Shades and tints

Shades of #E9F5AE

#E9F5AE
(233,245,174)
#D4DF9F
(212,223,159)
#BFC990
(191,201,144)
#AAB381
(170,179,129)
#959D72
(149,157,114)
#808763
(128,135,99)
#6B7154
(107,113,84)
#565B45
(86,91,69)
#414536
(65,69,54)
#2C2F27
(44,47,39)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #E9F5AE

#E9F5AE
(233,245,174)
#EBF5B5
(235,245,181)
#EDF5BC
(237,245,188)
#EFF5C3
(239,245,195)
#F1F5CA
(241,245,202)
#F3F5D1
(243,245,209)
#F5F5D8
(245,245,216)
#F7F5DF
(247,245,223)
#F9F5E6
(249,245,230)
#FBF5ED
(251,245,237)
#FDF5F4
(253,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9F5AE color. Also use rgb(233,245,174) instead hex code.

Text Font Color

.myTextColor { color: #E9F5AE; }

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

This text font color is #E9F5AE.


Background Color

.myBgColor { background-color: #E9F5AE; }

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

This div background color is #E9F5AE.


Border color

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

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

This div border color is #E9F5AE.


Opacity

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

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

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

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

This text has shadow with #E9F5AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9F5AE on black background.


Color preview on white background

This text has color #E9F5AE on white background.



Black color preview on #E9F5AE background

This text has black color on #E9F5AE background.


White color preview on #E9F5AE background

This text has white color on #E9F5AE background.