COLOR #E1F5BC

HEX: #E1F5BC
RGB: (225,245,188)

Color info

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

RGB color model

#E1F5BC color RGB value is (225,245,188).

  • red value is 225;
  • green value is 245;
  • blue value is 188.
RGB:
(225,245,188)
(88%,96%,74%)

RGB channels and saturation

R 225 of 255 = 88%
G 245 of 255 = 96%
B 188 of 255 = 74%

225
245
188

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

Portions of RGB colors in percentages

R + G + B =
225 + 245 + 188 = 658 (100%)
R 225 of 658 ~ 34.19%
G 245 of 658 ~ 37.23%
B 188 of 658 ~ 28.57%

%34.19
%37.23
%28.57

CMYK color model

#E1F5BC color CMYK value is (8,0,23,4).

  • cyan value is 8.16%
  • magenta value is 0.00%
  • yellow value is 23.27%
  • key color value is 3.92%
CMYK:
(8,0,23,4)
C8M0Y23K4 
(8%,0%,23%,4%)
(0.08/0.00/0.23/0.04)	

CMYK percentages

%8.16
%0
%23.27
%3.92

Codes

Color #E1F5BC in popluar color models

E1F5BC
RGB225245188
HSL81°74.03%84.90%
HSB/HSV81°23.27%96.08%
CMYK8.16%0.00%23.27%
3.92%

Color #E1F5BC in popluar number systems.

HEXE1F5BC
Decimal225245188
Binary111000011111010110111100
Octal341365274

Shades and tints

Shades of #E1F5BC

#E1F5BC
(225,245,188)
#CDDFAB
(205,223,171)
#B9C99A
(185,201,154)
#A5B389
(165,179,137)
#919D78
(145,157,120)
#7D8767
(125,135,103)
#697156
(105,113,86)
#555B45
(85,91,69)
#414534
(65,69,52)
#2D2F23
(45,47,35)
#191912
(25,25,18)
#000000
(0,0,0)

Tints of #E1F5BC

#E1F5BC
(225,245,188)
#E3F5C2
(227,245,194)
#E5F5C8
(229,245,200)
#E7F5CE
(231,245,206)
#E9F5D4
(233,245,212)
#EBF5DA
(235,245,218)
#EDF5E0
(237,245,224)
#EFF5E6
(239,245,230)
#F1F5EC
(241,245,236)
#F3F5F2
(243,245,242)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1F5BC color. Also use rgb(225,245,188) instead hex code.

Text Font Color

.myTextColor { color: #E1F5BC; }

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

This text font color is #E1F5BC.


Background Color

.myBgColor { background-color: #E1F5BC; }

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

This div background color is #E1F5BC.


Border color

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

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

This div border color is #E1F5BC.


Opacity

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

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

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

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

This text has shadow with #E1F5BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F5BC on black background.


Color preview on white background

This text has color #E1F5BC on white background.



Black color preview on #E1F5BC background

This text has black color on #E1F5BC background.


White color preview on #E1F5BC background

This text has white color on #E1F5BC background.