COLOR #E8DCE7

HEX: #E8DCE7 RGB: (232,220,231)

Color info

#E8DCE7 contains red, green and blue colors in about the same proportion. Web safe color of #E8DCE7 is #FFCCFF (or #FCF).

RGB color model

#E8DCE7 color RGB value is (232,220,231).

RGB: (232,220,231) (91%, 86%, 91%)

RGB channels and saturation

R 232 of 255 = 91%
G 220 of 255 = 86%
B 231 of 255 = 91%

232
220
231

R + G + B ~ 89%. #E8DCE7 is light color.

Portions of RGB colors in percentages

R + G + B = 232 + 220 + 231 = 683 (100%)
R 232 of 683 ~ 33.97%
G 220 of 683 ~ 32.21%
B 231 of 683 ~ 33.82'%

%33.97
%32.21
%33.82

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.17%
  • yellow value is 0.43%
  • key color value is 9.02%

CMYK: (0,5,0,9)
C0M5Y0K9 (0%, 5%, 0%, 9%)
(0.00 / 0.05 / 0.00 / 0.09)

CMYK percentages

%0
%5.17
%0.43
%9.02

Codes

Color #E8DCE7 in popluar color models

E8 DC E7
RGB 232 220 231
HSL 305° 20.69% 88.63%
HSB/HSV 305° 5.17% 90.98%
CMYK 0.00% 5.17% 0.43%
9.02%

Color #E8DCE7 in popluar number systems.

HEX E8 DC E7
Decimal 232 220 231
Binary 11101000 11011100 11100111
Octal 350 334 347

Shades and tints

Shades of #E8DCE7

#E8DCE7
(232,220,231)
#D3C8D2
(211,200,210)
#BEB4BD
(190,180,189)
#A9A0A8
(169,160,168)
#948C93
(148,140,147)
#7F787E
(127,120,126)
#6A6469
(106,100,105)
#555054
(85,80,84)
#403C3F
(64,60,63)
#2B282A
(43,40,42)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #E8DCE7

#E8DCE7
(232,220,231)
#EADFE9
(234,223,233)
#ECE2EB
(236,226,235)
#EEE5ED
(238,229,237)
#F0E8EF
(240,232,239)
#F2EBF1
(242,235,241)
#F4EEF3
(244,238,243)
#F6F1F5
(246,241,245)
#F8F4F7
(248,244,247)
#FAF7F9
(250,247,249)
#FCFAFB
(252,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8DCE7 color. Also use rgb(232,220,231) instead hex code.

Text Font Color

.myTextColor { color: #E8DCE7; }

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

This text font color is #E8DCE7.

Background Color

.myBgColor { background-color: #E8DCE7; }

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

This div background color is #E8DCE7.

Border color

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

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

This div border color is #E8DCE7.

Opacity

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

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

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

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

This text has shadow with #E8DCE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8DCE7.

Preview

Color preview on black background

This text has color #E8DCE7 on black background.


Color preview on white background

This text has color #E8DCE7 on white background.


Black color preview on #E8DCE7 background

This text has black color on #E8DCE7 background.


White color preview on #E8DCE7 background

This text has white color on #E8DCE7 background.


Related colors

Complementary color

Complementary color for #hex is #172318.


I love getcolorcode.com

Triadic colors

1 #E7E8DC and #DCE7E8 with #E8DCE7 are triadic colors.

2 #E7DCE8 and #DCE8E7 with #E8DCE7 are triadic colors.