COLOR #E1F8A1

HEX: #E1F8A1
RGB: (225,248,161)

Color info

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

RGB color model

#E1F8A1 color RGB value is (225,248,161).

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

RGB channels and saturation

R 225 of 255 = 88%
G 248 of 255 = 97%
B 161 of 255 = 63%

225
248
161

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

Portions of RGB colors in percentages

R + G + B =
225 + 248 + 161 = 634 (100%)
R 225 of 634 ~ 35.49%
G 248 of 634 ~ 39.12%
B 161 of 634 ~ 25.39%

%35.49
%39.12
%25.39

CMYK color model

#E1F8A1 color CMYK value is (9,0,35,3).

  • cyan value is 9.27%
  • magenta value is 0.00%
  • yellow value is 35.08%
  • key color value is 2.75%
CMYK:
(9,0,35,3)
C9M0Y35K3 
(9%,0%,35%,3%)
(0.09/0.00/0.35/0.03)	

CMYK percentages

%9.27
%0
%35.08
%2.75

Codes

Color #E1F8A1 in popluar color models

E1F8A1
RGB225248161
HSL76°86.14%80.20%
HSB/HSV76°35.08%97.25%
CMYK9.27%0.00%35.08%
2.75%

Color #E1F8A1 in popluar number systems.

HEXE1F8A1
Decimal225248161
Binary111000011111100010100001
Octal341370241

Shades and tints

Shades of #E1F8A1

#E1F8A1
(225,248,161)
#CDE293
(205,226,147)
#B9CC85
(185,204,133)
#A5B677
(165,182,119)
#91A069
(145,160,105)
#7D8A5B
(125,138,91)
#69744D
(105,116,77)
#555E3F
(85,94,63)
#414831
(65,72,49)
#2D3223
(45,50,35)
#191C15
(25,28,21)
#000000
(0,0,0)

Tints of #E1F8A1

#E1F8A1
(225,248,161)
#E3F8A9
(227,248,169)
#E5F8B1
(229,248,177)
#E7F8B9
(231,248,185)
#E9F8C1
(233,248,193)
#EBF8C9
(235,248,201)
#EDF8D1
(237,248,209)
#EFF8D9
(239,248,217)
#F1F8E1
(241,248,225)
#F3F8E9
(243,248,233)
#F5F8F1
(245,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1F8A1; }

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

This text font color is #E1F8A1.


Background Color

.myBgColor { background-color: #E1F8A1; }

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

This div background color is #E1F8A1.


Border color

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

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

This div border color is #E1F8A1.


Opacity

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

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

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

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

This text has shadow with #E1F8A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F8A1 on black background.


Color preview on white background

This text has color #E1F8A1 on white background.



Black color preview on #E1F8A1 background

This text has black color on #E1F8A1 background.


White color preview on #E1F8A1 background

This text has white color on #E1F8A1 background.