COLOR #E8F4AC

HEX: #E8F4AC
RGB: (232,244,172)

Color info

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

RGB color model

#E8F4AC color RGB value is (232,244,172).

  • red value is 232;
  • green value is 244;
  • blue value is 172.
RGB:
(232,244,172)
(91%,96%,67%)

RGB channels and saturation

R 232 of 255 = 91%
G 244 of 255 = 96%
B 172 of 255 = 67%

232
244
172

R + G + B ~ 85%. #E8F4AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 244 + 172 = 648 (100%)
R 232 of 648 ~ 35.8%
G 244 of 648 ~ 37.65%
B 172 of 648 ~ 26.54%

%35.8
%37.65
%26.54

CMYK color model

#E8F4AC color CMYK value is (5,0,30,4).

  • cyan value is 4.92%
  • magenta value is 0.00%
  • yellow value is 29.51%
  • key color value is 4.31%
CMYK:
(5,0,30,4)
C5M0Y30K4 
(5%,0%,30%,4%)
(0.05/0.00/0.30/0.04)	

CMYK percentages

%4.92
%0
%29.51
%4.31

Codes

Color #E8F4AC in popluar color models

E8F4AC
RGB232244172
HSL70°76.60%81.57%
HSB/HSV70°29.51%95.69%
CMYK4.92%0.00%29.51%
4.31%

Color #E8F4AC in popluar number systems.

HEXE8F4AC
Decimal232244172
Binary111010001111010010101100
Octal350364254

Shades and tints

Shades of #E8F4AC

#E8F4AC
(232,244,172)
#D3DE9D
(211,222,157)
#BEC88E
(190,200,142)
#A9B27F
(169,178,127)
#949C70
(148,156,112)
#7F8661
(127,134,97)
#6A7052
(106,112,82)
#555A43
(85,90,67)
#404434
(64,68,52)
#2B2E25
(43,46,37)
#161816
(22,24,22)
#000000
(0,0,0)

Tints of #E8F4AC

#E8F4AC
(232,244,172)
#EAF5B3
(234,245,179)
#ECF6BA
(236,246,186)
#EEF7C1
(238,247,193)
#F0F8C8
(240,248,200)
#F2F9CF
(242,249,207)
#F4FAD6
(244,250,214)
#F6FBDD
(246,251,221)
#F8FCE4
(248,252,228)
#FAFDEB
(250,253,235)
#FCFEF2
(252,254,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8F4AC color. Also use rgb(232,244,172) instead hex code.

Text Font Color

.myTextColor { color: #E8F4AC; }

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

This text font color is #E8F4AC.


Background Color

.myBgColor { background-color: #E8F4AC; }

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

This div background color is #E8F4AC.


Border color

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

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

This div border color is #E8F4AC.


Opacity

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

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

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

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

This text has shadow with #E8F4AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8F4AC on black background.


Color preview on white background

This text has color #E8F4AC on white background.



Black color preview on #E8F4AC background

This text has black color on #E8F4AC background.


White color preview on #E8F4AC background

This text has white color on #E8F4AC background.