COLOR #E8FB96

HEX: #E8FB96
RGB: (232,251,150)

Color info

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

RGB color model

#E8FB96 color RGB value is (232,251,150).

  • red value is 232;
  • green value is 251;
  • blue value is 150.
RGB:
(232,251,150)
(91%,98%,59%)

RGB channels and saturation

R 232 of 255 = 91%
G 251 of 255 = 98%
B 150 of 255 = 59%

232
251
150

R + G + B ~ 83%. #E8FB96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 251 + 150 = 633 (100%)
R 232 of 633 ~ 36.65%
G 251 of 633 ~ 39.65%
B 150 of 633 ~ 23.7%

%36.65
%39.65
%23.7

CMYK color model

#E8FB96 color CMYK value is (8,0,40,2).

  • cyan value is 7.57%
  • magenta value is 0.00%
  • yellow value is 40.24%
  • key color value is 1.57%
CMYK:
(8,0,40,2)
C8M0Y40K2 
(8%,0%,40%,2%)
(0.08/0.00/0.40/0.02)	

CMYK percentages

%7.57
%0
%40.24
%1.57

Codes

Color #E8FB96 in popluar color models

E8FB96
RGB232251150
HSL71°92.66%78.63%
HSB/HSV71°40.24%98.43%
CMYK7.57%0.00%40.24%
1.57%

Color #E8FB96 in popluar number systems.

HEXE8FB96
Decimal232251150
Binary111010001111101110010110
Octal350373226

Shades and tints

Shades of #E8FB96

#E8FB96
(232,251,150)
#D3E589
(211,229,137)
#BECF7C
(190,207,124)
#A9B96F
(169,185,111)
#94A362
(148,163,98)
#7F8D55
(127,141,85)
#6A7748
(106,119,72)
#55613B
(85,97,59)
#404B2E
(64,75,46)
#2B3521
(43,53,33)
#161F14
(22,31,20)
#000000
(0,0,0)

Tints of #E8FB96

#E8FB96
(232,251,150)
#EAFB9F
(234,251,159)
#ECFBA8
(236,251,168)
#EEFBB1
(238,251,177)
#F0FBBA
(240,251,186)
#F2FBC3
(242,251,195)
#F4FBCC
(244,251,204)
#F6FBD5
(246,251,213)
#F8FBDE
(248,251,222)
#FAFBE7
(250,251,231)
#FCFBF0
(252,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8FB96; }

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

This text font color is #E8FB96.


Background Color

.myBgColor { background-color: #E8FB96; }

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

This div background color is #E8FB96.


Border color

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

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

This div border color is #E8FB96.


Opacity

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

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

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

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

This text has shadow with #E8FB96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8FB96 on black background.


Color preview on white background

This text has color #E8FB96 on white background.



Black color preview on #E8FB96 background

This text has black color on #E8FB96 background.


White color preview on #E8FB96 background

This text has white color on #E8FB96 background.