COLOR #E5F5A8

HEX: #E5F5A8
RGB: (229,245,168)

Color info

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

RGB color model

#E5F5A8 color RGB value is (229,245,168).

  • red value is 229;
  • green value is 245;
  • blue value is 168.
RGB:
(229,245,168)
(90%,96%,66%)

RGB channels and saturation

R 229 of 255 = 90%
G 245 of 255 = 96%
B 168 of 255 = 66%

229
245
168

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

Portions of RGB colors in percentages

R + G + B =
229 + 245 + 168 = 642 (100%)
R 229 of 642 ~ 35.67%
G 245 of 642 ~ 38.16%
B 168 of 642 ~ 26.17%

%35.67
%38.16
%26.17

CMYK color model

#E5F5A8 color CMYK value is (7,0,31,4).

  • cyan value is 6.53%
  • magenta value is 0.00%
  • yellow value is 31.43%
  • key color value is 3.92%
CMYK:
(7,0,31,4)
C7M0Y31K4 
(7%,0%,31%,4%)
(0.07/0.00/0.31/0.04)	

CMYK percentages

%6.53
%0
%31.43
%3.92

Codes

Color #E5F5A8 in popluar color models

E5F5A8
RGB229245168
HSL72°79.38%80.98%
HSB/HSV72°31.43%96.08%
CMYK6.53%0.00%31.43%
3.92%

Color #E5F5A8 in popluar number systems.

HEXE5F5A8
Decimal229245168
Binary111001011111010110101000
Octal345365250

Shades and tints

Shades of #E5F5A8

#E5F5A8
(229,245,168)
#D1DF99
(209,223,153)
#BDC98A
(189,201,138)
#A9B37B
(169,179,123)
#959D6C
(149,157,108)
#81875D
(129,135,93)
#6D714E
(109,113,78)
#595B3F
(89,91,63)
#454530
(69,69,48)
#312F21
(49,47,33)
#1D1912
(29,25,18)
#000000
(0,0,0)

Tints of #E5F5A8

#E5F5A8
(229,245,168)
#E7F5AF
(231,245,175)
#E9F5B6
(233,245,182)
#EBF5BD
(235,245,189)
#EDF5C4
(237,245,196)
#EFF5CB
(239,245,203)
#F1F5D2
(241,245,210)
#F3F5D9
(243,245,217)
#F5F5E0
(245,245,224)
#F7F5E7
(247,245,231)
#F9F5EE
(249,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F5A8 color. Also use rgb(229,245,168) instead hex code.

Text Font Color

.myTextColor { color: #E5F5A8; }

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

This text font color is #E5F5A8.


Background Color

.myBgColor { background-color: #E5F5A8; }

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

This div background color is #E5F5A8.


Border color

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

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

This div border color is #E5F5A8.


Opacity

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

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

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

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

This text has shadow with #E5F5A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F5A8 on black background.


Color preview on white background

This text has color #E5F5A8 on white background.



Black color preview on #E5F5A8 background

This text has black color on #E5F5A8 background.


White color preview on #E5F5A8 background

This text has white color on #E5F5A8 background.