COLOR #E9FEAF

HEX: #E9FEAF
RGB: (233,254,175)

Color info

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

RGB color model

#E9FEAF color RGB value is (233,254,175).

  • red value is 233;
  • green value is 254;
  • blue value is 175.
RGB:
(233,254,175)
(91%,100%,69%)

RGB channels and saturation

R 233 of 255 = 91%
G 254 of 255 = 100%
B 175 of 255 = 69%

233
254
175

R + G + B ~ 87%. #E9FEAF is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 254 + 175 = 662 (100%)
R 233 of 662 ~ 35.2%
G 254 of 662 ~ 38.37%
B 175 of 662 ~ 26.44%

%35.2
%38.37
%26.44

CMYK color model

#E9FEAF color CMYK value is (8,0,31,0).

  • cyan value is 8.27%
  • magenta value is 0.00%
  • yellow value is 31.10%
  • key color value is 0.39%
CMYK:
(8,0,31,0)
C8M0Y31K0 
(8%,0%,31%,0%)
(0.08/0.00/0.31/0.00)	

CMYK percentages

%8.27
%0
%31.1
%0.39

Codes

Color #E9FEAF in popluar color models

E9FEAF
RGB233254175
HSL76°97.53%84.12%
HSB/HSV76°31.10%99.61%
CMYK8.27%0.00%31.10%
0.39%

Color #E9FEAF in popluar number systems.

HEXE9FEAF
Decimal233254175
Binary111010011111111010101111
Octal351376257

Shades and tints

Shades of #E9FEAF

#E9FEAF
(233,254,175)
#D4E7A0
(212,231,160)
#BFD091
(191,208,145)
#AAB982
(170,185,130)
#95A273
(149,162,115)
#808B64
(128,139,100)
#6B7455
(107,116,85)
#565D46
(86,93,70)
#414637
(65,70,55)
#2C2F28
(44,47,40)
#171819
(23,24,25)
#000000
(0,0,0)

Tints of #E9FEAF

#E9FEAF
(233,254,175)
#EBFEB6
(235,254,182)
#EDFEBD
(237,254,189)
#EFFEC4
(239,254,196)
#F1FECB
(241,254,203)
#F3FED2
(243,254,210)
#F5FED9
(245,254,217)
#F7FEE0
(247,254,224)
#F9FEE7
(249,254,231)
#FBFEEE
(251,254,238)
#FDFEF5
(253,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9FEAF color. Also use rgb(233,254,175) instead hex code.

Text Font Color

.myTextColor { color: #E9FEAF; }

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

This text font color is #E9FEAF.


Background Color

.myBgColor { background-color: #E9FEAF; }

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

This div background color is #E9FEAF.


Border color

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

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

This div border color is #E9FEAF.


Opacity

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

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

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

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

This text has shadow with #E9FEAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9FEAF on black background.


Color preview on white background

This text has color #E9FEAF on white background.



Black color preview on #E9FEAF background

This text has black color on #E9FEAF background.


White color preview on #E9FEAF background

This text has white color on #E9FEAF background.