COLOR #AAA8BB

HEX: #AAA8BB
RGB: (170,168,187)

Color info

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

RGB color model

#AAA8BB color RGB value is (170,168,187).

  • red value is 170;
  • green value is 168;
  • blue value is 187.
RGB:
(170,168,187)
(67%,66%,73%)

RGB channels and saturation

R 170 of 255 = 67%
G 168 of 255 = 66%
B 187 of 255 = 73%

170
168
187

R + G + B ~ 69%. #AAA8BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 168 + 187 = 525 (100%)
R 170 of 525 ~ 32.38%
G 168 of 525 ~ 32%
B 187 of 525 ~ 35.62%

%32.38
%32
%35.62

CMYK color model

#AAA8BB color CMYK value is (9,10,0,27).

  • cyan value is 9.09%
  • magenta value is 10.16%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(9,10,0,27)
C9M10Y0K27 
(9%,10%,0%,27%)
(0.09/0.10/0.00/0.27)	

CMYK percentages

%9.09
%10.16
%0
%26.67

Codes

Color #AAA8BB in popluar color models

AAA8BB
RGB170168187
HSL246°12.26%69.61%
HSB/HSV246°10.16%73.33%
CMYK9.09%10.16%0.00%
26.67%

Color #AAA8BB in popluar number systems.

HEXAAA8BB
Decimal170168187
Binary101010101010100010111011
Octal252250273

Shades and tints

Shades of #AAA8BB

#AAA8BB
(170,168,187)
#9B99AA
(155,153,170)
#8C8A99
(140,138,153)
#7D7B88
(125,123,136)
#6E6C77
(110,108,119)
#5F5D66
(95,93,102)
#504E55
(80,78,85)
#413F44
(65,63,68)
#323033
(50,48,51)
#232122
(35,33,34)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #AAA8BB

#AAA8BB
(170,168,187)
#B1AFC1
(177,175,193)
#B8B6C7
(184,182,199)
#BFBDCD
(191,189,205)
#C6C4D3
(198,196,211)
#CDCBD9
(205,203,217)
#D4D2DF
(212,210,223)
#DBD9E5
(219,217,229)
#E2E0EB
(226,224,235)
#E9E7F1
(233,231,241)
#F0EEF7
(240,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA8BB; }

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

This text font color is #AAA8BB.


Background Color

.myBgColor { background-color: #AAA8BB; }

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

This div background color is #AAA8BB.


Border color

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

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

This div border color is #AAA8BB.


Opacity

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

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

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

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

This text has shadow with #AAA8BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA8BB on black background.


Color preview on white background

This text has color #AAA8BB on white background.



Black color preview on #AAA8BB background

This text has black color on #AAA8BB background.


White color preview on #AAA8BB background

This text has white color on #AAA8BB background.