COLOR #AAA0BB

HEX: #AAA0BB RGB: (170,160,187)

Color info

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

RGB color model

#AAA0BB color RGB value is (170,160,187).

RGB: (170,160,187) (67%, 63%, 73%)

RGB channels and saturation

R 170 of 255 = 67%
G 160 of 255 = 63%
B 187 of 255 = 73%

170
160
187

R + G + B ~ 68%. #AAA0BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 160 + 187 = 517 (100%)
R 170 of 517 ~ 32.88%
G 160 of 517 ~ 30.95%
B 187 of 517 ~ 36.17'%

%32.88
%30.95
%36.17

CMYK color model

#AAA0BB color CMYK value is (9,14,0,27).

  • cyan value is 9.09%
  • magenta value is 14.44%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK: (9,14,0,27) C9M14Y0K27 (9%,14%,0%,27%) (0.09/0.14/0.00/0.27) 

CMYK percentages

%9.09
%14.44
%0
%26.67

Codes

Color #AAA0BB in popluar color models

AA A0 BB
RGB 170 160 187
HSL 262° 16.56% 68.04%
HSB/HSV 262° 14.44% 73.33%
CMYK 9.09% 14.44% 0.00%
26.67%

Color #AAA0BB in popluar number systems.

HEX AA A0 BB
Decimal 170 160 187
Binary 10101010 10100000 10111011
Octal 252 240 273

Shades and tints

Shades of #AAA0BB

#AAA0BB
(170,160,187)
#9B92AA
(155,146,170)
#8C8499
(140,132,153)
#7D7688
(125,118,136)
#6E6877
(110,104,119)
#5F5A66
(95,90,102)
#504C55
(80,76,85)
#413E44
(65,62,68)
#323033
(50,48,51)
#232222
(35,34,34)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #AAA0BB

#AAA0BB
(170,160,187)
#B1A8C1
(177,168,193)
#B8B0C7
(184,176,199)
#BFB8CD
(191,184,205)
#C6C0D3
(198,192,211)
#CDC8D9
(205,200,217)
#D4D0DF
(212,208,223)
#DBD8E5
(219,216,229)
#E2E0EB
(226,224,235)
#E9E8F1
(233,232,241)
#F0F0F7
(240,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA0BB; }

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

This text font color is #AAA0BB.

Background Color

.myBgColor { background-color: #AAA0BB; }

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

This div background color is #AAA0BB.

Border color

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

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

This div border color is #AAA0BB.

Opacity

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

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

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

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

This text has shadow with #AAA0BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA0BB.

Preview

Color preview on black background

This text has color #AAA0BB on black background.


Color preview on white background

This text has color #AAA0BB on white background.


Black color preview on #AAA0BB background

This text has black color on #AAA0BB background.


White color preview on #AAA0BB background

This text has white color on #AAA0BB background.


Related colors

Complementary color

Complementary color for #hex is #555F44.


I love getcolorcode.com

Triadic colors

1 #BBAAA0 and #A0BBAA with #AAA0BB are triadic colors.

2 #BBA0AA and #A0AABB with #AAA0BB are triadic colors.