COLOR #E8EFD7

HEX: #E8EFD7
RGB: (232,239,215)

Color info

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

RGB color model

#E8EFD7 color RGB value is (232,239,215).

  • red value is 232;
  • green value is 239;
  • blue value is 215.
RGB:
(232,239,215)
(91%,94%,84%)

RGB channels and saturation

R 232 of 255 = 91%
G 239 of 255 = 94%
B 215 of 255 = 84%

232
239
215

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

Portions of RGB colors in percentages

R + G + B =
232 + 239 + 215 = 686 (100%)
R 232 of 686 ~ 33.82%
G 239 of 686 ~ 34.84%
B 215 of 686 ~ 31.34%

%33.82
%34.84
%31.34

CMYK color model

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

  • cyan value is 2.93%
  • magenta value is 0.00%
  • yellow value is 10.04%
  • key color value is 6.27%
CMYK:
(3,0,10,6)
C3M0Y10K6 
(3%,0%,10%,6%)
(0.03/0.00/0.10/0.06)	

CMYK percentages

%2.93
%0
%10.04
%6.27

Codes

Color #E8EFD7 in popluar color models

E8EFD7
RGB232239215
HSL78°42.86%89.02%
HSB/HSV78°10.04%93.73%
CMYK2.93%0.00%10.04%
6.27%

Color #E8EFD7 in popluar number systems.

HEXE8EFD7
Decimal232239215
Binary111010001110111111010111
Octal350357327

Shades and tints

Shades of #E8EFD7

#E8EFD7
(232,239,215)
#D3DAC4
(211,218,196)
#BEC5B1
(190,197,177)
#A9B09E
(169,176,158)
#949B8B
(148,155,139)
#7F8678
(127,134,120)
#6A7165
(106,113,101)
#555C52
(85,92,82)
#40473F
(64,71,63)
#2B322C
(43,50,44)
#161D19
(22,29,25)
#000000
(0,0,0)

Tints of #E8EFD7

#E8EFD7
(232,239,215)
#EAF0DA
(234,240,218)
#ECF1DD
(236,241,221)
#EEF2E0
(238,242,224)
#F0F3E3
(240,243,227)
#F2F4E6
(242,244,230)
#F4F5E9
(244,245,233)
#F6F6EC
(246,246,236)
#F8F7EF
(248,247,239)
#FAF8F2
(250,248,242)
#FCF9F5
(252,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8EFD7; }

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

This text font color is #E8EFD7.


Background Color

.myBgColor { background-color: #E8EFD7; }

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

This div background color is #E8EFD7.


Border color

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

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

This div border color is #E8EFD7.


Opacity

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

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

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

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

This text has shadow with #E8EFD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8EFD7 on black background.


Color preview on white background

This text has color #E8EFD7 on white background.



Black color preview on #E8EFD7 background

This text has black color on #E8EFD7 background.


White color preview on #E8EFD7 background

This text has white color on #E8EFD7 background.