COLOR #AAA0B7

HEX: #AAA0B7
RGB: (170,160,183)

Color info

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

RGB color model

#AAA0B7 color RGB value is (170,160,183).

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

RGB channels and saturation

R 170 of 255 = 67%
G 160 of 255 = 63%
B 183 of 255 = 72%

170
160
183

R + G + B ~ 67%. #AAA0B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 160 + 183 = 513 (100%)
R 170 of 513 ~ 33.14%
G 160 of 513 ~ 31.19%
B 183 of 513 ~ 35.67%

%33.14
%31.19
%35.67

CMYK color model

#AAA0B7 color CMYK value is (7,13,0,28).

  • cyan value is 7.10%
  • magenta value is 12.57%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(7,13,0,28)
C7M13Y0K28 
(7%,13%,0%,28%)
(0.07/0.13/0.00/0.28)	

CMYK percentages

%7.1
%12.57
%0
%28.24

Codes

Color #AAA0B7 in popluar color models

AAA0B7
RGB170160183
HSL266°13.77%67.25%
HSB/HSV266°12.57%71.76%
CMYK7.10%12.57%0.00%
28.24%

Color #AAA0B7 in popluar number systems.

HEXAAA0B7
Decimal170160183
Binary101010101010000010110111
Octal252240267

Shades and tints

Shades of #AAA0B7

#AAA0B7
(170,160,183)
#9B92A7
(155,146,167)
#8C8497
(140,132,151)
#7D7687
(125,118,135)
#6E6877
(110,104,119)
#5F5A67
(95,90,103)
#504C57
(80,76,87)
#413E47
(65,62,71)
#323037
(50,48,55)
#232227
(35,34,39)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #AAA0B7

#AAA0B7
(170,160,183)
#B1A8BD
(177,168,189)
#B8B0C3
(184,176,195)
#BFB8C9
(191,184,201)
#C6C0CF
(198,192,207)
#CDC8D5
(205,200,213)
#D4D0DB
(212,208,219)
#DBD8E1
(219,216,225)
#E2E0E7
(226,224,231)
#E9E8ED
(233,232,237)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA0B7; }

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

This text font color is #AAA0B7.


Background Color

.myBgColor { background-color: #AAA0B7; }

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

This div background color is #AAA0B7.


Border color

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

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

This div border color is #AAA0B7.


Opacity

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

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

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

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

This text has shadow with #AAA0B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA0B7 on black background.


Color preview on white background

This text has color #AAA0B7 on white background.



Black color preview on #AAA0B7 background

This text has black color on #AAA0B7 background.


White color preview on #AAA0B7 background

This text has white color on #AAA0B7 background.