COLOR #E8F8DE

HEX: #E8F8DE
RGB: (232,248,222)

Color info

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

RGB color model

#E8F8DE color RGB value is (232,248,222).

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

RGB channels and saturation

R 232 of 255 = 91%
G 248 of 255 = 97%
B 222 of 255 = 87%

232
248
222

R + G + B ~ 92%. #E8F8DE is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 248 + 222 = 702 (100%)
R 232 of 702 ~ 33.05%
G 248 of 702 ~ 35.33%
B 222 of 702 ~ 31.62%

%33.05
%35.33
%31.62

CMYK color model

#E8F8DE color CMYK value is (6,0,10,3).

  • cyan value is 6.45%
  • magenta value is 0.00%
  • yellow value is 10.48%
  • key color value is 2.75%
CMYK:
(6,0,10,3)
C6M0Y10K3 
(6%,0%,10%,3%)
(0.06/0.00/0.10/0.03)	

CMYK percentages

%6.45
%0
%10.48
%2.75

Codes

Color #E8F8DE in popluar color models

E8F8DE
RGB232248222
HSL97°65.00%92.16%
HSB/HSV97°10.48%97.25%
CMYK6.45%0.00%10.48%
2.75%

Color #E8F8DE in popluar number systems.

HEXE8F8DE
Decimal232248222
Binary111010001111100011011110
Octal350370336

Shades and tints

Shades of #E8F8DE

#E8F8DE
(232,248,222)
#D3E2CA
(211,226,202)
#BECCB6
(190,204,182)
#A9B6A2
(169,182,162)
#94A08E
(148,160,142)
#7F8A7A
(127,138,122)
#6A7466
(106,116,102)
#555E52
(85,94,82)
#40483E
(64,72,62)
#2B322A
(43,50,42)
#161C16
(22,28,22)
#000000
(0,0,0)

Tints of #E8F8DE

#E8F8DE
(232,248,222)
#EAF8E1
(234,248,225)
#ECF8E4
(236,248,228)
#EEF8E7
(238,248,231)
#F0F8EA
(240,248,234)
#F2F8ED
(242,248,237)
#F4F8F0
(244,248,240)
#F6F8F3
(246,248,243)
#F8F8F6
(248,248,246)
#FAF8F9
(250,248,249)
#FCF8FC
(252,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8F8DE; }

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

This text font color is #E8F8DE.


Background Color

.myBgColor { background-color: #E8F8DE; }

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

This div background color is #E8F8DE.


Border color

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

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

This div border color is #E8F8DE.


Opacity

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

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

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

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

This text has shadow with #E8F8DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8F8DE on black background.


Color preview on white background

This text has color #E8F8DE on white background.



Black color preview on #E8F8DE background

This text has black color on #E8F8DE background.


White color preview on #E8F8DE background

This text has white color on #E8F8DE background.