COLOR #AE87AF

HEX: #AE87AF
RGB: (174,135,175)

Color info

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

RGB color model

#AE87AF color RGB value is (174,135,175).

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

RGB channels and saturation

R 174 of 255 = 68%
G 135 of 255 = 53%
B 175 of 255 = 69%

174
135
175

R + G + B ~ 63%. #AE87AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 135 + 175 = 484 (100%)
R 174 of 484 ~ 35.95%
G 135 of 484 ~ 27.89%
B 175 of 484 ~ 36.16%

%35.95
%27.89
%36.16

CMYK color model

#AE87AF color CMYK value is (1,23,0,31).

  • cyan value is 0.57%
  • magenta value is 22.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(1,23,0,31)
C1M23Y0K31 
(1%,23%,0%,31%)
(0.01/0.23/0.00/0.31)	

CMYK percentages

%0.57
%22.86
%0
%31.37

Codes

Color #AE87AF in popluar color models

AE87AF
RGB174135175
HSL299°20.00%60.78%
HSB/HSV299°22.86%68.63%
CMYK0.57%22.86%0.00%
31.37%

Color #AE87AF in popluar number systems.

HEXAE87AF
Decimal174135175
Binary101011101000011110101111
Octal256207257

Shades and tints

Shades of #AE87AF

#AE87AF
(174,135,175)
#9F7BA0
(159,123,160)
#906F91
(144,111,145)
#816382
(129,99,130)
#725773
(114,87,115)
#634B64
(99,75,100)
#543F55
(84,63,85)
#453346
(69,51,70)
#362737
(54,39,55)
#271B28
(39,27,40)
#180F19
(24,15,25)
#000000
(0,0,0)

Tints of #AE87AF

#AE87AF
(174,135,175)
#B591B6
(181,145,182)
#BC9BBD
(188,155,189)
#C3A5C4
(195,165,196)
#CAAFCB
(202,175,203)
#D1B9D2
(209,185,210)
#D8C3D9
(216,195,217)
#DFCDE0
(223,205,224)
#E6D7E7
(230,215,231)
#EDE1EE
(237,225,238)
#F4EBF5
(244,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE87AF; }

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

This text font color is #AE87AF.


Background Color

.myBgColor { background-color: #AE87AF; }

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

This div background color is #AE87AF.


Border color

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

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

This div border color is #AE87AF.


Opacity

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

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

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

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

This text has shadow with #AE87AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE87AF on black background.


Color preview on white background

This text has color #AE87AF on white background.



Black color preview on #AE87AF background

This text has black color on #AE87AF background.


White color preview on #AE87AF background

This text has white color on #AE87AF background.