COLOR #E8FC95

HEX: #E8FC95
RGB: (232,252,149)

Color info

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

RGB color model

#E8FC95 color RGB value is (232,252,149).

  • red value is 232;
  • green value is 252;
  • blue value is 149.
RGB:
(232,252,149)
(91%,99%,58%)

RGB channels and saturation

R 232 of 255 = 91%
G 252 of 255 = 99%
B 149 of 255 = 58%

232
252
149

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

Portions of RGB colors in percentages

R + G + B =
232 + 252 + 149 = 633 (100%)
R 232 of 633 ~ 36.65%
G 252 of 633 ~ 39.81%
B 149 of 633 ~ 23.54%

%36.65
%39.81
%23.54

CMYK color model

#E8FC95 color CMYK value is (8,0,41,1).

  • cyan value is 7.94%
  • magenta value is 0.00%
  • yellow value is 40.87%
  • key color value is 1.18%
CMYK:
(8,0,41,1)
C8M0Y41K1 
(8%,0%,41%,1%)
(0.08/0.00/0.41/0.01)	

CMYK percentages

%7.94
%0
%40.87
%1.18

Codes

Color #E8FC95 in popluar color models

E8FC95
RGB232252149
HSL72°94.50%78.63%
HSB/HSV72°40.87%98.82%
CMYK7.94%0.00%40.87%
1.18%

Color #E8FC95 in popluar number systems.

HEXE8FC95
Decimal232252149
Binary111010001111110010010101
Octal350374225

Shades and tints

Shades of #E8FC95

#E8FC95
(232,252,149)
#D3E688
(211,230,136)
#BED07B
(190,208,123)
#A9BA6E
(169,186,110)
#94A461
(148,164,97)
#7F8E54
(127,142,84)
#6A7847
(106,120,71)
#55623A
(85,98,58)
#404C2D
(64,76,45)
#2B3620
(43,54,32)
#162013
(22,32,19)
#000000
(0,0,0)

Tints of #E8FC95

#E8FC95
(232,252,149)
#EAFC9E
(234,252,158)
#ECFCA7
(236,252,167)
#EEFCB0
(238,252,176)
#F0FCB9
(240,252,185)
#F2FCC2
(242,252,194)
#F4FCCB
(244,252,203)
#F6FCD4
(246,252,212)
#F8FCDD
(248,252,221)
#FAFCE6
(250,252,230)
#FCFCEF
(252,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8FC95 color. Also use rgb(232,252,149) instead hex code.

Text Font Color

.myTextColor { color: #E8FC95; }

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

This text font color is #E8FC95.


Background Color

.myBgColor { background-color: #E8FC95; }

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

This div background color is #E8FC95.


Border color

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

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

This div border color is #E8FC95.


Opacity

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

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

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

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

This text has shadow with #E8FC95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8FC95 on black background.


Color preview on white background

This text has color #E8FC95 on white background.



Black color preview on #E8FC95 background

This text has black color on #E8FC95 background.


White color preview on #E8FC95 background

This text has white color on #E8FC95 background.