COLOR #AA9DB2

HEX: #AA9DB2
RGB: (170,157,178)

Color info

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

RGB color model

#AA9DB2 color RGB value is (170,157,178).

  • red value is 170;
  • green value is 157;
  • blue value is 178.
RGB:
(170,157,178)
(67%,62%,70%)

RGB channels and saturation

R 170 of 255 = 67%
G 157 of 255 = 62%
B 178 of 255 = 70%

170
157
178

R + G + B ~ 66%. #AA9DB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 157 + 178 = 505 (100%)
R 170 of 505 ~ 33.66%
G 157 of 505 ~ 31.09%
B 178 of 505 ~ 35.25%

%33.66
%31.09
%35.25

CMYK color model

#AA9DB2 color CMYK value is (4,12,0,30).

  • cyan value is 4.49%
  • magenta value is 11.80%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(4,12,0,30)
C4M12Y0K30 
(4%,12%,0%,30%)
(0.04/0.12/0.00/0.30)	

CMYK percentages

%4.49
%11.8
%0
%30.2

Codes

Color #AA9DB2 in popluar color models

AA9DB2
RGB170157178
HSL277°12.00%65.69%
HSB/HSV277°11.80%69.80%
CMYK4.49%11.80%0.00%
30.20%

Color #AA9DB2 in popluar number systems.

HEXAA9DB2
Decimal170157178
Binary101010101001110110110010
Octal252235262

Shades and tints

Shades of #AA9DB2

#AA9DB2
(170,157,178)
#9B8FA2
(155,143,162)
#8C8192
(140,129,146)
#7D7382
(125,115,130)
#6E6572
(110,101,114)
#5F5762
(95,87,98)
#504952
(80,73,82)
#413B42
(65,59,66)
#322D32
(50,45,50)
#231F22
(35,31,34)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #AA9DB2

#AA9DB2
(170,157,178)
#B1A5B9
(177,165,185)
#B8ADC0
(184,173,192)
#BFB5C7
(191,181,199)
#C6BDCE
(198,189,206)
#CDC5D5
(205,197,213)
#D4CDDC
(212,205,220)
#DBD5E3
(219,213,227)
#E2DDEA
(226,221,234)
#E9E5F1
(233,229,241)
#F0EDF8
(240,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AA9DB2 color. Also use rgb(170,157,178) instead hex code.

Text Font Color

.myTextColor { color: #AA9DB2; }

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

This text font color is #AA9DB2.


Background Color

.myBgColor { background-color: #AA9DB2; }

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

This div background color is #AA9DB2.


Border color

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

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

This div border color is #AA9DB2.


Opacity

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

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

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

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

This text has shadow with #AA9DB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AA9DB2 on black background.


Color preview on white background

This text has color #AA9DB2 on white background.



Black color preview on #AA9DB2 background

This text has black color on #AA9DB2 background.


White color preview on #AA9DB2 background

This text has white color on #AA9DB2 background.