COLOR #E1FAA1

HEX: #E1FAA1
RGB: (225,250,161)

Color info

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

RGB color model

#E1FAA1 color RGB value is (225,250,161).

  • red value is 225;
  • green value is 250;
  • blue value is 161.
RGB:
(225,250,161)
(88%,98%,63%)

RGB channels and saturation

R 225 of 255 = 88%
G 250 of 255 = 98%
B 161 of 255 = 63%

225
250
161

R + G + B ~ 83%. #E1FAA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 250 + 161 = 636 (100%)
R 225 of 636 ~ 35.38%
G 250 of 636 ~ 39.31%
B 161 of 636 ~ 25.31%

%35.38
%39.31
%25.31

CMYK color model

#E1FAA1 color CMYK value is (10,0,36,2).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 35.60%
  • key color value is 1.96%
CMYK:
(10,0,36,2)
C10M0Y36K2 
(10%,0%,36%,2%)
(0.10/0.00/0.36/0.02)	

CMYK percentages

%10
%0
%35.6
%1.96

Codes

Color #E1FAA1 in popluar color models

E1FAA1
RGB225250161
HSL77°89.90%80.59%
HSB/HSV77°35.60%98.04%
CMYK10.00%0.00%35.60%
1.96%

Color #E1FAA1 in popluar number systems.

HEXE1FAA1
Decimal225250161
Binary111000011111101010100001
Octal341372241

Shades and tints

Shades of #E1FAA1

#E1FAA1
(225,250,161)
#CDE493
(205,228,147)
#B9CE85
(185,206,133)
#A5B877
(165,184,119)
#91A269
(145,162,105)
#7D8C5B
(125,140,91)
#69764D
(105,118,77)
#55603F
(85,96,63)
#414A31
(65,74,49)
#2D3423
(45,52,35)
#191E15
(25,30,21)
#000000
(0,0,0)

Tints of #E1FAA1

#E1FAA1
(225,250,161)
#E3FAA9
(227,250,169)
#E5FAB1
(229,250,177)
#E7FAB9
(231,250,185)
#E9FAC1
(233,250,193)
#EBFAC9
(235,250,201)
#EDFAD1
(237,250,209)
#EFFAD9
(239,250,217)
#F1FAE1
(241,250,225)
#F3FAE9
(243,250,233)
#F5FAF1
(245,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1FAA1 color. Also use rgb(225,250,161) instead hex code.

Text Font Color

.myTextColor { color: #E1FAA1; }

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

This text font color is #E1FAA1.


Background Color

.myBgColor { background-color: #E1FAA1; }

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

This div background color is #E1FAA1.


Border color

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

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

This div border color is #E1FAA1.


Opacity

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

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

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

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

This text has shadow with #E1FAA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1FAA1 on black background.


Color preview on white background

This text has color #E1FAA1 on white background.



Black color preview on #E1FAA1 background

This text has black color on #E1FAA1 background.


White color preview on #E1FAA1 background

This text has white color on #E1FAA1 background.