COLOR #E1F2BB

HEX: #E1F2BB
RGB: (225,242,187)

Color info

#E1F2BB contains red, green and blue colors in about the same proportion. Web safe color of #E1F2BB is #CCFFCC (or #CFC).

RGB color model

#E1F2BB color RGB value is (225,242,187).

  • red value is 225;
  • green value is 242;
  • blue value is 187.
RGB:
(225,242,187)
(88%,95%,73%)

RGB channels and saturation

R 225 of 255 = 88%
G 242 of 255 = 95%
B 187 of 255 = 73%

225
242
187

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

Portions of RGB colors in percentages

R + G + B =
225 + 242 + 187 = 654 (100%)
R 225 of 654 ~ 34.4%
G 242 of 654 ~ 37%
B 187 of 654 ~ 28.59%

%34.4
%37
%28.59

CMYK color model

#E1F2BB color CMYK value is (7,0,23,5).

  • cyan value is 7.02%
  • magenta value is 0.00%
  • yellow value is 22.73%
  • key color value is 5.10%
CMYK:
(7,0,23,5)
C7M0Y23K5 
(7%,0%,23%,5%)
(0.07/0.00/0.23/0.05)	

CMYK percentages

%7.02
%0
%22.73
%5.1

Codes

Color #E1F2BB in popluar color models

E1F2BB
RGB225242187
HSL79°67.90%84.12%
HSB/HSV79°22.73%94.90%
CMYK7.02%0.00%22.73%
5.10%

Color #E1F2BB in popluar number systems.

HEXE1F2BB
Decimal225242187
Binary111000011111001010111011
Octal341362273

Shades and tints

Shades of #E1F2BB

#E1F2BB
(225,242,187)
#CDDCAA
(205,220,170)
#B9C699
(185,198,153)
#A5B088
(165,176,136)
#919A77
(145,154,119)
#7D8466
(125,132,102)
#696E55
(105,110,85)
#555844
(85,88,68)
#414233
(65,66,51)
#2D2C22
(45,44,34)
#191611
(25,22,17)
#000000
(0,0,0)

Tints of #E1F2BB

#E1F2BB
(225,242,187)
#E3F3C1
(227,243,193)
#E5F4C7
(229,244,199)
#E7F5CD
(231,245,205)
#E9F6D3
(233,246,211)
#EBF7D9
(235,247,217)
#EDF8DF
(237,248,223)
#EFF9E5
(239,249,229)
#F1FAEB
(241,250,235)
#F3FBF1
(243,251,241)
#F5FCF7
(245,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1F2BB color. Also use rgb(225,242,187) instead hex code.

Text Font Color

.myTextColor { color: #E1F2BB; }

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

This text font color is #E1F2BB.


Background Color

.myBgColor { background-color: #E1F2BB; }

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

This div background color is #E1F2BB.


Border color

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

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

This div border color is #E1F2BB.


Opacity

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

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

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

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

This text has shadow with #E1F2BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F2BB on black background.


Color preview on white background

This text has color #E1F2BB on white background.



Black color preview on #E1F2BB background

This text has black color on #E1F2BB background.


White color preview on #E1F2BB background

This text has white color on #E1F2BB background.