COLOR #E5A7D4

HEX: #E5A7D4
RGB: (229,167,212)

Color info

#E5A7D4 contains mainly red and blue colors. Web safe color of #E5A7D4 is #CC99CC (or #C9C).

RGB color model

#E5A7D4 color RGB value is (229,167,212).

  • red value is 229;
  • green value is 167;
  • blue value is 212.
RGB:
(229,167,212)
(90%,65%,83%)

RGB channels and saturation

R 229 of 255 = 90%
G 167 of 255 = 65%
B 212 of 255 = 83%

229
167
212

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

Portions of RGB colors in percentages

R + G + B =
229 + 167 + 212 = 608 (100%)
R 229 of 608 ~ 37.66%
G 167 of 608 ~ 27.47%
B 212 of 608 ~ 34.87%

%37.66
%27.47
%34.87

CMYK color model

#E5A7D4 color CMYK value is (0,27,7,10).

  • cyan value is 0.00%
  • magenta value is 27.07%
  • yellow value is 7.42%
  • key color value is 10.20%
CMYK:
(0,27,7,10)
C0M27Y7K10 
(0%,27%,7%,10%)
(0.00/0.27/0.07/0.10)	

CMYK percentages

%0
%27.07
%7.42
%10.2

Codes

Color #E5A7D4 in popluar color models

E5A7D4
RGB229167212
HSL316°54.39%77.65%
HSB/HSV316°27.07%89.80%
CMYK0.00%27.07%7.42%
10.20%

Color #E5A7D4 in popluar number systems.

HEXE5A7D4
Decimal229167212
Binary111001011010011111010100
Octal345247324

Shades and tints

Shades of #E5A7D4

#E5A7D4
(229,167,212)
#D198C1
(209,152,193)
#BD89AE
(189,137,174)
#A97A9B
(169,122,155)
#956B88
(149,107,136)
#815C75
(129,92,117)
#6D4D62
(109,77,98)
#593E4F
(89,62,79)
#452F3C
(69,47,60)
#312029
(49,32,41)
#1D1116
(29,17,22)
#000000
(0,0,0)

Tints of #E5A7D4

#E5A7D4
(229,167,212)
#E7AFD7
(231,175,215)
#E9B7DA
(233,183,218)
#EBBFDD
(235,191,221)
#EDC7E0
(237,199,224)
#EFCFE3
(239,207,227)
#F1D7E6
(241,215,230)
#F3DFE9
(243,223,233)
#F5E7EC
(245,231,236)
#F7EFEF
(247,239,239)
#F9F7F2
(249,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5A7D4 color. Also use rgb(229,167,212) instead hex code.

Text Font Color

.myTextColor { color: #E5A7D4; }

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

This text font color is #E5A7D4.


Background Color

.myBgColor { background-color: #E5A7D4; }

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

This div background color is #E5A7D4.


Border color

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

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

This div border color is #E5A7D4.


Opacity

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

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

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

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

This text has shadow with #E5A7D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5A7D4 on black background.


Color preview on white background

This text has color #E5A7D4 on white background.



Black color preview on #E5A7D4 background

This text has black color on #E5A7D4 background.


White color preview on #E5A7D4 background

This text has white color on #E5A7D4 background.