COLOR #AA7D8D

HEX: #AA7D8D
RGB: (170,125,141)

Color info

#AA7D8D contains red, green and blue colors in about the same proportion. Web safe color of #AA7D8D is #996699 (or #969).

RGB color model

#AA7D8D color RGB value is (170,125,141).

  • red value is 170;
  • green value is 125;
  • blue value is 141.
RGB:
(170,125,141)
(67%,49%,55%)

RGB channels and saturation

R 170 of 255 = 67%
G 125 of 255 = 49%
B 141 of 255 = 55%

170
125
141

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

Portions of RGB colors in percentages

R + G + B =
170 + 125 + 141 = 436 (100%)
R 170 of 436 ~ 38.99%
G 125 of 436 ~ 28.67%
B 141 of 436 ~ 32.34%

%38.99
%28.67
%32.34

CMYK color model

#AA7D8D color CMYK value is (0,26,17,33).

  • cyan value is 0.00%
  • magenta value is 26.47%
  • yellow value is 17.06%
  • key color value is 33.33%
CMYK:
(0,26,17,33)
C0M26Y17K33 
(0%,26%,17%,33%)
(0.00/0.26/0.17/0.33)	

CMYK percentages

%0
%26.47
%17.06
%33.33

Codes

Color #AA7D8D in popluar color models

AA7D8D
RGB170125141
HSL339°20.93%57.84%
HSB/HSV339°26.47%66.67%
CMYK0.00%26.47%17.06%
33.33%

Color #AA7D8D in popluar number systems.

HEXAA7D8D
Decimal170125141
Binary10101010111110110001101
Octal252175215

Shades and tints

Shades of #AA7D8D

#AA7D8D
(170,125,141)
#9B7281
(155,114,129)
#8C6775
(140,103,117)
#7D5C69
(125,92,105)
#6E515D
(110,81,93)
#5F4651
(95,70,81)
#503B45
(80,59,69)
#413039
(65,48,57)
#32252D
(50,37,45)
#231A21
(35,26,33)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #AA7D8D

#AA7D8D
(170,125,141)
#B18897
(177,136,151)
#B893A1
(184,147,161)
#BF9EAB
(191,158,171)
#C6A9B5
(198,169,181)
#CDB4BF
(205,180,191)
#D4BFC9
(212,191,201)
#DBCAD3
(219,202,211)
#E2D5DD
(226,213,221)
#E9E0E7
(233,224,231)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA7D8D color. Also use rgb(170,125,141) instead hex code.

Text Font Color

.myTextColor { color: #AA7D8D; }

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

This text font color is #AA7D8D.


Background Color

.myBgColor { background-color: #AA7D8D; }

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

This div background color is #AA7D8D.


Border color

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

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

This div border color is #AA7D8D.


Opacity

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

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

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

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

This text has shadow with #AA7D8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7D8D on black background.


Color preview on white background

This text has color #AA7D8D on white background.



Black color preview on #AA7D8D background

This text has black color on #AA7D8D background.


White color preview on #AA7D8D background

This text has white color on #AA7D8D background.