COLOR #E8F196

HEX: #E8F196 RGB: (232,241,150)

Color info

#E8F196 contains mainly red and green colors. Web safe color of #E8F196 is #FFFF99 (or #FF9).

RGB color model

#E8F196 color RGB value is (232,241,150).

RGB: (232,241,150) (91%, 95%, 59%)

RGB channels and saturation

R 232 of 255 = 91%
G 241 of 255 = 95%
B 150 of 255 = 59%

232
241
150

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

Portions of RGB colors in percentages

R + G + B = 232 + 241 + 150 = 623 (100%)
R 232 of 623 ~ 37.24%
G 241 of 623 ~ 38.68%
B 150 of 623 ~ 24.08'%

%37.24
%38.68
%24.08

CMYK color model

#E8F196 color CMYK value is (4,0,38,5).

  • cyan value is 3.73%
  • magenta value is 0.00%
  • yellow value is 37.76%
  • key color value is 5.49%

CMYK: (4,0,38,5)
C4M0Y38K5 (4%, 0%, 38%, 5%)
(0.04 / 0.00 / 0.38 / 0.05)

CMYK percentages

%3.73
%0
%37.76
%5.49

Codes

Color #E8F196 in popluar color models

E8 F1 96
RGB 232 241 150
HSL 66° 76.47% 76.67%
HSB/HSV 66° 37.76% 94.51%
CMYK 3.73% 0.00% 37.76%
5.49%

Color #E8F196 in popluar number systems.

HEX E8 F1 96
Decimal 232 241 150
Binary 11101000 11110001 10010110
Octal 350 361 226

Shades and tints

Shades of #E8F196

#E8F196
(232,241,150)
#D3DC89
(211,220,137)
#BEC77C
(190,199,124)
#A9B26F
(169,178,111)
#949D62
(148,157,98)
#7F8855
(127,136,85)
#6A7348
(106,115,72)
#555E3B
(85,94,59)
#40492E
(64,73,46)
#2B3421
(43,52,33)
#161F14
(22,31,20)
#000000
(0,0,0)

Tints of #E8F196

#E8F196
(232,241,150)
#EAF29F
(234,242,159)
#ECF3A8
(236,243,168)
#EEF4B1
(238,244,177)
#F0F5BA
(240,245,186)
#F2F6C3
(242,246,195)
#F4F7CC
(244,247,204)
#F6F8D5
(246,248,213)
#F8F9DE
(248,249,222)
#FAFAE7
(250,250,231)
#FCFBF0
(252,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8F196 color. Also use rgb(232,241,150) instead hex code.

Text Font Color

.myTextColor { color: #E8F196; }

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

This text font color is #E8F196.

Background Color

.myBgColor { background-color: #E8F196; }

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

This div background color is #E8F196.

Border color

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

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

This div border color is #E8F196.

Opacity

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

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

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

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

This text has shadow with #E8F196 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8F196.

Preview

Color preview on black background

This text has color #E8F196 on black background.


Color preview on white background

This text has color #E8F196 on white background.


Black color preview on #E8F196 background

This text has black color on #E8F196 background.


White color preview on #E8F196 background

This text has white color on #E8F196 background.


Related colors

Complementary color

Complementary color for #hex is #170E69.


I love getcolorcode.com

Triadic colors

1 #96E8F1 and #F196E8 with #E8F196 are triadic colors.

2 #96F1E8 and #F1E896 with #E8F196 are triadic colors.