COLOR #E2F9BE

HEX: #E2F9BE
RGB: (226,249,190)

Color info

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

RGB color model

#E2F9BE color RGB value is (226,249,190).

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

RGB channels and saturation

R 226 of 255 = 89%
G 249 of 255 = 98%
B 190 of 255 = 75%

226
249
190

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

Portions of RGB colors in percentages

R + G + B =
226 + 249 + 190 = 665 (100%)
R 226 of 665 ~ 33.98%
G 249 of 665 ~ 37.44%
B 190 of 665 ~ 28.57%

%33.98
%37.44
%28.57

CMYK color model

#E2F9BE color CMYK value is (9,0,24,2).

  • cyan value is 9.24%
  • magenta value is 0.00%
  • yellow value is 23.69%
  • key color value is 2.35%
CMYK:
(9,0,24,2)
C9M0Y24K2 
(9%,0%,24%,2%)
(0.09/0.00/0.24/0.02)	

CMYK percentages

%9.24
%0
%23.69
%2.35

Codes

Color #E2F9BE in popluar color models

E2F9BE
RGB226249190
HSL83°83.10%86.08%
HSB/HSV83°23.69%97.65%
CMYK9.24%0.00%23.69%
2.35%

Color #E2F9BE in popluar number systems.

HEXE2F9BE
Decimal226249190
Binary111000101111100110111110
Octal342371276

Shades and tints

Shades of #E2F9BE

#E2F9BE
(226,249,190)
#CEE3AD
(206,227,173)
#BACD9C
(186,205,156)
#A6B78B
(166,183,139)
#92A17A
(146,161,122)
#7E8B69
(126,139,105)
#6A7558
(106,117,88)
#565F47
(86,95,71)
#424936
(66,73,54)
#2E3325
(46,51,37)
#1A1D14
(26,29,20)
#000000
(0,0,0)

Tints of #E2F9BE

#E2F9BE
(226,249,190)
#E4F9C3
(228,249,195)
#E6F9C8
(230,249,200)
#E8F9CD
(232,249,205)
#EAF9D2
(234,249,210)
#ECF9D7
(236,249,215)
#EEF9DC
(238,249,220)
#F0F9E1
(240,249,225)
#F2F9E6
(242,249,230)
#F4F9EB
(244,249,235)
#F6F9F0
(246,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2F9BE; }

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

This text font color is #E2F9BE.


Background Color

.myBgColor { background-color: #E2F9BE; }

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

This div background color is #E2F9BE.


Border color

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

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

This div border color is #E2F9BE.


Opacity

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

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

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

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

This text has shadow with #E2F9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2F9BE on black background.


Color preview on white background

This text has color #E2F9BE on white background.



Black color preview on #E2F9BE background

This text has black color on #E2F9BE background.


White color preview on #E2F9BE background

This text has white color on #E2F9BE background.