COLOR #E5F8AF

HEX: #E5F8AF
RGB: (229,248,175)

Color info

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

RGB color model

#E5F8AF color RGB value is (229,248,175).

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

RGB channels and saturation

R 229 of 255 = 90%
G 248 of 255 = 97%
B 175 of 255 = 69%

229
248
175

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

Portions of RGB colors in percentages

R + G + B =
229 + 248 + 175 = 652 (100%)
R 229 of 652 ~ 35.12%
G 248 of 652 ~ 38.04%
B 175 of 652 ~ 26.84%

%35.12
%38.04
%26.84

CMYK color model

#E5F8AF color CMYK value is (8,0,29,3).

  • cyan value is 7.66%
  • magenta value is 0.00%
  • yellow value is 29.44%
  • key color value is 2.75%
CMYK:
(8,0,29,3)
C8M0Y29K3 
(8%,0%,29%,3%)
(0.08/0.00/0.29/0.03)	

CMYK percentages

%7.66
%0
%29.44
%2.75

Codes

Color #E5F8AF in popluar color models

E5F8AF
RGB229248175
HSL76°83.91%82.94%
HSB/HSV76°29.44%97.25%
CMYK7.66%0.00%29.44%
2.75%

Color #E5F8AF in popluar number systems.

HEXE5F8AF
Decimal229248175
Binary111001011111100010101111
Octal345370257

Shades and tints

Shades of #E5F8AF

#E5F8AF
(229,248,175)
#D1E2A0
(209,226,160)
#BDCC91
(189,204,145)
#A9B682
(169,182,130)
#95A073
(149,160,115)
#818A64
(129,138,100)
#6D7455
(109,116,85)
#595E46
(89,94,70)
#454837
(69,72,55)
#313228
(49,50,40)
#1D1C19
(29,28,25)
#000000
(0,0,0)

Tints of #E5F8AF

#E5F8AF
(229,248,175)
#E7F8B6
(231,248,182)
#E9F8BD
(233,248,189)
#EBF8C4
(235,248,196)
#EDF8CB
(237,248,203)
#EFF8D2
(239,248,210)
#F1F8D9
(241,248,217)
#F3F8E0
(243,248,224)
#F5F8E7
(245,248,231)
#F7F8EE
(247,248,238)
#F9F8F5
(249,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5F8AF; }

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

This text font color is #E5F8AF.


Background Color

.myBgColor { background-color: #E5F8AF; }

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

This div background color is #E5F8AF.


Border color

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

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

This div border color is #E5F8AF.


Opacity

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

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

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

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

This text has shadow with #E5F8AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F8AF on black background.


Color preview on white background

This text has color #E5F8AF on white background.



Black color preview on #E5F8AF background

This text has black color on #E5F8AF background.


White color preview on #E5F8AF background

This text has white color on #E5F8AF background.