COLOR #AA7DA0

HEX: #AA7DA0
RGB: (170,125,160)

Color info

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

RGB color model

#AA7DA0 color RGB value is (170,125,160).

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

RGB channels and saturation

R 170 of 255 = 67%
G 125 of 255 = 49%
B 160 of 255 = 63%

170
125
160

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

Portions of RGB colors in percentages

R + G + B =
170 + 125 + 160 = 455 (100%)
R 170 of 455 ~ 37.36%
G 125 of 455 ~ 27.47%
B 160 of 455 ~ 35.16%

%37.36
%27.47
%35.16

CMYK color model

#AA7DA0 color CMYK value is (0,26,6,33).

  • cyan value is 0.00%
  • magenta value is 26.47%
  • yellow value is 5.88%
  • key color value is 33.33%
CMYK:
(0,26,6,33)
C0M26Y6K33 
(0%,26%,6%,33%)
(0.00/0.26/0.06/0.33)	

CMYK percentages

%0
%26.47
%5.88
%33.33

Codes

Color #AA7DA0 in popluar color models

AA7DA0
RGB170125160
HSL313°20.93%57.84%
HSB/HSV313°26.47%66.67%
CMYK0.00%26.47%5.88%
33.33%

Color #AA7DA0 in popluar number systems.

HEXAA7DA0
Decimal170125160
Binary10101010111110110100000
Octal252175240

Shades and tints

Shades of #AA7DA0

#AA7DA0
(170,125,160)
#9B7292
(155,114,146)
#8C6784
(140,103,132)
#7D5C76
(125,92,118)
#6E5168
(110,81,104)
#5F465A
(95,70,90)
#503B4C
(80,59,76)
#41303E
(65,48,62)
#322530
(50,37,48)
#231A22
(35,26,34)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #AA7DA0

#AA7DA0
(170,125,160)
#B188A8
(177,136,168)
#B893B0
(184,147,176)
#BF9EB8
(191,158,184)
#C6A9C0
(198,169,192)
#CDB4C8
(205,180,200)
#D4BFD0
(212,191,208)
#DBCAD8
(219,202,216)
#E2D5E0
(226,213,224)
#E9E0E8
(233,224,232)
#F0EBF0
(240,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AA7DA0; }

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

This text font color is #AA7DA0.


Background Color

.myBgColor { background-color: #AA7DA0; }

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

This div background color is #AA7DA0.


Border color

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

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

This div border color is #AA7DA0.


Opacity

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

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

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

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

This text has shadow with #AA7DA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA7DA0 on black background.


Color preview on white background

This text has color #AA7DA0 on white background.



Black color preview on #AA7DA0 background

This text has black color on #AA7DA0 background.


White color preview on #AA7DA0 background

This text has white color on #AA7DA0 background.