COLOR #E1F8B1

HEX: #E1F8B1
RGB: (225,248,177)

Color info

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

RGB color model

#E1F8B1 color RGB value is (225,248,177).

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

RGB channels and saturation

R 225 of 255 = 88%
G 248 of 255 = 97%
B 177 of 255 = 69%

225
248
177

R + G + B ~ 85%. #E1F8B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 248 + 177 = 650 (100%)
R 225 of 650 ~ 34.62%
G 248 of 650 ~ 38.15%
B 177 of 650 ~ 27.23%

%34.62
%38.15
%27.23

CMYK color model

#E1F8B1 color CMYK value is (9,0,29,3).

  • cyan value is 9.27%
  • magenta value is 0.00%
  • yellow value is 28.63%
  • key color value is 2.75%
CMYK:
(9,0,29,3)
C9M0Y29K3 
(9%,0%,29%,3%)
(0.09/0.00/0.29/0.03)	

CMYK percentages

%9.27
%0
%28.63
%2.75

Codes

Color #E1F8B1 in popluar color models

E1F8B1
RGB225248177
HSL79°83.53%83.33%
HSB/HSV79°28.63%97.25%
CMYK9.27%0.00%28.63%
2.75%

Color #E1F8B1 in popluar number systems.

HEXE1F8B1
Decimal225248177
Binary111000011111100010110001
Octal341370261

Shades and tints

Shades of #E1F8B1

#E1F8B1
(225,248,177)
#CDE2A1
(205,226,161)
#B9CC91
(185,204,145)
#A5B681
(165,182,129)
#91A071
(145,160,113)
#7D8A61
(125,138,97)
#697451
(105,116,81)
#555E41
(85,94,65)
#414831
(65,72,49)
#2D3221
(45,50,33)
#191C11
(25,28,17)
#000000
(0,0,0)

Tints of #E1F8B1

#E1F8B1
(225,248,177)
#E3F8B8
(227,248,184)
#E5F8BF
(229,248,191)
#E7F8C6
(231,248,198)
#E9F8CD
(233,248,205)
#EBF8D4
(235,248,212)
#EDF8DB
(237,248,219)
#EFF8E2
(239,248,226)
#F1F8E9
(241,248,233)
#F3F8F0
(243,248,240)
#F5F8F7
(245,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1F8B1; }

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

This text font color is #E1F8B1.


Background Color

.myBgColor { background-color: #E1F8B1; }

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

This div background color is #E1F8B1.


Border color

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

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

This div border color is #E1F8B1.


Opacity

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

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

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

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

This text has shadow with #E1F8B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F8B1 on black background.


Color preview on white background

This text has color #E1F8B1 on white background.



Black color preview on #E1F8B1 background

This text has black color on #E1F8B1 background.


White color preview on #E1F8B1 background

This text has white color on #E1F8B1 background.