COLOR #E7A7D9

HEX: #E7A7D9
RGB: (231,167,217)

Color info

#E7A7D9 contains mainly red and blue colors. Web safe color of #E7A7D9 is #FF99CC (or #F9C).

RGB color model

#E7A7D9 color RGB value is (231,167,217).

  • red value is 231;
  • green value is 167;
  • blue value is 217.
RGB:
(231,167,217)
(91%,65%,85%)

RGB channels and saturation

R 231 of 255 = 91%
G 167 of 255 = 65%
B 217 of 255 = 85%

231
167
217

R + G + B ~ 80%. #E7A7D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 167 + 217 = 615 (100%)
R 231 of 615 ~ 37.56%
G 167 of 615 ~ 27.15%
B 217 of 615 ~ 35.28%

%37.56
%27.15
%35.28

CMYK color model

#E7A7D9 color CMYK value is (0,28,6,9).

  • cyan value is 0.00%
  • magenta value is 27.71%
  • yellow value is 6.06%
  • key color value is 9.41%
CMYK:
(0,28,6,9)
C0M28Y6K9 
(0%,28%,6%,9%)
(0.00/0.28/0.06/0.09)	

CMYK percentages

%0
%27.71
%6.06
%9.41

Codes

Color #E7A7D9 in popluar color models

E7A7D9
RGB231167217
HSL313°57.14%78.04%
HSB/HSV313°27.71%90.59%
CMYK0.00%27.71%6.06%
9.41%

Color #E7A7D9 in popluar number systems.

HEXE7A7D9
Decimal231167217
Binary111001111010011111011001
Octal347247331

Shades and tints

Shades of #E7A7D9

#E7A7D9
(231,167,217)
#D298C6
(210,152,198)
#BD89B3
(189,137,179)
#A87AA0
(168,122,160)
#936B8D
(147,107,141)
#7E5C7A
(126,92,122)
#694D67
(105,77,103)
#543E54
(84,62,84)
#3F2F41
(63,47,65)
#2A202E
(42,32,46)
#15111B
(21,17,27)
#000000
(0,0,0)

Tints of #E7A7D9

#E7A7D9
(231,167,217)
#E9AFDC
(233,175,220)
#EBB7DF
(235,183,223)
#EDBFE2
(237,191,226)
#EFC7E5
(239,199,229)
#F1CFE8
(241,207,232)
#F3D7EB
(243,215,235)
#F5DFEE
(245,223,238)
#F7E7F1
(247,231,241)
#F9EFF4
(249,239,244)
#FBF7F7
(251,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7A7D9 color. Also use rgb(231,167,217) instead hex code.

Text Font Color

.myTextColor { color: #E7A7D9; }

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

This text font color is #E7A7D9.


Background Color

.myBgColor { background-color: #E7A7D9; }

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

This div background color is #E7A7D9.


Border color

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

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

This div border color is #E7A7D9.


Opacity

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

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

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

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

This text has shadow with #E7A7D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7A7D9 on black background.


Color preview on white background

This text has color #E7A7D9 on white background.



Black color preview on #E7A7D9 background

This text has black color on #E7A7D9 background.


White color preview on #E7A7D9 background

This text has white color on #E7A7D9 background.