COLOR #E8F7DC

HEX: #E8F7DC
RGB: (232,247,220)

Color info

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

RGB color model

#E8F7DC color RGB value is (232,247,220).

  • red value is 232;
  • green value is 247;
  • blue value is 220.
RGB:
(232,247,220)
(91%,97%,86%)

RGB channels and saturation

R 232 of 255 = 91%
G 247 of 255 = 97%
B 220 of 255 = 86%

232
247
220

R + G + B ~ 91%. #E8F7DC is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 247 + 220 = 699 (100%)
R 232 of 699 ~ 33.19%
G 247 of 699 ~ 35.34%
B 220 of 699 ~ 31.47%

%33.19
%35.34
%31.47

CMYK color model

#E8F7DC color CMYK value is (6,0,11,3).

  • cyan value is 6.07%
  • magenta value is 0.00%
  • yellow value is 10.93%
  • key color value is 3.14%
CMYK:
(6,0,11,3)
C6M0Y11K3 
(6%,0%,11%,3%)
(0.06/0.00/0.11/0.03)	

CMYK percentages

%6.07
%0
%10.93
%3.14

Codes

Color #E8F7DC in popluar color models

E8F7DC
RGB232247220
HSL93°62.79%91.57%
HSB/HSV93°10.93%96.86%
CMYK6.07%0.00%10.93%
3.14%

Color #E8F7DC in popluar number systems.

HEXE8F7DC
Decimal232247220
Binary111010001111011111011100
Octal350367334

Shades and tints

Shades of #E8F7DC

#E8F7DC
(232,247,220)
#D3E1C8
(211,225,200)
#BECBB4
(190,203,180)
#A9B5A0
(169,181,160)
#949F8C
(148,159,140)
#7F8978
(127,137,120)
#6A7364
(106,115,100)
#555D50
(85,93,80)
#40473C
(64,71,60)
#2B3128
(43,49,40)
#161B14
(22,27,20)
#000000
(0,0,0)

Tints of #E8F7DC

#E8F7DC
(232,247,220)
#EAF7DF
(234,247,223)
#ECF7E2
(236,247,226)
#EEF7E5
(238,247,229)
#F0F7E8
(240,247,232)
#F2F7EB
(242,247,235)
#F4F7EE
(244,247,238)
#F6F7F1
(246,247,241)
#F8F7F4
(248,247,244)
#FAF7F7
(250,247,247)
#FCF7FA
(252,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8F7DC color. Also use rgb(232,247,220) instead hex code.

Text Font Color

.myTextColor { color: #E8F7DC; }

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

This text font color is #E8F7DC.


Background Color

.myBgColor { background-color: #E8F7DC; }

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

This div background color is #E8F7DC.


Border color

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

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

This div border color is #E8F7DC.


Opacity

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

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

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

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

This text has shadow with #E8F7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8F7DC on black background.


Color preview on white background

This text has color #E8F7DC on white background.



Black color preview on #E8F7DC background

This text has black color on #E8F7DC background.


White color preview on #E8F7DC background

This text has white color on #E8F7DC background.