COLOR #E7D0ED

HEX: #E7D0ED RGB: (231,208,237)

Color info

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

RGB color model

#E7D0ED color RGB value is (231,208,237).

RGB: (231,208,237) (91%, 82%, 93%)

RGB channels and saturation

R 231 of 255 = 91%
G 208 of 255 = 82%
B 237 of 255 = 93%

231
208
237

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

Portions of RGB colors in percentages

R + G + B = 231 + 208 + 237 = 676 (100%)
R 231 of 676 ~ 34.17%
G 208 of 676 ~ 30.77%
B 237 of 676 ~ 35.06'%

%34.17
%30.77
%35.06

CMYK color model

#E7D0ED color CMYK value is (3,12,0,7).

  • cyan value is 2.53%
  • magenta value is 12.24%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (3,12,0,7)
C3M12Y0K7 (3%, 12%, 0%, 7%)
(0.03 / 0.12 / 0.00 / 0.07)

CMYK percentages

%2.53
%12.24
%0
%7.06

Codes

Color #E7D0ED in popluar color models

E7 D0 ED
RGB 231 208 237
HSL 288° 44.62% 87.25%
HSB/HSV 288° 12.24% 92.94%
CMYK 2.53% 12.24% 0.00%
7.06%

Color #E7D0ED in popluar number systems.

HEX E7 D0 ED
Decimal 231 208 237
Binary 11100111 11010000 11101101
Octal 347 320 355

Shades and tints

Shades of #E7D0ED

#E7D0ED
(231,208,237)
#D2BED8
(210,190,216)
#BDACC3
(189,172,195)
#A89AAE
(168,154,174)
#938899
(147,136,153)
#7E7684
(126,118,132)
#69646F
(105,100,111)
#54525A
(84,82,90)
#3F4045
(63,64,69)
#2A2E30
(42,46,48)
#151C1B
(21,28,27)
#000000
(0,0,0)

Tints of #E7D0ED

#E7D0ED
(231,208,237)
#E9D4EE
(233,212,238)
#EBD8EF
(235,216,239)
#EDDCF0
(237,220,240)
#EFE0F1
(239,224,241)
#F1E4F2
(241,228,242)
#F3E8F3
(243,232,243)
#F5ECF4
(245,236,244)
#F7F0F5
(247,240,245)
#F9F4F6
(249,244,246)
#FBF8F7
(251,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7D0ED color. Also use rgb(231,208,237) instead hex code.

Text Font Color

.myTextColor { color: #E7D0ED; }

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

This text font color is #E7D0ED.

Background Color

.myBgColor { background-color: #E7D0ED; }

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

This div background color is #E7D0ED.

Border color

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

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

This div border color is #E7D0ED.

Opacity

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

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

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

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

This text has shadow with #E7D0ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7D0ED.

Preview

Color preview on black background

This text has color #E7D0ED on black background.


Color preview on white background

This text has color #E7D0ED on white background.


Black color preview on #E7D0ED background

This text has black color on #E7D0ED background.


White color preview on #E7D0ED background

This text has white color on #E7D0ED background.


Related colors

Complementary color

Complementary color for #hex is #182F12.


I love getcolorcode.com

Triadic colors

1 #EDE7D0 and #D0EDE7 with #E7D0ED are triadic colors.

2 #EDD0E7 and #D0E7ED with #E7D0ED are triadic colors.