COLOR #E8F8DC

HEX: #E8F8DC
RGB: (232,248,220)

Color info

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

RGB color model

#E8F8DC color RGB value is (232,248,220).

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

RGB channels and saturation

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

232
248
220

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

Portions of RGB colors in percentages

R + G + B =
232 + 248 + 220 = 700 (100%)
R 232 of 700 ~ 33.14%
G 248 of 700 ~ 35.43%
B 220 of 700 ~ 31.43%

%33.14
%35.43
%31.43

CMYK color model

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

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

CMYK percentages

%6.45
%0
%11.29
%2.75

Codes

Color #E8F8DC in popluar color models

E8F8DC
RGB232248220
HSL94°66.67%91.76%
HSB/HSV94°11.29%97.25%
CMYK6.45%0.00%11.29%
2.75%

Color #E8F8DC in popluar number systems.

HEXE8F8DC
Decimal232248220
Binary111010001111100011011100
Octal350370334

Shades and tints

Shades of #E8F8DC

#E8F8DC
(232,248,220)
#D3E2C8
(211,226,200)
#BECCB4
(190,204,180)
#A9B6A0
(169,182,160)
#94A08C
(148,160,140)
#7F8A78
(127,138,120)
#6A7464
(106,116,100)
#555E50
(85,94,80)
#40483C
(64,72,60)
#2B3228
(43,50,40)
#161C14
(22,28,20)
#000000
(0,0,0)

Tints of #E8F8DC

#E8F8DC
(232,248,220)
#EAF8DF
(234,248,223)
#ECF8E2
(236,248,226)
#EEF8E5
(238,248,229)
#F0F8E8
(240,248,232)
#F2F8EB
(242,248,235)
#F4F8EE
(244,248,238)
#F6F8F1
(246,248,241)
#F8F8F4
(248,248,244)
#FAF8F7
(250,248,247)
#FCF8FA
(252,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8F8DC; }

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

This text font color is #E8F8DC.


Background Color

.myBgColor { background-color: #E8F8DC; }

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

This div background color is #E8F8DC.


Border color

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

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

This div border color is #E8F8DC.


Opacity

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

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

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

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

This text has shadow with #E8F8DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8F8DC on black background.


Color preview on white background

This text has color #E8F8DC on white background.



Black color preview on #E8F8DC background

This text has black color on #E8F8DC background.


White color preview on #E8F8DC background

This text has white color on #E8F8DC background.