COLOR #E7DCE8

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

231
220
232

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

Portions of RGB colors in percentages

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

%33.82
%32.21
%33.97

CMYK color model

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

  • cyan value is 0.43%
  • magenta value is 5.17%
  • yellow value is 0.00%
  • 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.43
%5.17
%0
%9.02

Codes

Color #E7DCE8 in popluar color models

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

Color #E7DCE8 in popluar number systems.

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

Shades and tints

Shades of #E7DCE8

#E7DCE8
(231,220,232)
#D2C8D3
(210,200,211)
#BDB4BE
(189,180,190)
#A8A0A9
(168,160,169)
#938C94
(147,140,148)
#7E787F
(126,120,127)
#69646A
(105,100,106)
#545055
(84,80,85)
#3F3C40
(63,60,64)
#2A282B
(42,40,43)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #E7DCE8

#E7DCE8
(231,220,232)
#E9DFEA
(233,223,234)
#EBE2EC
(235,226,236)
#EDE5EE
(237,229,238)
#EFE8F0
(239,232,240)
#F1EBF2
(241,235,242)
#F3EEF4
(243,238,244)
#F5F1F6
(245,241,246)
#F7F4F8
(247,244,248)
#F9F7FA
(249,247,250)
#FBFAFC
(251,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DCE8; }

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

This text font color is #E7DCE8.

Background Color

.myBgColor { background-color: #E7DCE8; }

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

This div background color is #E7DCE8.

Border color

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

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

This div border color is #E7DCE8.

Opacity

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

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

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

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

This text has shadow with #E7DCE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7DCE8.

Preview

Color preview on black background

This text has color #E7DCE8 on black background.


Color preview on white background

This text has color #E7DCE8 on white background.


Black color preview on #E7DCE8 background

This text has black color on #E7DCE8 background.


White color preview on #E7DCE8 background

This text has white color on #E7DCE8 background.


Related colors

Complementary color

Complementary color for #hex is #182317.


I love getcolorcode.com

Triadic colors

1 #E8E7DC and #DCE8E7 with #E7DCE8 are triadic colors.

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