COLOR #E7D6EA

HEX: #E7D6EA RGB: (231,214,234)

Color info

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

RGB color model

#E7D6EA color RGB value is (231,214,234).

RGB: (231,214,234) (91%, 84%, 92%)

RGB channels and saturation

R 231 of 255 = 91%
G 214 of 255 = 84%
B 234 of 255 = 92%

231
214
234

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

Portions of RGB colors in percentages

R + G + B = 231 + 214 + 234 = 679 (100%)
R 231 of 679 ~ 34.02%
G 214 of 679 ~ 31.52%
B 234 of 679 ~ 34.46'%

%34.02
%31.52
%34.46

CMYK color model

#E7D6EA color CMYK value is (1,9,0,8).

  • cyan value is 1.28%
  • magenta value is 8.55%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (1,9,0,8)
C1M9Y0K8 (1%, 9%, 0%, 8%)
(0.01 / 0.09 / 0.00 / 0.08)

CMYK percentages

%1.28
%8.55
%0
%8.24

Codes

Color #E7D6EA in popluar color models

E7 D6 EA
RGB 231 214 234
HSL 291° 32.26% 87.84%
HSB/HSV 291° 8.55% 91.76%
CMYK 1.28% 8.55% 0.00%
8.24%

Color #E7D6EA in popluar number systems.

HEX E7 D6 EA
Decimal 231 214 234
Binary 11100111 11010110 11101010
Octal 347 326 352

Shades and tints

Shades of #E7D6EA

#E7D6EA
(231,214,234)
#D2C3D5
(210,195,213)
#BDB0C0
(189,176,192)
#A89DAB
(168,157,171)
#938A96
(147,138,150)
#7E7781
(126,119,129)
#69646C
(105,100,108)
#545157
(84,81,87)
#3F3E42
(63,62,66)
#2A2B2D
(42,43,45)
#151818
(21,24,24)
#000000
(0,0,0)

Tints of #E7D6EA

#E7D6EA
(231,214,234)
#E9D9EB
(233,217,235)
#EBDCEC
(235,220,236)
#EDDFED
(237,223,237)
#EFE2EE
(239,226,238)
#F1E5EF
(241,229,239)
#F3E8F0
(243,232,240)
#F5EBF1
(245,235,241)
#F7EEF2
(247,238,242)
#F9F1F3
(249,241,243)
#FBF4F4
(251,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7D6EA color. Also use rgb(231,214,234) instead hex code.

Text Font Color

.myTextColor { color: #E7D6EA; }

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

This text font color is #E7D6EA.

Background Color

.myBgColor { background-color: #E7D6EA; }

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

This div background color is #E7D6EA.

Border color

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

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

This div border color is #E7D6EA.

Opacity

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

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

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

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

This text has shadow with #E7D6EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7D6EA.

Preview

Color preview on black background

This text has color #E7D6EA on black background.


Color preview on white background

This text has color #E7D6EA on white background.


Black color preview on #E7D6EA background

This text has black color on #E7D6EA background.


White color preview on #E7D6EA background

This text has white color on #E7D6EA background.


Related colors

Complementary color

Complementary color for #hex is #182915.


I love getcolorcode.com

Triadic colors

1 #EAE7D6 and #D6EAE7 with #E7D6EA are triadic colors.

2 #EAD6E7 and #D6E7EA with #E7D6EA are triadic colors.