COLOR #E2F9B1

HEX: #E2F9B1 RGB: (226,249,177)

Color info

#E2F9B1 contains mainly red and green colors. Web safe color of #E2F9B1 is #CCFF99 (or #CF9).

RGB color model

#E2F9B1 color RGB value is (226,249,177).

RGB: (226,249,177) (89%, 98%, 69%)

RGB channels and saturation

R 226 of 255 = 89%
G 249 of 255 = 98%
B 177 of 255 = 69%

226
249
177

R + G + B ~ 85%. #E2F9B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 249 + 177 = 652 (100%)
R 226 of 652 ~ 34.66%
G 249 of 652 ~ 38.19%
B 177 of 652 ~ 27.15'%

%34.66
%38.19
%27.15

CMYK color model

#E2F9B1 color CMYK value is (9,0,29,2).

  • cyan value is 9.24%
  • magenta value is 0.00%
  • yellow value is 28.92%
  • key color value is 2.35%
CMYK: (9,0,29,2) C9M0Y29K2 (9%,0%,29%,2%) (0.09/0.00/0.29/0.02) 

CMYK percentages

%9.24
%0
%28.92
%2.35

Codes

Color #E2F9B1 in popluar color models

E2 F9 B1
RGB 226 249 177
HSL 79° 85.71% 83.53%
HSB/HSV 79° 28.92% 97.65%
CMYK 9.24% 0.00% 28.92%
2.35%

Color #E2F9B1 in popluar number systems.

HEX E2 F9 B1
Decimal 226 249 177
Binary 11100010 11111001 10110001
Octal 342 371 261

Shades and tints

Shades of #E2F9B1

#E2F9B1
(226,249,177)
#CEE3A1
(206,227,161)
#BACD91
(186,205,145)
#A6B781
(166,183,129)
#92A171
(146,161,113)
#7E8B61
(126,139,97)
#6A7551
(106,117,81)
#565F41
(86,95,65)
#424931
(66,73,49)
#2E3321
(46,51,33)
#1A1D11
(26,29,17)
#000000
(0,0,0)

Tints of #E2F9B1

#E2F9B1
(226,249,177)
#E4F9B8
(228,249,184)
#E6F9BF
(230,249,191)
#E8F9C6
(232,249,198)
#EAF9CD
(234,249,205)
#ECF9D4
(236,249,212)
#EEF9DB
(238,249,219)
#F0F9E2
(240,249,226)
#F2F9E9
(242,249,233)
#F4F9F0
(244,249,240)
#F6F9F7
(246,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2F9B1; }

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

This text font color is #E2F9B1.

Background Color

.myBgColor { background-color: #E2F9B1; }

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

This div background color is #E2F9B1.

Border color

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

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

This div border color is #E2F9B1.

Opacity

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

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

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

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

This text has shadow with #E2F9B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2F9B1.

Preview

Color preview on black background

This text has color #E2F9B1 on black background.


Color preview on white background

This text has color #E2F9B1 on white background.


Black color preview on #E2F9B1 background

This text has black color on #E2F9B1 background.


White color preview on #E2F9B1 background

This text has white color on #E2F9B1 background.


Related colors

Complementary color

Complementary color for #hex is #1D064E.


I love getcolorcode.com

Triadic colors

1 #B1E2F9 and #F9B1E2 with #E2F9B1 are triadic colors.

2 #B1F9E2 and #F9E2B1 with #E2F9B1 are triadic colors.