COLOR #E7A7D1

HEX: #E7A7D1
RGB: (231,167,209)

Color info

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

RGB color model

#E7A7D1 color RGB value is (231,167,209).

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

RGB channels and saturation

R 231 of 255 = 91%
G 167 of 255 = 65%
B 209 of 255 = 82%

231
167
209

R + G + B ~ 79%. #E7A7D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 167 + 209 = 607 (100%)
R 231 of 607 ~ 38.06%
G 167 of 607 ~ 27.51%
B 209 of 607 ~ 34.43%

%38.06
%27.51
%34.43

CMYK color model

#E7A7D1 color CMYK value is (0,28,10,9).

  • cyan value is 0.00%
  • magenta value is 27.71%
  • yellow value is 9.52%
  • key color value is 9.41%
CMYK:
(0,28,10,9)
C0M28Y10K9 
(0%,28%,10%,9%)
(0.00/0.28/0.10/0.09)	

CMYK percentages

%0
%27.71
%9.52
%9.41

Codes

Color #E7A7D1 in popluar color models

E7A7D1
RGB231167209
HSL321°57.14%78.04%
HSB/HSV321°27.71%90.59%
CMYK0.00%27.71%9.52%
9.41%

Color #E7A7D1 in popluar number systems.

HEXE7A7D1
Decimal231167209
Binary111001111010011111010001
Octal347247321

Shades and tints

Shades of #E7A7D1

#E7A7D1
(231,167,209)
#D298BE
(210,152,190)
#BD89AB
(189,137,171)
#A87A98
(168,122,152)
#936B85
(147,107,133)
#7E5C72
(126,92,114)
#694D5F
(105,77,95)
#543E4C
(84,62,76)
#3F2F39
(63,47,57)
#2A2026
(42,32,38)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #E7A7D1

#E7A7D1
(231,167,209)
#E9AFD5
(233,175,213)
#EBB7D9
(235,183,217)
#EDBFDD
(237,191,221)
#EFC7E1
(239,199,225)
#F1CFE5
(241,207,229)
#F3D7E9
(243,215,233)
#F5DFED
(245,223,237)
#F7E7F1
(247,231,241)
#F9EFF5
(249,239,245)
#FBF7F9
(251,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7A7D1; }

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

This text font color is #E7A7D1.


Background Color

.myBgColor { background-color: #E7A7D1; }

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

This div background color is #E7A7D1.


Border color

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

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

This div border color is #E7A7D1.


Opacity

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

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

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

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

This text has shadow with #E7A7D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7A7D1 on black background.


Color preview on white background

This text has color #E7A7D1 on white background.



Black color preview on #E7A7D1 background

This text has black color on #E7A7D1 background.


White color preview on #E7A7D1 background

This text has white color on #E7A7D1 background.