COLOR #AE87BB

HEX: #AE87BB RGB: (174,135,187)

Color info

#AE87BB contains red, green and blue colors in about the same proportion. Web safe color of #AE87BB is #9999CC (or #99C).

RGB color model

#AE87BB color RGB value is (174,135,187).

RGB: (174,135,187) (68%, 53%, 73%)

RGB channels and saturation

R 174 of 255 = 68%
G 135 of 255 = 53%
B 187 of 255 = 73%

174
135
187

R + G + B ~ 65%. #AE87BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 135 + 187 = 496 (100%)
R 174 of 496 ~ 35.08%
G 135 of 496 ~ 27.22%
B 187 of 496 ~ 37.7'%

%35.08
%27.22
%37.7

CMYK color model

#AE87BB color CMYK value is (7,28,0,27).

  • cyan value is 6.95%
  • magenta value is 27.81%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (7,28,0,27)
C7M28Y0K27 (7%, 28%, 0%, 27%)
(0.07 / 0.28 / 0.00 / 0.27)

CMYK percentages

%6.95
%27.81
%0
%26.67

Codes

Color #AE87BB in popluar color models

AE 87 BB
RGB 174 135 187
HSL 285° 27.66% 63.14%
HSB/HSV 285° 27.81% 73.33%
CMYK 6.95% 27.81% 0.00%
26.67%

Color #AE87BB in popluar number systems.

HEX AE 87 BB
Decimal 174 135 187
Binary 10101110 10000111 10111011
Octal 256 207 273

Shades and tints

Shades of #AE87BB

#AE87BB
(174,135,187)
#9F7BAA
(159,123,170)
#906F99
(144,111,153)
#816388
(129,99,136)
#725777
(114,87,119)
#634B66
(99,75,102)
#543F55
(84,63,85)
#453344
(69,51,68)
#362733
(54,39,51)
#271B22
(39,27,34)
#180F11
(24,15,17)
#000000
(0,0,0)

Tints of #AE87BB

#AE87BB
(174,135,187)
#B591C1
(181,145,193)
#BC9BC7
(188,155,199)
#C3A5CD
(195,165,205)
#CAAFD3
(202,175,211)
#D1B9D9
(209,185,217)
#D8C3DF
(216,195,223)
#DFCDE5
(223,205,229)
#E6D7EB
(230,215,235)
#EDE1F1
(237,225,241)
#F4EBF7
(244,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE87BB; }

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

This text font color is #AE87BB.

Background Color

.myBgColor { background-color: #AE87BB; }

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

This div background color is #AE87BB.

Border color

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

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

This div border color is #AE87BB.

Opacity

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

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

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

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

This text has shadow with #AE87BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE87BB.

Preview

Color preview on black background

This text has color #AE87BB on black background.


Color preview on white background

This text has color #AE87BB on white background.


Black color preview on #AE87BB background

This text has black color on #AE87BB background.


White color preview on #AE87BB background

This text has white color on #AE87BB background.


Related colors

Complementary color

Complementary color for #hex is #517844.


I love getcolorcode.com

Triadic colors

1 #BBAE87 and #87BBAE with #AE87BB are triadic colors.

2 #BB87AE and #87AEBB with #AE87BB are triadic colors.