COLOR #E5A4AD

HEX: #E5A4AD
RGB: (229,164,173)

Color info

#E5A4AD contains mainly red and blue colors. Web safe color of #E5A4AD is #CC9999 (or #C99).

RGB color model

#E5A4AD color RGB value is (229,164,173).

  • red value is 229;
  • green value is 164;
  • blue value is 173.
RGB:
(229,164,173)
(90%,64%,68%)

RGB channels and saturation

R 229 of 255 = 90%
G 164 of 255 = 64%
B 173 of 255 = 68%

229
164
173

R + G + B ~ 74%. #E5A4AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 164 + 173 = 566 (100%)
R 229 of 566 ~ 40.46%
G 164 of 566 ~ 28.98%
B 173 of 566 ~ 30.57%

%40.46
%28.98
%30.57

CMYK color model

#E5A4AD color CMYK value is (0,28,24,10).

  • cyan value is 0.00%
  • magenta value is 28.38%
  • yellow value is 24.45%
  • key color value is 10.20%
CMYK:
(0,28,24,10)
C0M28Y24K10 
(0%,28%,24%,10%)
(0.00/0.28/0.24/0.10)	

CMYK percentages

%0
%28.38
%24.45
%10.2

Codes

Color #E5A4AD in popluar color models

E5A4AD
RGB229164173
HSL352°55.56%77.06%
HSB/HSV352°28.38%89.80%
CMYK0.00%28.38%24.45%
10.20%

Color #E5A4AD in popluar number systems.

HEXE5A4AD
Decimal229164173
Binary111001011010010010101101
Octal345244255

Shades and tints

Shades of #E5A4AD

#E5A4AD
(229,164,173)
#D1969E
(209,150,158)
#BD888F
(189,136,143)
#A97A80
(169,122,128)
#956C71
(149,108,113)
#815E62
(129,94,98)
#6D5053
(109,80,83)
#594244
(89,66,68)
#453435
(69,52,53)
#312626
(49,38,38)
#1D1817
(29,24,23)
#000000
(0,0,0)

Tints of #E5A4AD

#E5A4AD
(229,164,173)
#E7ACB4
(231,172,180)
#E9B4BB
(233,180,187)
#EBBCC2
(235,188,194)
#EDC4C9
(237,196,201)
#EFCCD0
(239,204,208)
#F1D4D7
(241,212,215)
#F3DCDE
(243,220,222)
#F5E4E5
(245,228,229)
#F7ECEC
(247,236,236)
#F9F4F3
(249,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5A4AD color. Also use rgb(229,164,173) instead hex code.

Text Font Color

.myTextColor { color: #E5A4AD; }

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

This text font color is #E5A4AD.


Background Color

.myBgColor { background-color: #E5A4AD; }

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

This div background color is #E5A4AD.


Border color

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

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

This div border color is #E5A4AD.


Opacity

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

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

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

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

This text has shadow with #E5A4AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5A4AD on black background.


Color preview on white background

This text has color #E5A4AD on white background.



Black color preview on #E5A4AD background

This text has black color on #E5A4AD background.


White color preview on #E5A4AD background

This text has white color on #E5A4AD background.