COLOR #E1FEB0

HEX: #E1FEB0
RGB: (225,254,176)

Color info

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

RGB color model

#E1FEB0 color RGB value is (225,254,176).

  • red value is 225;
  • green value is 254;
  • blue value is 176.
RGB:
(225,254,176)
(88%,100%,69%)

RGB channels and saturation

R 225 of 255 = 88%
G 254 of 255 = 100%
B 176 of 255 = 69%

225
254
176

R + G + B ~ 86%. #E1FEB0 is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 254 + 176 = 655 (100%)
R 225 of 655 ~ 34.35%
G 254 of 655 ~ 38.78%
B 176 of 655 ~ 26.87%

%34.35
%38.78
%26.87

CMYK color model

#E1FEB0 color CMYK value is (11,0,31,0).

  • cyan value is 11.42%
  • magenta value is 0.00%
  • yellow value is 30.71%
  • key color value is 0.39%
CMYK:
(11,0,31,0)
C11M0Y31K0 
(11%,0%,31%,0%)
(0.11/0.00/0.31/0.00)	

CMYK percentages

%11.42
%0
%30.71
%0.39

Codes

Color #E1FEB0 in popluar color models

E1FEB0
RGB225254176
HSL82°97.50%84.31%
HSB/HSV82°30.71%99.61%
CMYK11.42%0.00%30.71%
0.39%

Color #E1FEB0 in popluar number systems.

HEXE1FEB0
Decimal225254176
Binary111000011111111010110000
Octal341376260

Shades and tints

Shades of #E1FEB0

#E1FEB0
(225,254,176)
#CDE7A0
(205,231,160)
#B9D090
(185,208,144)
#A5B980
(165,185,128)
#91A270
(145,162,112)
#7D8B60
(125,139,96)
#697450
(105,116,80)
#555D40
(85,93,64)
#414630
(65,70,48)
#2D2F20
(45,47,32)
#191810
(25,24,16)
#000000
(0,0,0)

Tints of #E1FEB0

#E1FEB0
(225,254,176)
#E3FEB7
(227,254,183)
#E5FEBE
(229,254,190)
#E7FEC5
(231,254,197)
#E9FECC
(233,254,204)
#EBFED3
(235,254,211)
#EDFEDA
(237,254,218)
#EFFEE1
(239,254,225)
#F1FEE8
(241,254,232)
#F3FEEF
(243,254,239)
#F5FEF6
(245,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1FEB0 color. Also use rgb(225,254,176) instead hex code.

Text Font Color

.myTextColor { color: #E1FEB0; }

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

This text font color is #E1FEB0.


Background Color

.myBgColor { background-color: #E1FEB0; }

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

This div background color is #E1FEB0.


Border color

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

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

This div border color is #E1FEB0.


Opacity

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

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

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

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

This text has shadow with #E1FEB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1FEB0 on black background.


Color preview on white background

This text has color #E1FEB0 on white background.



Black color preview on #E1FEB0 background

This text has black color on #E1FEB0 background.


White color preview on #E1FEB0 background

This text has white color on #E1FEB0 background.