COLOR #E1F1AA

HEX: #E1F1AA
RGB: (225,241,170)

Color info

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

RGB color model

#E1F1AA color RGB value is (225,241,170).

  • red value is 225;
  • green value is 241;
  • blue value is 170.
RGB:
(225,241,170)
(88%,95%,67%)

RGB channels and saturation

R 225 of 255 = 88%
G 241 of 255 = 95%
B 170 of 255 = 67%

225
241
170

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

Portions of RGB colors in percentages

R + G + B =
225 + 241 + 170 = 636 (100%)
R 225 of 636 ~ 35.38%
G 241 of 636 ~ 37.89%
B 170 of 636 ~ 26.73%

%35.38
%37.89
%26.73

CMYK color model

#E1F1AA color CMYK value is (7,0,29,5).

  • cyan value is 6.64%
  • magenta value is 0.00%
  • yellow value is 29.46%
  • key color value is 5.49%
CMYK:
(7,0,29,5)
C7M0Y29K5 
(7%,0%,29%,5%)
(0.07/0.00/0.29/0.05)	

CMYK percentages

%6.64
%0
%29.46
%5.49

Codes

Color #E1F1AA in popluar color models

E1F1AA
RGB225241170
HSL74°71.72%80.59%
HSB/HSV74°29.46%94.51%
CMYK6.64%0.00%29.46%
5.49%

Color #E1F1AA in popluar number systems.

HEXE1F1AA
Decimal225241170
Binary111000011111000110101010
Octal341361252

Shades and tints

Shades of #E1F1AA

#E1F1AA
(225,241,170)
#CDDC9B
(205,220,155)
#B9C78C
(185,199,140)
#A5B27D
(165,178,125)
#919D6E
(145,157,110)
#7D885F
(125,136,95)
#697350
(105,115,80)
#555E41
(85,94,65)
#414932
(65,73,50)
#2D3423
(45,52,35)
#191F14
(25,31,20)
#000000
(0,0,0)

Tints of #E1F1AA

#E1F1AA
(225,241,170)
#E3F2B1
(227,242,177)
#E5F3B8
(229,243,184)
#E7F4BF
(231,244,191)
#E9F5C6
(233,245,198)
#EBF6CD
(235,246,205)
#EDF7D4
(237,247,212)
#EFF8DB
(239,248,219)
#F1F9E2
(241,249,226)
#F3FAE9
(243,250,233)
#F5FBF0
(245,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1F1AA color. Also use rgb(225,241,170) instead hex code.

Text Font Color

.myTextColor { color: #E1F1AA; }

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

This text font color is #E1F1AA.


Background Color

.myBgColor { background-color: #E1F1AA; }

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

This div background color is #E1F1AA.


Border color

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

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

This div border color is #E1F1AA.


Opacity

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

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

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

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

This text has shadow with #E1F1AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F1AA on black background.


Color preview on white background

This text has color #E1F1AA on white background.



Black color preview on #E1F1AA background

This text has black color on #E1F1AA background.


White color preview on #E1F1AA background

This text has white color on #E1F1AA background.