COLOR #E1FFA0

HEX: #E1FFA0
RGB: (225,255,160)

Color info

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

RGB color model

#E1FFA0 color RGB value is (225,255,160).

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

RGB channels and saturation

R 225 of 255 = 88%
G 255 of 255 = 100%
B 160 of 255 = 63%

225
255
160

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

Portions of RGB colors in percentages

R + G + B =
225 + 255 + 160 = 640 (100%)
R 225 of 640 ~ 35.16%
G 255 of 640 ~ 39.84%
B 160 of 640 ~ 25%

%35.16
%39.84
%25

CMYK color model

#E1FFA0 color CMYK value is (12,0,37,0).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 37.25%
  • key color value is 0.00%
CMYK:
(12,0,37,0)
C12M0Y37K0 
(12%,0%,37%,0%)
(0.12/0.00/0.37/0.00)	

CMYK percentages

%11.76
%0
%37.25
%0

Codes

Color #E1FFA0 in popluar color models

E1FFA0
RGB225255160
HSL79°100.00%81.37%
HSB/HSV79°37.25%100.00%
CMYK11.76%0.00%37.25%
0.00%

Color #E1FFA0 in popluar number systems.

HEXE1FFA0
Decimal225255160
Binary111000011111111110100000
Octal341377240

Shades and tints

Shades of #E1FFA0

#E1FFA0
(225,255,160)
#CDE892
(205,232,146)
#B9D184
(185,209,132)
#A5BA76
(165,186,118)
#91A368
(145,163,104)
#7D8C5A
(125,140,90)
#69754C
(105,117,76)
#555E3E
(85,94,62)
#414730
(65,71,48)
#2D3022
(45,48,34)
#191914
(25,25,20)
#000000
(0,0,0)

Tints of #E1FFA0

#E1FFA0
(225,255,160)
#E3FFA8
(227,255,168)
#E5FFB0
(229,255,176)
#E7FFB8
(231,255,184)
#E9FFC0
(233,255,192)
#EBFFC8
(235,255,200)
#EDFFD0
(237,255,208)
#EFFFD8
(239,255,216)
#F1FFE0
(241,255,224)
#F3FFE8
(243,255,232)
#F5FFF0
(245,255,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1FFA0; }

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

This text font color is #E1FFA0.


Background Color

.myBgColor { background-color: #E1FFA0; }

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

This div background color is #E1FFA0.


Border color

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

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

This div border color is #E1FFA0.


Opacity

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

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

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

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

This text has shadow with #E1FFA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1FFA0 on black background.


Color preview on white background

This text has color #E1FFA0 on white background.



Black color preview on #E1FFA0 background

This text has black color on #E1FFA0 background.


White color preview on #E1FFA0 background

This text has white color on #E1FFA0 background.