COLOR #AA6987

HEX: #AA6987
RGB: (170,105,135)

Color info

#AA6987 contains mainly red and blue colors. Web safe color of #AA6987 is #996699 (or #969).

RGB color model

#AA6987 color RGB value is (170,105,135).

  • red value is 170;
  • green value is 105;
  • blue value is 135.
RGB:
(170,105,135)
(67%,41%,53%)

RGB channels and saturation

R 170 of 255 = 67%
G 105 of 255 = 41%
B 135 of 255 = 53%

170
105
135

R + G + B ~ 54%. #AA6987 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
170 + 105 + 135 = 410 (100%)
R 170 of 410 ~ 41.46%
G 105 of 410 ~ 25.61%
B 135 of 410 ~ 32.93%

%41.46
%25.61
%32.93

CMYK color model

#AA6987 color CMYK value is (0,38,21,33).

  • cyan value is 0.00%
  • magenta value is 38.24%
  • yellow value is 20.59%
  • key color value is 33.33%
CMYK:
(0,38,21,33)
C0M38Y21K33 
(0%,38%,21%,33%)
(0.00/0.38/0.21/0.33)	

CMYK percentages

%0
%38.24
%20.59
%33.33

Codes

Color #AA6987 in popluar color models

AA6987
RGB170105135
HSL332°27.66%53.92%
HSB/HSV332°38.24%66.67%
CMYK0.00%38.24%20.59%
33.33%

Color #AA6987 in popluar number systems.

HEXAA6987
Decimal170105135
Binary10101010110100110000111
Octal252151207

Shades and tints

Shades of #AA6987

#AA6987
(170,105,135)
#9B607B
(155,96,123)
#8C576F
(140,87,111)
#7D4E63
(125,78,99)
#6E4557
(110,69,87)
#5F3C4B
(95,60,75)
#50333F
(80,51,63)
#412A33
(65,42,51)
#322127
(50,33,39)
#23181B
(35,24,27)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #AA6987

#AA6987
(170,105,135)
#B17691
(177,118,145)
#B8839B
(184,131,155)
#BF90A5
(191,144,165)
#C69DAF
(198,157,175)
#CDAAB9
(205,170,185)
#D4B7C3
(212,183,195)
#DBC4CD
(219,196,205)
#E2D1D7
(226,209,215)
#E9DEE1
(233,222,225)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA6987 color. Also use rgb(170,105,135) instead hex code.

Text Font Color

.myTextColor { color: #AA6987; }

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

This text font color is #AA6987.


Background Color

.myBgColor { background-color: #AA6987; }

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

This div background color is #AA6987.


Border color

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

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

This div border color is #AA6987.


Opacity

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

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

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

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

This text has shadow with #AA6987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA6987 on black background.


Color preview on white background

This text has color #AA6987 on white background.



Black color preview on #AA6987 background

This text has black color on #AA6987 background.


White color preview on #AA6987 background

This text has white color on #AA6987 background.