COLOR #AAA6B8

HEX: #AAA6B8
RGB: (170,166,184)

Color info

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

RGB color model

#AAA6B8 color RGB value is (170,166,184).

  • red value is 170;
  • green value is 166;
  • blue value is 184.
RGB:
(170,166,184)
(67%,65%,72%)

RGB channels and saturation

R 170 of 255 = 67%
G 166 of 255 = 65%
B 184 of 255 = 72%

170
166
184

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

Portions of RGB colors in percentages

R + G + B =
170 + 166 + 184 = 520 (100%)
R 170 of 520 ~ 32.69%
G 166 of 520 ~ 31.92%
B 184 of 520 ~ 35.38%

%32.69
%31.92
%35.38

CMYK color model

#AAA6B8 color CMYK value is (8,10,0,28).

  • cyan value is 7.61%
  • magenta value is 9.78%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(8,10,0,28)
C8M10Y0K28 
(8%,10%,0%,28%)
(0.08/0.10/0.00/0.28)	

CMYK percentages

%7.61
%9.78
%0
%27.84

Codes

Color #AAA6B8 in popluar color models

AAA6B8
RGB170166184
HSL253°11.25%68.63%
HSB/HSV253°9.78%72.16%
CMYK7.61%9.78%0.00%
27.84%

Color #AAA6B8 in popluar number systems.

HEXAAA6B8
Decimal170166184
Binary101010101010011010111000
Octal252246270

Shades and tints

Shades of #AAA6B8

#AAA6B8
(170,166,184)
#9B97A8
(155,151,168)
#8C8898
(140,136,152)
#7D7988
(125,121,136)
#6E6A78
(110,106,120)
#5F5B68
(95,91,104)
#504C58
(80,76,88)
#413D48
(65,61,72)
#322E38
(50,46,56)
#231F28
(35,31,40)
#141018
(20,16,24)
#000000
(0,0,0)

Tints of #AAA6B8

#AAA6B8
(170,166,184)
#B1AEBE
(177,174,190)
#B8B6C4
(184,182,196)
#BFBECA
(191,190,202)
#C6C6D0
(198,198,208)
#CDCED6
(205,206,214)
#D4D6DC
(212,214,220)
#DBDEE2
(219,222,226)
#E2E6E8
(226,230,232)
#E9EEEE
(233,238,238)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAA6B8 color. Also use rgb(170,166,184) instead hex code.

Text Font Color

.myTextColor { color: #AAA6B8; }

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

This text font color is #AAA6B8.


Background Color

.myBgColor { background-color: #AAA6B8; }

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

This div background color is #AAA6B8.


Border color

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

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

This div border color is #AAA6B8.


Opacity

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

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

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

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

This text has shadow with #AAA6B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA6B8 on black background.


Color preview on white background

This text has color #AAA6B8 on white background.



Black color preview on #AAA6B8 background

This text has black color on #AAA6B8 background.


White color preview on #AAA6B8 background

This text has white color on #AAA6B8 background.