COLOR #E2F7BE

HEX: #E2F7BE
RGB: (226,247,190)

Color info

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

RGB color model

#E2F7BE color RGB value is (226,247,190).

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

RGB channels and saturation

R 226 of 255 = 89%
G 247 of 255 = 97%
B 190 of 255 = 75%

226
247
190

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

Portions of RGB colors in percentages

R + G + B =
226 + 247 + 190 = 663 (100%)
R 226 of 663 ~ 34.09%
G 247 of 663 ~ 37.25%
B 190 of 663 ~ 28.66%

%34.09
%37.25
%28.66

CMYK color model

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

  • cyan value is 8.50%
  • 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.5
%0
%23.08
%3.14

Codes

Color #E2F7BE in popluar color models

E2F7BE
RGB226247190
HSL82°78.08%85.69%
HSB/HSV82°23.08%96.86%
CMYK8.50%0.00%23.08%
3.14%

Color #E2F7BE in popluar number systems.

HEXE2F7BE
Decimal226247190
Binary111000101111011110111110
Octal342367276

Shades and tints

Shades of #E2F7BE

#E2F7BE
(226,247,190)
#CEE1AD
(206,225,173)
#BACB9C
(186,203,156)
#A6B58B
(166,181,139)
#929F7A
(146,159,122)
#7E8969
(126,137,105)
#6A7358
(106,115,88)
#565D47
(86,93,71)
#424736
(66,71,54)
#2E3125
(46,49,37)
#1A1B14
(26,27,20)
#000000
(0,0,0)

Tints of #E2F7BE

#E2F7BE
(226,247,190)
#E4F7C3
(228,247,195)
#E6F7C8
(230,247,200)
#E8F7CD
(232,247,205)
#EAF7D2
(234,247,210)
#ECF7D7
(236,247,215)
#EEF7DC
(238,247,220)
#F0F7E1
(240,247,225)
#F2F7E6
(242,247,230)
#F4F7EB
(244,247,235)
#F6F7F0
(246,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2F7BE; }

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

This text font color is #E2F7BE.


Background Color

.myBgColor { background-color: #E2F7BE; }

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

This div background color is #E2F7BE.


Border color

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

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

This div border color is #E2F7BE.


Opacity

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

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

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

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

This text has shadow with #E2F7BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2F7BE on black background.


Color preview on white background

This text has color #E2F7BE on white background.



Black color preview on #E2F7BE background

This text has black color on #E2F7BE background.


White color preview on #E2F7BE background

This text has white color on #E2F7BE background.