COLOR #E2F89B

HEX: #E2F89B RGB: (226,248,155)

Color info

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

RGB color model

#E2F89B color RGB value is (226,248,155).

RGB: (226,248,155) (89%, 97%, 61%)

RGB channels and saturation

R 226 of 255 = 89%
G 248 of 255 = 97%
B 155 of 255 = 61%

226
248
155

R + G + B ~ 82%. #E2F89B is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 248 + 155 = 629 (100%)
R 226 of 629 ~ 35.93%
G 248 of 629 ~ 39.43%
B 155 of 629 ~ 24.64'%

%35.93
%39.43
%24.64

CMYK color model

#E2F89B color CMYK value is (9,0,38,3).

  • cyan value is 8.87%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 2.75%

CMYK: (9,0,38,3)
C9M0Y38K3 (9%, 0%, 38%, 3%)
(0.09 / 0.00 / 0.38 / 0.03)

CMYK percentages

%8.87
%0
%37.5
%2.75

Codes

Color #E2F89B in popluar color models

E2 F8 9B
RGB 226 248 155
HSL 74° 86.92% 79.02%
HSB/HSV 74° 37.50% 97.25%
CMYK 8.87% 0.00% 37.50%
2.75%

Color #E2F89B in popluar number systems.

HEX E2 F8 9B
Decimal 226 248 155
Binary 11100010 11111000 10011011
Octal 342 370 233

Shades and tints

Shades of #E2F89B

#E2F89B
(226,248,155)
#CEE28D
(206,226,141)
#BACC7F
(186,204,127)
#A6B671
(166,182,113)
#92A063
(146,160,99)
#7E8A55
(126,138,85)
#6A7447
(106,116,71)
#565E39
(86,94,57)
#42482B
(66,72,43)
#2E321D
(46,50,29)
#1A1C0F
(26,28,15)
#000000
(0,0,0)

Tints of #E2F89B

#E2F89B
(226,248,155)
#E4F8A4
(228,248,164)
#E6F8AD
(230,248,173)
#E8F8B6
(232,248,182)
#EAF8BF
(234,248,191)
#ECF8C8
(236,248,200)
#EEF8D1
(238,248,209)
#F0F8DA
(240,248,218)
#F2F8E3
(242,248,227)
#F4F8EC
(244,248,236)
#F6F8F5
(246,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2F89B color. Also use rgb(226,248,155) instead hex code.

Text Font Color

.myTextColor { color: #E2F89B; }

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

This text font color is #E2F89B.

Background Color

.myBgColor { background-color: #E2F89B; }

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

This div background color is #E2F89B.

Border color

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

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

This div border color is #E2F89B.

Opacity

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

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

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

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

This text has shadow with #E2F89B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2F89B.

Preview

Color preview on black background

This text has color #E2F89B on black background.


Color preview on white background

This text has color #E2F89B on white background.


Black color preview on #E2F89B background

This text has black color on #E2F89B background.


White color preview on #E2F89B background

This text has white color on #E2F89B background.


Related colors

Complementary color

Complementary color for #hex is #1D0764.


I love getcolorcode.com

Triadic colors

1 #9BE2F8 and #F89BE2 with #E2F89B are triadic colors.

2 #9BF8E2 and #F8E29B with #E2F89B are triadic colors.