COLOR #E8EFD9

HEX: #E8EFD9 RGB: (232,239,217)

Color info

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

RGB color model

#E8EFD9 color RGB value is (232,239,217).

RGB: (232,239,217) (91%, 94%, 85%)

RGB channels and saturation

R 232 of 255 = 91%
G 239 of 255 = 94%
B 217 of 255 = 85%

232
239
217

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

Portions of RGB colors in percentages

R + G + B = 232 + 239 + 217 = 688 (100%)
R 232 of 688 ~ 33.72%
G 239 of 688 ~ 34.74%
B 217 of 688 ~ 31.54'%

%33.72
%34.74
%31.54

CMYK color model

#E8EFD9 color CMYK value is (3,0,9,6).

  • cyan value is 2.93%
  • magenta value is 0.00%
  • yellow value is 9.21%
  • key color value is 6.27%
CMYK: (3,0,9,6) C3M0Y9K6 (3%,0%,9%,6%) (0.03/0.00/0.09/0.06) 

CMYK percentages

%2.93
%0
%9.21
%6.27

Codes

Color #E8EFD9 in popluar color models

E8 EF D9
RGB 232 239 217
HSL 79° 40.74% 89.41%
HSB/HSV 79° 9.21% 93.73%
CMYK 2.93% 0.00% 9.21%
6.27%

Color #E8EFD9 in popluar number systems.

HEX E8 EF D9
Decimal 232 239 217
Binary 11101000 11101111 11011001
Octal 350 357 331

Shades and tints

Shades of #E8EFD9

#E8EFD9
(232,239,217)
#D3DAC6
(211,218,198)
#BEC5B3
(190,197,179)
#A9B0A0
(169,176,160)
#949B8D
(148,155,141)
#7F867A
(127,134,122)
#6A7167
(106,113,103)
#555C54
(85,92,84)
#404741
(64,71,65)
#2B322E
(43,50,46)
#161D1B
(22,29,27)
#000000
(0,0,0)

Tints of #E8EFD9

#E8EFD9
(232,239,217)
#EAF0DC
(234,240,220)
#ECF1DF
(236,241,223)
#EEF2E2
(238,242,226)
#F0F3E5
(240,243,229)
#F2F4E8
(242,244,232)
#F4F5EB
(244,245,235)
#F6F6EE
(246,246,238)
#F8F7F1
(248,247,241)
#FAF8F4
(250,248,244)
#FCF9F7
(252,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8EFD9 color. Also use rgb(232,239,217) instead hex code.

Text Font Color

.myTextColor { color: #E8EFD9; }

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

This text font color is #E8EFD9.

Background Color

.myBgColor { background-color: #E8EFD9; }

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

This div background color is #E8EFD9.

Border color

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

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

This div border color is #E8EFD9.

Opacity

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

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

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

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

This text has shadow with #E8EFD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8EFD9.

Preview

Color preview on black background

This text has color #E8EFD9 on black background.


Color preview on white background

This text has color #E8EFD9 on white background.


Black color preview on #E8EFD9 background

This text has black color on #E8EFD9 background.


White color preview on #E8EFD9 background

This text has white color on #E8EFD9 background.


Related colors

Complementary color

Complementary color for #hex is #171026.


I love getcolorcode.com

Triadic colors

1 #D9E8EF and #EFD9E8 with #E8EFD9 are triadic colors.

2 #D9EFE8 and #EFE8D9 with #E8EFD9 are triadic colors.