COLOR #E1F9B5

HEX: #E1F9B5
RGB: (225,249,181)

Color info

#E1F9B5 contains mainly red and green colors. Web safe color of #E1F9B5 is #CCFFCC (or #CFC).

RGB color model

#E1F9B5 color RGB value is (225,249,181).

  • red value is 225;
  • green value is 249;
  • blue value is 181.
RGB:
(225,249,181)
(88%,98%,71%)

RGB channels and saturation

R 225 of 255 = 88%
G 249 of 255 = 98%
B 181 of 255 = 71%

225
249
181

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

Portions of RGB colors in percentages

R + G + B =
225 + 249 + 181 = 655 (100%)
R 225 of 655 ~ 34.35%
G 249 of 655 ~ 38.02%
B 181 of 655 ~ 27.63%

%34.35
%38.02
%27.63

CMYK color model

#E1F9B5 color CMYK value is (10,0,27,2).

  • cyan value is 9.64%
  • magenta value is 0.00%
  • yellow value is 27.31%
  • key color value is 2.35%
CMYK:
(10,0,27,2)
C10M0Y27K2 
(10%,0%,27%,2%)
(0.10/0.00/0.27/0.02)	

CMYK percentages

%9.64
%0
%27.31
%2.35

Codes

Color #E1F9B5 in popluar color models

E1F9B5
RGB225249181
HSL81°85.00%84.31%
HSB/HSV81°27.31%97.65%
CMYK9.64%0.00%27.31%
2.35%

Color #E1F9B5 in popluar number systems.

HEXE1F9B5
Decimal225249181
Binary111000011111100110110101
Octal341371265

Shades and tints

Shades of #E1F9B5

#E1F9B5
(225,249,181)
#CDE3A5
(205,227,165)
#B9CD95
(185,205,149)
#A5B785
(165,183,133)
#91A175
(145,161,117)
#7D8B65
(125,139,101)
#697555
(105,117,85)
#555F45
(85,95,69)
#414935
(65,73,53)
#2D3325
(45,51,37)
#191D15
(25,29,21)
#000000
(0,0,0)

Tints of #E1F9B5

#E1F9B5
(225,249,181)
#E3F9BB
(227,249,187)
#E5F9C1
(229,249,193)
#E7F9C7
(231,249,199)
#E9F9CD
(233,249,205)
#EBF9D3
(235,249,211)
#EDF9D9
(237,249,217)
#EFF9DF
(239,249,223)
#F1F9E5
(241,249,229)
#F3F9EB
(243,249,235)
#F5F9F1
(245,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1F9B5 color. Also use rgb(225,249,181) instead hex code.

Text Font Color

.myTextColor { color: #E1F9B5; }

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

This text font color is #E1F9B5.


Background Color

.myBgColor { background-color: #E1F9B5; }

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

This div background color is #E1F9B5.


Border color

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

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

This div border color is #E1F9B5.


Opacity

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

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

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

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

This text has shadow with #E1F9B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F9B5 on black background.


Color preview on white background

This text has color #E1F9B5 on white background.



Black color preview on #E1F9B5 background

This text has black color on #E1F9B5 background.


White color preview on #E1F9B5 background

This text has white color on #E1F9B5 background.