COLOR #AAA5BB

HEX: #AAA5BB
RGB: (170,165,187)

Color info

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

RGB color model

#AAA5BB color RGB value is (170,165,187).

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

RGB channels and saturation

R 170 of 255 = 67%
G 165 of 255 = 65%
B 187 of 255 = 73%

170
165
187

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

Portions of RGB colors in percentages

R + G + B =
170 + 165 + 187 = 522 (100%)
R 170 of 522 ~ 32.57%
G 165 of 522 ~ 31.61%
B 187 of 522 ~ 35.82%

%32.57
%31.61
%35.82

CMYK color model

#AAA5BB color CMYK value is (9,12,0,27).

  • cyan value is 9.09%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(9,12,0,27)
C9M12Y0K27 
(9%,12%,0%,27%)
(0.09/0.12/0.00/0.27)	

CMYK percentages

%9.09
%11.76
%0
%26.67

Codes

Color #AAA5BB in popluar color models

AAA5BB
RGB170165187
HSL254°13.92%69.02%
HSB/HSV254°11.76%73.33%
CMYK9.09%11.76%0.00%
26.67%

Color #AAA5BB in popluar number systems.

HEXAAA5BB
Decimal170165187
Binary101010101010010110111011
Octal252245273

Shades and tints

Shades of #AAA5BB

#AAA5BB
(170,165,187)
#9B96AA
(155,150,170)
#8C8799
(140,135,153)
#7D7888
(125,120,136)
#6E6977
(110,105,119)
#5F5A66
(95,90,102)
#504B55
(80,75,85)
#413C44
(65,60,68)
#322D33
(50,45,51)
#231E22
(35,30,34)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #AAA5BB

#AAA5BB
(170,165,187)
#B1ADC1
(177,173,193)
#B8B5C7
(184,181,199)
#BFBDCD
(191,189,205)
#C6C5D3
(198,197,211)
#CDCDD9
(205,205,217)
#D4D5DF
(212,213,223)
#DBDDE5
(219,221,229)
#E2E5EB
(226,229,235)
#E9EDF1
(233,237,241)
#F0F5F7
(240,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA5BB; }

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

This text font color is #AAA5BB.


Background Color

.myBgColor { background-color: #AAA5BB; }

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

This div background color is #AAA5BB.


Border color

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

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

This div border color is #AAA5BB.


Opacity

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

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

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

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

This text has shadow with #AAA5BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA5BB on black background.


Color preview on white background

This text has color #AAA5BB on white background.



Black color preview on #AAA5BB background

This text has black color on #AAA5BB background.


White color preview on #AAA5BB background

This text has white color on #AAA5BB background.