COLOR #E7D6EB

HEX: #E7D6EB RGB: (231,214,235)

Color info

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

RGB color model

#E7D6EB color RGB value is (231,214,235).

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

RGB channels and saturation

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

231
214
235

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

Portions of RGB colors in percentages

R + G + B = 231 + 214 + 235 = 680 (100%)
R 231 of 680 ~ 33.97%
G 214 of 680 ~ 31.47%
B 235 of 680 ~ 34.56'%

%33.97
%31.47
%34.56

CMYK color model

#E7D6EB color CMYK value is (2,9,0,8).

  • cyan value is 1.70%
  • magenta value is 8.94%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (2,9,0,8)
C2M9Y0K8 (2%, 9%, 0%, 8%)
(0.02 / 0.09 / 0.00 / 0.08)

CMYK percentages

%1.7
%8.94
%0
%7.84

Codes

Color #E7D6EB in popluar color models

E7 D6 EB
RGB 231 214 235
HSL 289° 34.43% 88.04%
HSB/HSV 289° 8.94% 92.16%
CMYK 1.70% 8.94% 0.00%
7.84%

Color #E7D6EB in popluar number systems.

HEX E7 D6 EB
Decimal 231 214 235
Binary 11100111 11010110 11101011
Octal 347 326 353

Shades and tints

Shades of #E7D6EB

#E7D6EB
(231,214,235)
#D2C3D6
(210,195,214)
#BDB0C1
(189,176,193)
#A89DAC
(168,157,172)
#938A97
(147,138,151)
#7E7782
(126,119,130)
#69646D
(105,100,109)
#545158
(84,81,88)
#3F3E43
(63,62,67)
#2A2B2E
(42,43,46)
#151819
(21,24,25)
#000000
(0,0,0)

Tints of #E7D6EB

#E7D6EB
(231,214,235)
#E9D9EC
(233,217,236)
#EBDCED
(235,220,237)
#EDDFEE
(237,223,238)
#EFE2EF
(239,226,239)
#F1E5F0
(241,229,240)
#F3E8F1
(243,232,241)
#F5EBF2
(245,235,242)
#F7EEF3
(247,238,243)
#F9F1F4
(249,241,244)
#FBF4F5
(251,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7D6EB; }

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

This text font color is #E7D6EB.

Background Color

.myBgColor { background-color: #E7D6EB; }

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

This div background color is #E7D6EB.

Border color

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

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

This div border color is #E7D6EB.

Opacity

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

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

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

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

This text has shadow with #E7D6EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7D6EB.

Preview

Color preview on black background

This text has color #E7D6EB on black background.


Color preview on white background

This text has color #E7D6EB on white background.


Black color preview on #E7D6EB background

This text has black color on #E7D6EB background.


White color preview on #E7D6EB background

This text has white color on #E7D6EB background.


Related colors

Complementary color

Complementary color for #hex is #182914.


I love getcolorcode.com

Triadic colors

1 #EBE7D6 and #D6EBE7 with #E7D6EB are triadic colors.

2 #EBD6E7 and #D6E7EB with #E7D6EB are triadic colors.