COLOR #E8F6D4

HEX: #E8F6D4
RGB: (232,246,212)

Color info

#E8F6D4 contains red, green and blue colors in about the same proportion. Web safe color of #E8F6D4 is #FFFFCC (or #FFC).

RGB color model

#E8F6D4 color RGB value is (232,246,212).

  • red value is 232;
  • green value is 246;
  • blue value is 212.
RGB:
(232,246,212)
(91%,96%,83%)

RGB channels and saturation

R 232 of 255 = 91%
G 246 of 255 = 96%
B 212 of 255 = 83%

232
246
212

R + G + B ~ 90%. #E8F6D4 is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 246 + 212 = 690 (100%)
R 232 of 690 ~ 33.62%
G 246 of 690 ~ 35.65%
B 212 of 690 ~ 30.72%

%33.62
%35.65
%30.72

CMYK color model

#E8F6D4 color CMYK value is (6,0,14,4).

  • cyan value is 5.69%
  • magenta value is 0.00%
  • yellow value is 13.82%
  • key color value is 3.53%
CMYK:
(6,0,14,4)
C6M0Y14K4 
(6%,0%,14%,4%)
(0.06/0.00/0.14/0.04)	

CMYK percentages

%5.69
%0
%13.82
%3.53

Codes

Color #E8F6D4 in popluar color models

E8F6D4
RGB232246212
HSL85°65.38%89.80%
HSB/HSV85°13.82%96.47%
CMYK5.69%0.00%13.82%
3.53%

Color #E8F6D4 in popluar number systems.

HEXE8F6D4
Decimal232246212
Binary111010001111011011010100
Octal350366324

Shades and tints

Shades of #E8F6D4

#E8F6D4
(232,246,212)
#D3E0C1
(211,224,193)
#BECAAE
(190,202,174)
#A9B49B
(169,180,155)
#949E88
(148,158,136)
#7F8875
(127,136,117)
#6A7262
(106,114,98)
#555C4F
(85,92,79)
#40463C
(64,70,60)
#2B3029
(43,48,41)
#161A16
(22,26,22)
#000000
(0,0,0)

Tints of #E8F6D4

#E8F6D4
(232,246,212)
#EAF6D7
(234,246,215)
#ECF6DA
(236,246,218)
#EEF6DD
(238,246,221)
#F0F6E0
(240,246,224)
#F2F6E3
(242,246,227)
#F4F6E6
(244,246,230)
#F6F6E9
(246,246,233)
#F8F6EC
(248,246,236)
#FAF6EF
(250,246,239)
#FCF6F2
(252,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8F6D4 color. Also use rgb(232,246,212) instead hex code.

Text Font Color

.myTextColor { color: #E8F6D4; }

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

This text font color is #E8F6D4.


Background Color

.myBgColor { background-color: #E8F6D4; }

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

This div background color is #E8F6D4.


Border color

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

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

This div border color is #E8F6D4.


Opacity

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

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

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

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

This text has shadow with #E8F6D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8F6D4 on black background.


Color preview on white background

This text has color #E8F6D4 on white background.



Black color preview on #E8F6D4 background

This text has black color on #E8F6D4 background.


White color preview on #E8F6D4 background

This text has white color on #E8F6D4 background.