COLOR #E5ABD7

HEX: #E5ABD7
RGB: (229,171,215)

Color info

#E5ABD7 contains red, green and blue colors in about the same proportion. Web safe color of #E5ABD7 is #CC99CC (or #C9C).

RGB color model

#E5ABD7 color RGB value is (229,171,215).

  • red value is 229;
  • green value is 171;
  • blue value is 215.
RGB:
(229,171,215)
(90%,67%,84%)

RGB channels and saturation

R 229 of 255 = 90%
G 171 of 255 = 67%
B 215 of 255 = 84%

229
171
215

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

Portions of RGB colors in percentages

R + G + B =
229 + 171 + 215 = 615 (100%)
R 229 of 615 ~ 37.24%
G 171 of 615 ~ 27.8%
B 215 of 615 ~ 34.96%

%37.24
%27.8
%34.96

CMYK color model

#E5ABD7 color CMYK value is (0,25,6,10).

  • cyan value is 0.00%
  • magenta value is 25.33%
  • yellow value is 6.11%
  • key color value is 10.20%
CMYK:
(0,25,6,10)
C0M25Y6K10 
(0%,25%,6%,10%)
(0.00/0.25/0.06/0.10)	

CMYK percentages

%0
%25.33
%6.11
%10.2

Codes

Color #E5ABD7 in popluar color models

E5ABD7
RGB229171215
HSL314°52.73%78.43%
HSB/HSV314°25.33%89.80%
CMYK0.00%25.33%6.11%
10.20%

Color #E5ABD7 in popluar number systems.

HEXE5ABD7
Decimal229171215
Binary111001011010101111010111
Octal345253327

Shades and tints

Shades of #E5ABD7

#E5ABD7
(229,171,215)
#D19CC4
(209,156,196)
#BD8DB1
(189,141,177)
#A97E9E
(169,126,158)
#956F8B
(149,111,139)
#816078
(129,96,120)
#6D5165
(109,81,101)
#594252
(89,66,82)
#45333F
(69,51,63)
#31242C
(49,36,44)
#1D1519
(29,21,25)
#000000
(0,0,0)

Tints of #E5ABD7

#E5ABD7
(229,171,215)
#E7B2DA
(231,178,218)
#E9B9DD
(233,185,221)
#EBC0E0
(235,192,224)
#EDC7E3
(237,199,227)
#EFCEE6
(239,206,230)
#F1D5E9
(241,213,233)
#F3DCEC
(243,220,236)
#F5E3EF
(245,227,239)
#F7EAF2
(247,234,242)
#F9F1F5
(249,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5ABD7 color. Also use rgb(229,171,215) instead hex code.

Text Font Color

.myTextColor { color: #E5ABD7; }

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

This text font color is #E5ABD7.


Background Color

.myBgColor { background-color: #E5ABD7; }

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

This div background color is #E5ABD7.


Border color

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

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

This div border color is #E5ABD7.


Opacity

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

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

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

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

This text has shadow with #E5ABD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5ABD7 on black background.


Color preview on white background

This text has color #E5ABD7 on white background.



Black color preview on #E5ABD7 background

This text has black color on #E5ABD7 background.


White color preview on #E5ABD7 background

This text has white color on #E5ABD7 background.