COLOR #E2F19D

HEX: #E2F19D RGB: (226,241,157)

Color info

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

RGB color model

#E2F19D color RGB value is (226,241,157).

RGB: (226,241,157) (89%, 95%, 62%)

RGB channels and saturation

R 226 of 255 = 89%
G 241 of 255 = 95%
B 157 of 255 = 62%

226
241
157

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

Portions of RGB colors in percentages

R + G + B = 226 + 241 + 157 = 624 (100%)
R 226 of 624 ~ 36.22%
G 241 of 624 ~ 38.62%
B 157 of 624 ~ 25.16'%

%36.22
%38.62
%25.16

CMYK color model

#E2F19D color CMYK value is (6,0,35,5).

  • cyan value is 6.22%
  • magenta value is 0.00%
  • yellow value is 34.85%
  • key color value is 5.49%
CMYK: (6,0,35,5) C6M0Y35K5 (6%,0%,35%,5%) (0.06/0.00/0.35/0.05) 

CMYK percentages

%6.22
%0
%34.85
%5.49

Codes

Color #E2F19D in popluar color models

E2 F1 9D
RGB 226 241 157
HSL 71° 75.00% 78.04%
HSB/HSV 71° 34.85% 94.51%
CMYK 6.22% 0.00% 34.85%
5.49%

Color #E2F19D in popluar number systems.

HEX E2 F1 9D
Decimal 226 241 157
Binary 11100010 11110001 10011101
Octal 342 361 235

Shades and tints

Shades of #E2F19D

#E2F19D
(226,241,157)
#CEDC8F
(206,220,143)
#BAC781
(186,199,129)
#A6B273
(166,178,115)
#929D65
(146,157,101)
#7E8857
(126,136,87)
#6A7349
(106,115,73)
#565E3B
(86,94,59)
#42492D
(66,73,45)
#2E341F
(46,52,31)
#1A1F11
(26,31,17)
#000000
(0,0,0)

Tints of #E2F19D

#E2F19D
(226,241,157)
#E4F2A5
(228,242,165)
#E6F3AD
(230,243,173)
#E8F4B5
(232,244,181)
#EAF5BD
(234,245,189)
#ECF6C5
(236,246,197)
#EEF7CD
(238,247,205)
#F0F8D5
(240,248,213)
#F2F9DD
(242,249,221)
#F4FAE5
(244,250,229)
#F6FBED
(246,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2F19D color. Also use rgb(226,241,157) instead hex code.

Text Font Color

.myTextColor { color: #E2F19D; }

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

This text font color is #E2F19D.

Background Color

.myBgColor { background-color: #E2F19D; }

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

This div background color is #E2F19D.

Border color

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

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

This div border color is #E2F19D.

Opacity

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

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

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

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

This text has shadow with #E2F19D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2F19D.

Preview

Color preview on black background

This text has color #E2F19D on black background.


Color preview on white background

This text has color #E2F19D on white background.


Black color preview on #E2F19D background

This text has black color on #E2F19D background.


White color preview on #E2F19D background

This text has white color on #E2F19D background.


Related colors

Complementary color

Complementary color for #hex is #1D0E62.


I love getcolorcode.com

Triadic colors

1 #9DE2F1 and #F19DE2 with #E2F19D are triadic colors.

2 #9DF1E2 and #F1E29D with #E2F19D are triadic colors.