COLOR #E8F0D8

HEX: #E8F0D8 RGB: (232,240,216)

Color info

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

RGB color model

#E8F0D8 color RGB value is (232,240,216).

RGB: (232,240,216) (91%, 94%, 85%)

RGB channels and saturation

R 232 of 255 = 91%
G 240 of 255 = 94%
B 216 of 255 = 85%

232
240
216

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

Portions of RGB colors in percentages

R + G + B = 232 + 240 + 216 = 688 (100%)
R 232 of 688 ~ 33.72%
G 240 of 688 ~ 34.88%
B 216 of 688 ~ 31.4'%

%33.72
%34.88
%31.4

CMYK color model

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

  • cyan value is 3.33%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 5.88%

CMYK: (3,0,10,6)
C3M0Y10K6 (3%, 0%, 10%, 6%)
(0.03 / 0.00 / 0.10 / 0.06)

CMYK percentages

%3.33
%0
%10
%5.88

Codes

Color #E8F0D8 in popluar color models

E8 F0 D8
RGB 232 240 216
HSL 80° 44.44% 89.41%
HSB/HSV 80° 10.00% 94.12%
CMYK 3.33% 0.00% 10.00%
5.88%

Color #E8F0D8 in popluar number systems.

HEX E8 F0 D8
Decimal 232 240 216
Binary 11101000 11110000 11011000
Octal 350 360 330

Shades and tints

Shades of #E8F0D8

#E8F0D8
(232,240,216)
#D3DBC5
(211,219,197)
#BEC6B2
(190,198,178)
#A9B19F
(169,177,159)
#949C8C
(148,156,140)
#7F8779
(127,135,121)
#6A7266
(106,114,102)
#555D53
(85,93,83)
#404840
(64,72,64)
#2B332D
(43,51,45)
#161E1A
(22,30,26)
#000000
(0,0,0)

Tints of #E8F0D8

#E8F0D8
(232,240,216)
#EAF1DB
(234,241,219)
#ECF2DE
(236,242,222)
#EEF3E1
(238,243,225)
#F0F4E4
(240,244,228)
#F2F5E7
(242,245,231)
#F4F6EA
(244,246,234)
#F6F7ED
(246,247,237)
#F8F8F0
(248,248,240)
#FAF9F3
(250,249,243)
#FCFAF6
(252,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8F0D8 color. Also use rgb(232,240,216) instead hex code.

Text Font Color

.myTextColor { color: #E8F0D8; }

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

This text font color is #E8F0D8.

Background Color

.myBgColor { background-color: #E8F0D8; }

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

This div background color is #E8F0D8.

Border color

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

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

This div border color is #E8F0D8.

Opacity

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

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

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

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

This text has shadow with #E8F0D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8F0D8.

Preview

Color preview on black background

This text has color #E8F0D8 on black background.


Color preview on white background

This text has color #E8F0D8 on white background.


Black color preview on #E8F0D8 background

This text has black color on #E8F0D8 background.


White color preview on #E8F0D8 background

This text has white color on #E8F0D8 background.


Related colors

Complementary color

Complementary color for #hex is #170F27.


I love getcolorcode.com

Triadic colors

1 #D8E8F0 and #F0D8E8 with #E8F0D8 are triadic colors.

2 #D8F0E8 and #F0E8D8 with #E8F0D8 are triadic colors.