COLOR #E1EFA0

HEX: #E1EFA0
RGB: (225,239,160)

Color info

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

RGB color model

#E1EFA0 color RGB value is (225,239,160).

  • red value is 225;
  • green value is 239;
  • blue value is 160.
RGB:
(225,239,160)
(88%,94%,63%)

RGB channels and saturation

R 225 of 255 = 88%
G 239 of 255 = 94%
B 160 of 255 = 63%

225
239
160

R + G + B ~ 82%. #E1EFA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 239 + 160 = 624 (100%)
R 225 of 624 ~ 36.06%
G 239 of 624 ~ 38.3%
B 160 of 624 ~ 25.64%

%36.06
%38.3
%25.64

CMYK color model

#E1EFA0 color CMYK value is (6,0,33,6).

  • cyan value is 5.86%
  • magenta value is 0.00%
  • yellow value is 33.05%
  • key color value is 6.27%
CMYK:
(6,0,33,6)
C6M0Y33K6 
(6%,0%,33%,6%)
(0.06/0.00/0.33/0.06)	

CMYK percentages

%5.86
%0
%33.05
%6.27

Codes

Color #E1EFA0 in popluar color models

E1EFA0
RGB225239160
HSL71°71.17%78.24%
HSB/HSV71°33.05%93.73%
CMYK5.86%0.00%33.05%
6.27%

Color #E1EFA0 in popluar number systems.

HEXE1EFA0
Decimal225239160
Binary111000011110111110100000
Octal341357240

Shades and tints

Shades of #E1EFA0

#E1EFA0
(225,239,160)
#CDDA92
(205,218,146)
#B9C584
(185,197,132)
#A5B076
(165,176,118)
#919B68
(145,155,104)
#7D865A
(125,134,90)
#69714C
(105,113,76)
#555C3E
(85,92,62)
#414730
(65,71,48)
#2D3222
(45,50,34)
#191D14
(25,29,20)
#000000
(0,0,0)

Tints of #E1EFA0

#E1EFA0
(225,239,160)
#E3F0A8
(227,240,168)
#E5F1B0
(229,241,176)
#E7F2B8
(231,242,184)
#E9F3C0
(233,243,192)
#EBF4C8
(235,244,200)
#EDF5D0
(237,245,208)
#EFF6D8
(239,246,216)
#F1F7E0
(241,247,224)
#F3F8E8
(243,248,232)
#F5F9F0
(245,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1EFA0 color. Also use rgb(225,239,160) instead hex code.

Text Font Color

.myTextColor { color: #E1EFA0; }

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

This text font color is #E1EFA0.


Background Color

.myBgColor { background-color: #E1EFA0; }

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

This div background color is #E1EFA0.


Border color

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

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

This div border color is #E1EFA0.


Opacity

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

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

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

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

This text has shadow with #E1EFA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1EFA0 on black background.


Color preview on white background

This text has color #E1EFA0 on white background.



Black color preview on #E1EFA0 background

This text has black color on #E1EFA0 background.


White color preview on #E1EFA0 background

This text has white color on #E1EFA0 background.