COLOR #E8F4DD

HEX: #E8F4DD
RGB: (232,244,221)

Color info

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

RGB color model

#E8F4DD color RGB value is (232,244,221).

  • red value is 232;
  • green value is 244;
  • blue value is 221.
RGB:
(232,244,221)
(91%,96%,87%)

RGB channels and saturation

R 232 of 255 = 91%
G 244 of 255 = 96%
B 221 of 255 = 87%

232
244
221

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

Portions of RGB colors in percentages

R + G + B =
232 + 244 + 221 = 697 (100%)
R 232 of 697 ~ 33.29%
G 244 of 697 ~ 35.01%
B 221 of 697 ~ 31.71%

%33.29
%35.01
%31.71

CMYK color model

#E8F4DD color CMYK value is (5,0,9,4).

  • cyan value is 4.92%
  • magenta value is 0.00%
  • yellow value is 9.43%
  • key color value is 4.31%
CMYK:
(5,0,9,4)
C5M0Y9K4 
(5%,0%,9%,4%)
(0.05/0.00/0.09/0.04)	

CMYK percentages

%4.92
%0
%9.43
%4.31

Codes

Color #E8F4DD in popluar color models

E8F4DD
RGB232244221
HSL91°51.11%91.18%
HSB/HSV91°9.43%95.69%
CMYK4.92%0.00%9.43%
4.31%

Color #E8F4DD in popluar number systems.

HEXE8F4DD
Decimal232244221
Binary111010001111010011011101
Octal350364335

Shades and tints

Shades of #E8F4DD

#E8F4DD
(232,244,221)
#D3DEC9
(211,222,201)
#BEC8B5
(190,200,181)
#A9B2A1
(169,178,161)
#949C8D
(148,156,141)
#7F8679
(127,134,121)
#6A7065
(106,112,101)
#555A51
(85,90,81)
#40443D
(64,68,61)
#2B2E29
(43,46,41)
#161815
(22,24,21)
#000000
(0,0,0)

Tints of #E8F4DD

#E8F4DD
(232,244,221)
#EAF5E0
(234,245,224)
#ECF6E3
(236,246,227)
#EEF7E6
(238,247,230)
#F0F8E9
(240,248,233)
#F2F9EC
(242,249,236)
#F4FAEF
(244,250,239)
#F6FBF2
(246,251,242)
#F8FCF5
(248,252,245)
#FAFDF8
(250,253,248)
#FCFEFB
(252,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8F4DD color. Also use rgb(232,244,221) instead hex code.

Text Font Color

.myTextColor { color: #E8F4DD; }

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

This text font color is #E8F4DD.


Background Color

.myBgColor { background-color: #E8F4DD; }

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

This div background color is #E8F4DD.


Border color

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

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

This div border color is #E8F4DD.


Opacity

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

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

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

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

This text has shadow with #E8F4DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8F4DD on black background.


Color preview on white background

This text has color #E8F4DD on white background.



Black color preview on #E8F4DD background

This text has black color on #E8F4DD background.


White color preview on #E8F4DD background

This text has white color on #E8F4DD background.