COLOR #E5F1A8

HEX: #E5F1A8
RGB: (229,241,168)

Color info

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

RGB color model

#E5F1A8 color RGB value is (229,241,168).

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

RGB channels and saturation

R 229 of 255 = 90%
G 241 of 255 = 95%
B 168 of 255 = 66%

229
241
168

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

Portions of RGB colors in percentages

R + G + B =
229 + 241 + 168 = 638 (100%)
R 229 of 638 ~ 35.89%
G 241 of 638 ~ 37.77%
B 168 of 638 ~ 26.33%

%35.89
%37.77
%26.33

CMYK color model

#E5F1A8 color CMYK value is (5,0,30,5).

  • cyan value is 4.98%
  • magenta value is 0.00%
  • yellow value is 30.29%
  • key color value is 5.49%
CMYK:
(5,0,30,5)
C5M0Y30K5 
(5%,0%,30%,5%)
(0.05/0.00/0.30/0.05)	

CMYK percentages

%4.98
%0
%30.29
%5.49

Codes

Color #E5F1A8 in popluar color models

E5F1A8
RGB229241168
HSL70°72.28%80.20%
HSB/HSV70°30.29%94.51%
CMYK4.98%0.00%30.29%
5.49%

Color #E5F1A8 in popluar number systems.

HEXE5F1A8
Decimal229241168
Binary111001011111000110101000
Octal345361250

Shades and tints

Shades of #E5F1A8

#E5F1A8
(229,241,168)
#D1DC99
(209,220,153)
#BDC78A
(189,199,138)
#A9B27B
(169,178,123)
#959D6C
(149,157,108)
#81885D
(129,136,93)
#6D734E
(109,115,78)
#595E3F
(89,94,63)
#454930
(69,73,48)
#313421
(49,52,33)
#1D1F12
(29,31,18)
#000000
(0,0,0)

Tints of #E5F1A8

#E5F1A8
(229,241,168)
#E7F2AF
(231,242,175)
#E9F3B6
(233,243,182)
#EBF4BD
(235,244,189)
#EDF5C4
(237,245,196)
#EFF6CB
(239,246,203)
#F1F7D2
(241,247,210)
#F3F8D9
(243,248,217)
#F5F9E0
(245,249,224)
#F7FAE7
(247,250,231)
#F9FBEE
(249,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5F1A8; }

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

This text font color is #E5F1A8.


Background Color

.myBgColor { background-color: #E5F1A8; }

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

This div background color is #E5F1A8.


Border color

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

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

This div border color is #E5F1A8.


Opacity

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

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

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

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

This text has shadow with #E5F1A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F1A8 on black background.


Color preview on white background

This text has color #E5F1A8 on white background.



Black color preview on #E5F1A8 background

This text has black color on #E5F1A8 background.


White color preview on #E5F1A8 background

This text has white color on #E5F1A8 background.