COLOR #E1F7A1

HEX: #E1F7A1
RGB: (225,247,161)

Color info

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

RGB color model

#E1F7A1 color RGB value is (225,247,161).

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

RGB channels and saturation

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

225
247
161

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

Portions of RGB colors in percentages

R + G + B =
225 + 247 + 161 = 633 (100%)
R 225 of 633 ~ 35.55%
G 247 of 633 ~ 39.02%
B 161 of 633 ~ 25.43%

%35.55
%39.02
%25.43

CMYK color model

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

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

CMYK percentages

%8.91
%0
%34.82
%3.14

Codes

Color #E1F7A1 in popluar color models

E1F7A1
RGB225247161
HSL75°84.31%80.00%
HSB/HSV75°34.82%96.86%
CMYK8.91%0.00%34.82%
3.14%

Color #E1F7A1 in popluar number systems.

HEXE1F7A1
Decimal225247161
Binary111000011111011110100001
Octal341367241

Shades and tints

Shades of #E1F7A1

#E1F7A1
(225,247,161)
#CDE193
(205,225,147)
#B9CB85
(185,203,133)
#A5B577
(165,181,119)
#919F69
(145,159,105)
#7D895B
(125,137,91)
#69734D
(105,115,77)
#555D3F
(85,93,63)
#414731
(65,71,49)
#2D3123
(45,49,35)
#191B15
(25,27,21)
#000000
(0,0,0)

Tints of #E1F7A1

#E1F7A1
(225,247,161)
#E3F7A9
(227,247,169)
#E5F7B1
(229,247,177)
#E7F7B9
(231,247,185)
#E9F7C1
(233,247,193)
#EBF7C9
(235,247,201)
#EDF7D1
(237,247,209)
#EFF7D9
(239,247,217)
#F1F7E1
(241,247,225)
#F3F7E9
(243,247,233)
#F5F7F1
(245,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1F7A1; }

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

This text font color is #E1F7A1.


Background Color

.myBgColor { background-color: #E1F7A1; }

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

This div background color is #E1F7A1.


Border color

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

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

This div border color is #E1F7A1.


Opacity

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

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

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

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

This text has shadow with #E1F7A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F7A1 on black background.


Color preview on white background

This text has color #E1F7A1 on white background.



Black color preview on #E1F7A1 background

This text has black color on #E1F7A1 background.


White color preview on #E1F7A1 background

This text has white color on #E1F7A1 background.