COLOR #AAA6BC

HEX: #AAA6BC
RGB: (170,166,188)

Color info

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

RGB color model

#AAA6BC color RGB value is (170,166,188).

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

RGB channels and saturation

R 170 of 255 = 67%
G 166 of 255 = 65%
B 188 of 255 = 74%

170
166
188

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

Portions of RGB colors in percentages

R + G + B =
170 + 166 + 188 = 524 (100%)
R 170 of 524 ~ 32.44%
G 166 of 524 ~ 31.68%
B 188 of 524 ~ 35.88%

%32.44
%31.68
%35.88

CMYK color model

#AAA6BC color CMYK value is (10,12,0,26).

  • cyan value is 9.57%
  • magenta value is 11.70%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(10,12,0,26)
C10M12Y0K26 
(10%,12%,0%,26%)
(0.10/0.12/0.00/0.26)	

CMYK percentages

%9.57
%11.7
%0
%26.27

Codes

Color #AAA6BC in popluar color models

AAA6BC
RGB170166188
HSL251°14.10%69.41%
HSB/HSV251°11.70%73.73%
CMYK9.57%11.70%0.00%
26.27%

Color #AAA6BC in popluar number systems.

HEXAAA6BC
Decimal170166188
Binary101010101010011010111100
Octal252246274

Shades and tints

Shades of #AAA6BC

#AAA6BC
(170,166,188)
#9B97AB
(155,151,171)
#8C889A
(140,136,154)
#7D7989
(125,121,137)
#6E6A78
(110,106,120)
#5F5B67
(95,91,103)
#504C56
(80,76,86)
#413D45
(65,61,69)
#322E34
(50,46,52)
#231F23
(35,31,35)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #AAA6BC

#AAA6BC
(170,166,188)
#B1AEC2
(177,174,194)
#B8B6C8
(184,182,200)
#BFBECE
(191,190,206)
#C6C6D4
(198,198,212)
#CDCEDA
(205,206,218)
#D4D6E0
(212,214,224)
#DBDEE6
(219,222,230)
#E2E6EC
(226,230,236)
#E9EEF2
(233,238,242)
#F0F6F8
(240,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA6BC; }

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

This text font color is #AAA6BC.


Background Color

.myBgColor { background-color: #AAA6BC; }

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

This div background color is #AAA6BC.


Border color

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

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

This div border color is #AAA6BC.


Opacity

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

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

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

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

This text has shadow with #AAA6BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAA6BC on black background.


Color preview on white background

This text has color #AAA6BC on white background.



Black color preview on #AAA6BC background

This text has black color on #AAA6BC background.


White color preview on #AAA6BC background

This text has white color on #AAA6BC background.