COLOR #E8F6D1

HEX: #E8F6D1
RGB: (232,246,209)

Color info

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

RGB color model

#E8F6D1 color RGB value is (232,246,209).

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

RGB channels and saturation

R 232 of 255 = 91%
G 246 of 255 = 96%
B 209 of 255 = 82%

232
246
209

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

Portions of RGB colors in percentages

R + G + B =
232 + 246 + 209 = 687 (100%)
R 232 of 687 ~ 33.77%
G 246 of 687 ~ 35.81%
B 209 of 687 ~ 30.42%

%33.77
%35.81
%30.42

CMYK color model

#E8F6D1 color CMYK value is (6,0,15,4).

  • cyan value is 5.69%
  • magenta value is 0.00%
  • yellow value is 15.04%
  • key color value is 3.53%
CMYK:
(6,0,15,4)
C6M0Y15K4 
(6%,0%,15%,4%)
(0.06/0.00/0.15/0.04)	

CMYK percentages

%5.69
%0
%15.04
%3.53

Codes

Color #E8F6D1 in popluar color models

E8F6D1
RGB232246209
HSL83°67.27%89.22%
HSB/HSV83°15.04%96.47%
CMYK5.69%0.00%15.04%
3.53%

Color #E8F6D1 in popluar number systems.

HEXE8F6D1
Decimal232246209
Binary111010001111011011010001
Octal350366321

Shades and tints

Shades of #E8F6D1

#E8F6D1
(232,246,209)
#D3E0BE
(211,224,190)
#BECAAB
(190,202,171)
#A9B498
(169,180,152)
#949E85
(148,158,133)
#7F8872
(127,136,114)
#6A725F
(106,114,95)
#555C4C
(85,92,76)
#404639
(64,70,57)
#2B3026
(43,48,38)
#161A13
(22,26,19)
#000000
(0,0,0)

Tints of #E8F6D1

#E8F6D1
(232,246,209)
#EAF6D5
(234,246,213)
#ECF6D9
(236,246,217)
#EEF6DD
(238,246,221)
#F0F6E1
(240,246,225)
#F2F6E5
(242,246,229)
#F4F6E9
(244,246,233)
#F6F6ED
(246,246,237)
#F8F6F1
(248,246,241)
#FAF6F5
(250,246,245)
#FCF6F9
(252,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8F6D1; }

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

This text font color is #E8F6D1.


Background Color

.myBgColor { background-color: #E8F6D1; }

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

This div background color is #E8F6D1.


Border color

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

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

This div border color is #E8F6D1.


Opacity

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

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

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

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

This text has shadow with #E8F6D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8F6D1 on black background.


Color preview on white background

This text has color #E8F6D1 on white background.



Black color preview on #E8F6D1 background

This text has black color on #E8F6D1 background.


White color preview on #E8F6D1 background

This text has white color on #E8F6D1 background.