COLOR #AE87A4

HEX: #AE87A4
RGB: (174,135,164)

Color info

#AE87A4 contains red, green and blue colors in about the same proportion. Web safe color of #AE87A4 is #999999 (or #999).

RGB color model

#AE87A4 color RGB value is (174,135,164).

  • red value is 174;
  • green value is 135;
  • blue value is 164.
RGB:
(174,135,164)
(68%,53%,64%)

RGB channels and saturation

R 174 of 255 = 68%
G 135 of 255 = 53%
B 164 of 255 = 64%

174
135
164

R + G + B ~ 62%. #AE87A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 135 + 164 = 473 (100%)
R 174 of 473 ~ 36.79%
G 135 of 473 ~ 28.54%
B 164 of 473 ~ 34.67%

%36.79
%28.54
%34.67

CMYK color model

#AE87A4 color CMYK value is (0,22,6,32).

  • cyan value is 0.00%
  • magenta value is 22.41%
  • yellow value is 5.75%
  • key color value is 31.76%
CMYK:
(0,22,6,32)
C0M22Y6K32 
(0%,22%,6%,32%)
(0.00/0.22/0.06/0.32)	

CMYK percentages

%0
%22.41
%5.75
%31.76

Codes

Color #AE87A4 in popluar color models

AE87A4
RGB174135164
HSL315°19.40%60.59%
HSB/HSV315°22.41%68.24%
CMYK0.00%22.41%5.75%
31.76%

Color #AE87A4 in popluar number systems.

HEXAE87A4
Decimal174135164
Binary101011101000011110100100
Octal256207244

Shades and tints

Shades of #AE87A4

#AE87A4
(174,135,164)
#9F7B96
(159,123,150)
#906F88
(144,111,136)
#81637A
(129,99,122)
#72576C
(114,87,108)
#634B5E
(99,75,94)
#543F50
(84,63,80)
#453342
(69,51,66)
#362734
(54,39,52)
#271B26
(39,27,38)
#180F18
(24,15,24)
#000000
(0,0,0)

Tints of #AE87A4

#AE87A4
(174,135,164)
#B591AC
(181,145,172)
#BC9BB4
(188,155,180)
#C3A5BC
(195,165,188)
#CAAFC4
(202,175,196)
#D1B9CC
(209,185,204)
#D8C3D4
(216,195,212)
#DFCDDC
(223,205,220)
#E6D7E4
(230,215,228)
#EDE1EC
(237,225,236)
#F4EBF4
(244,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE87A4 color. Also use rgb(174,135,164) instead hex code.

Text Font Color

.myTextColor { color: #AE87A4; }

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

This text font color is #AE87A4.


Background Color

.myBgColor { background-color: #AE87A4; }

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

This div background color is #AE87A4.


Border color

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

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

This div border color is #AE87A4.


Opacity

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

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

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

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

This text has shadow with #AE87A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE87A4 on black background.


Color preview on white background

This text has color #AE87A4 on white background.



Black color preview on #AE87A4 background

This text has black color on #AE87A4 background.


White color preview on #AE87A4 background

This text has white color on #AE87A4 background.