COLOR #E1F7BE

HEX: #E1F7BE
RGB: (225,247,190)

Color info

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

RGB color model

#E1F7BE color RGB value is (225,247,190).

  • red value is 225;
  • green value is 247;
  • blue value is 190.
RGB:
(225,247,190)
(88%,97%,75%)

RGB channels and saturation

R 225 of 255 = 88%
G 247 of 255 = 97%
B 190 of 255 = 75%

225
247
190

R + G + B ~ 87%. #E1F7BE is light color.

Portions of RGB colors in percentages

R + G + B =
225 + 247 + 190 = 662 (100%)
R 225 of 662 ~ 33.99%
G 247 of 662 ~ 37.31%
B 190 of 662 ~ 28.7%

%33.99
%37.31
%28.7

CMYK color model

#E1F7BE color CMYK value is (9,0,23,3).

  • cyan value is 8.91%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 3.14%
CMYK:
(9,0,23,3)
C9M0Y23K3 
(9%,0%,23%,3%)
(0.09/0.00/0.23/0.03)	

CMYK percentages

%8.91
%0
%23.08
%3.14

Codes

Color #E1F7BE in popluar color models

E1F7BE
RGB225247190
HSL83°78.08%85.69%
HSB/HSV83°23.08%96.86%
CMYK8.91%0.00%23.08%
3.14%

Color #E1F7BE in popluar number systems.

HEXE1F7BE
Decimal225247190
Binary111000011111011110111110
Octal341367276

Shades and tints

Shades of #E1F7BE

#E1F7BE
(225,247,190)
#CDE1AD
(205,225,173)
#B9CB9C
(185,203,156)
#A5B58B
(165,181,139)
#919F7A
(145,159,122)
#7D8969
(125,137,105)
#697358
(105,115,88)
#555D47
(85,93,71)
#414736
(65,71,54)
#2D3125
(45,49,37)
#191B14
(25,27,20)
#000000
(0,0,0)

Tints of #E1F7BE

#E1F7BE
(225,247,190)
#E3F7C3
(227,247,195)
#E5F7C8
(229,247,200)
#E7F7CD
(231,247,205)
#E9F7D2
(233,247,210)
#EBF7D7
(235,247,215)
#EDF7DC
(237,247,220)
#EFF7E1
(239,247,225)
#F1F7E6
(241,247,230)
#F3F7EB
(243,247,235)
#F5F7F0
(245,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1F7BE color. Also use rgb(225,247,190) instead hex code.

Text Font Color

.myTextColor { color: #E1F7BE; }

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

This text font color is #E1F7BE.


Background Color

.myBgColor { background-color: #E1F7BE; }

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

This div background color is #E1F7BE.


Border color

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

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

This div border color is #E1F7BE.


Opacity

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

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

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

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

This text has shadow with #E1F7BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1F7BE on black background.


Color preview on white background

This text has color #E1F7BE on white background.



Black color preview on #E1F7BE background

This text has black color on #E1F7BE background.


White color preview on #E1F7BE background

This text has white color on #E1F7BE background.