COLOR #AAB6BC

HEX: #AAB6BC RGB: (170,182,188)

Color info

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

RGB color model

#AAB6BC color RGB value is (170,182,188).

RGB: (170,182,188) (67%, 71%, 74%)

RGB channels and saturation

R 170 of 255 = 67%
G 182 of 255 = 71%
B 188 of 255 = 74%

170
182
188

R + G + B ~ 71%. #AAB6BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 182 + 188 = 540 (100%)
R 170 of 540 ~ 31.48%
G 182 of 540 ~ 33.7%
B 188 of 540 ~ 34.81'%

%31.48
%33.7
%34.81

CMYK color model

#AAB6BC color CMYK value is (10,3,0,26).

  • cyan value is 9.57%
  • magenta value is 3.19%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (10,3,0,26)
C10M3Y0K26 (10%, 3%, 0%, 26%)
(0.10 / 0.03 / 0.00 / 0.26)

CMYK percentages

%9.57
%3.19
%0
%26.27

Codes

Color #AAB6BC in popluar color models

AA B6 BC
RGB 170 182 188
HSL 200° 11.84% 70.20%
HSB/HSV 200° 9.57% 73.73%
CMYK 9.57% 3.19% 0.00%
26.27%

Color #AAB6BC in popluar number systems.

HEX AA B6 BC
Decimal 170 182 188
Binary 10101010 10110110 10111100
Octal 252 266 274

Shades and tints

Shades of #AAB6BC

#AAB6BC
(170,182,188)
#9BA6AB
(155,166,171)
#8C969A
(140,150,154)
#7D8689
(125,134,137)
#6E7678
(110,118,120)
#5F6667
(95,102,103)
#505656
(80,86,86)
#414645
(65,70,69)
#323634
(50,54,52)
#232623
(35,38,35)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #AAB6BC

#AAB6BC
(170,182,188)
#B1BCC2
(177,188,194)
#B8C2C8
(184,194,200)
#BFC8CE
(191,200,206)
#C6CED4
(198,206,212)
#CDD4DA
(205,212,218)
#D4DAE0
(212,218,224)
#DBE0E6
(219,224,230)
#E2E6EC
(226,230,236)
#E9ECF2
(233,236,242)
#F0F2F8
(240,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB6BC; }

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

This text font color is #AAB6BC.

Background Color

.myBgColor { background-color: #AAB6BC; }

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

This div background color is #AAB6BC.

Border color

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

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

This div border color is #AAB6BC.

Opacity

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

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

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

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

This text has shadow with #AAB6BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB6BC.

Preview

Color preview on black background

This text has color #AAB6BC on black background.


Color preview on white background

This text has color #AAB6BC on white background.


Black color preview on #AAB6BC background

This text has black color on #AAB6BC background.


White color preview on #AAB6BC background

This text has white color on #AAB6BC background.


Related colors

Complementary color

Complementary color for #hex is #554943.


I love getcolorcode.com

Triadic colors

1 #BCAAB6 and #B6BCAA with #AAB6BC are triadic colors.

2 #BCB6AA and #B6AABC with #AAB6BC are triadic colors.