COLOR #E2F5AB

HEX: #E2F5AB RGB: (226,245,171)

Color info

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

RGB color model

#E2F5AB color RGB value is (226,245,171).

RGB: (226,245,171) (89%, 96%, 67%)

RGB channels and saturation

R 226 of 255 = 89%
G 245 of 255 = 96%
B 171 of 255 = 67%

226
245
171

R + G + B ~ 84%. #E2F5AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 245 + 171 = 642 (100%)
R 226 of 642 ~ 35.2%
G 245 of 642 ~ 38.16%
B 171 of 642 ~ 26.64'%

%35.2
%38.16
%26.64

CMYK color model

#E2F5AB color CMYK value is (8,0,30,4).

  • cyan value is 7.76%
  • magenta value is 0.00%
  • yellow value is 30.20%
  • key color value is 3.92%

CMYK: (8,0,30,4)
C8M0Y30K4 (8%, 0%, 30%, 4%)
(0.08 / 0.00 / 0.30 / 0.04)

CMYK percentages

%7.76
%0
%30.2
%3.92

Codes

Color #E2F5AB in popluar color models

E2 F5 AB
RGB 226 245 171
HSL 75° 78.72% 81.57%
HSB/HSV 75° 30.20% 96.08%
CMYK 7.76% 0.00% 30.20%
3.92%

Color #E2F5AB in popluar number systems.

HEX E2 F5 AB
Decimal 226 245 171
Binary 11100010 11110101 10101011
Octal 342 365 253

Shades and tints

Shades of #E2F5AB

#E2F5AB
(226,245,171)
#CEDF9C
(206,223,156)
#BAC98D
(186,201,141)
#A6B37E
(166,179,126)
#929D6F
(146,157,111)
#7E8760
(126,135,96)
#6A7151
(106,113,81)
#565B42
(86,91,66)
#424533
(66,69,51)
#2E2F24
(46,47,36)
#1A1915
(26,25,21)
#000000
(0,0,0)

Tints of #E2F5AB

#E2F5AB
(226,245,171)
#E4F5B2
(228,245,178)
#E6F5B9
(230,245,185)
#E8F5C0
(232,245,192)
#EAF5C7
(234,245,199)
#ECF5CE
(236,245,206)
#EEF5D5
(238,245,213)
#F0F5DC
(240,245,220)
#F2F5E3
(242,245,227)
#F4F5EA
(244,245,234)
#F6F5F1
(246,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2F5AB color. Also use rgb(226,245,171) instead hex code.

Text Font Color

.myTextColor { color: #E2F5AB; }

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

This text font color is #E2F5AB.

Background Color

.myBgColor { background-color: #E2F5AB; }

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

This div background color is #E2F5AB.

Border color

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

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

This div border color is #E2F5AB.

Opacity

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

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

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

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

This text has shadow with #E2F5AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2F5AB.

Preview

Color preview on black background

This text has color #E2F5AB on black background.


Color preview on white background

This text has color #E2F5AB on white background.


Black color preview on #E2F5AB background

This text has black color on #E2F5AB background.


White color preview on #E2F5AB background

This text has white color on #E2F5AB background.


Related colors

Complementary color

Complementary color for #hex is #1D0A54.


I love getcolorcode.com

Triadic colors

1 #ABE2F5 and #F5ABE2 with #E2F5AB are triadic colors.

2 #ABF5E2 and #F5E2AB with #E2F5AB are triadic colors.