COLOR #E2F2BE

HEX: #E2F2BE
RGB: (226,242,190)

Color info

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

RGB color model

#E2F2BE color RGB value is (226,242,190).

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

RGB channels and saturation

R 226 of 255 = 89%
G 242 of 255 = 95%
B 190 of 255 = 75%

226
242
190

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

Portions of RGB colors in percentages

R + G + B =
226 + 242 + 190 = 658 (100%)
R 226 of 658 ~ 34.35%
G 242 of 658 ~ 36.78%
B 190 of 658 ~ 28.88%

%34.35
%36.78
%28.88

CMYK color model

#E2F2BE color CMYK value is (7,0,21,5).

  • cyan value is 6.61%
  • magenta value is 0.00%
  • yellow value is 21.49%
  • key color value is 5.10%
CMYK:
(7,0,21,5)
C7M0Y21K5 
(7%,0%,21%,5%)
(0.07/0.00/0.21/0.05)	

CMYK percentages

%6.61
%0
%21.49
%5.1

Codes

Color #E2F2BE in popluar color models

E2F2BE
RGB226242190
HSL78°66.67%84.71%
HSB/HSV78°21.49%94.90%
CMYK6.61%0.00%21.49%
5.10%

Color #E2F2BE in popluar number systems.

HEXE2F2BE
Decimal226242190
Binary111000101111001010111110
Octal342362276

Shades and tints

Shades of #E2F2BE

#E2F2BE
(226,242,190)
#CEDCAD
(206,220,173)
#BAC69C
(186,198,156)
#A6B08B
(166,176,139)
#929A7A
(146,154,122)
#7E8469
(126,132,105)
#6A6E58
(106,110,88)
#565847
(86,88,71)
#424236
(66,66,54)
#2E2C25
(46,44,37)
#1A1614
(26,22,20)
#000000
(0,0,0)

Tints of #E2F2BE

#E2F2BE
(226,242,190)
#E4F3C3
(228,243,195)
#E6F4C8
(230,244,200)
#E8F5CD
(232,245,205)
#EAF6D2
(234,246,210)
#ECF7D7
(236,247,215)
#EEF8DC
(238,248,220)
#F0F9E1
(240,249,225)
#F2FAE6
(242,250,230)
#F4FBEB
(244,251,235)
#F6FCF0
(246,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2F2BE; }

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

This text font color is #E2F2BE.


Background Color

.myBgColor { background-color: #E2F2BE; }

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

This div background color is #E2F2BE.


Border color

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

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

This div border color is #E2F2BE.


Opacity

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

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

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

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

This text has shadow with #E2F2BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2F2BE on black background.


Color preview on white background

This text has color #E2F2BE on white background.



Black color preview on #E2F2BE background

This text has black color on #E2F2BE background.


White color preview on #E2F2BE background

This text has white color on #E2F2BE background.