COLOR #AAB9BC

HEX: #AAB9BC RGB: (170,185,188)

Color info

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

RGB color model

#AAB9BC color RGB value is (170,185,188).

RGB: (170,185,188) (67%, 73%, 74%)

RGB channels and saturation

R 170 of 255 = 67%
G 185 of 255 = 73%
B 188 of 255 = 74%

170
185
188

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

Portions of RGB colors in percentages

R + G + B = 170 + 185 + 188 = 543 (100%)
R 170 of 543 ~ 31.31%
G 185 of 543 ~ 34.07%
B 188 of 543 ~ 34.62'%

%31.31
%34.07
%34.62

CMYK color model

#AAB9BC color CMYK value is (10,2,0,26).

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

CMYK: (10,2,0,26)
C10M2Y0K26 (10%, 2%, 0%, 26%)
(0.10 / 0.02 / 0.00 / 0.26)

CMYK percentages

%9.57
%1.6
%0
%26.27

Codes

Color #AAB9BC in popluar color models

AA B9 BC
RGB 170 185 188
HSL 190° 11.84% 70.20%
HSB/HSV 190° 9.57% 73.73%
CMYK 9.57% 1.60% 0.00%
26.27%

Color #AAB9BC in popluar number systems.

HEX AA B9 BC
Decimal 170 185 188
Binary 10101010 10111001 10111100
Octal 252 271 274

Shades and tints

Shades of #AAB9BC

#AAB9BC
(170,185,188)
#9BA9AB
(155,169,171)
#8C999A
(140,153,154)
#7D8989
(125,137,137)
#6E7978
(110,121,120)
#5F6967
(95,105,103)
#505956
(80,89,86)
#414945
(65,73,69)
#323934
(50,57,52)
#232923
(35,41,35)
#141912
(20,25,18)
#000000
(0,0,0)

Tints of #AAB9BC

#AAB9BC
(170,185,188)
#B1BFC2
(177,191,194)
#B8C5C8
(184,197,200)
#BFCBCE
(191,203,206)
#C6D1D4
(198,209,212)
#CDD7DA
(205,215,218)
#D4DDE0
(212,221,224)
#DBE3E6
(219,227,230)
#E2E9EC
(226,233,236)
#E9EFF2
(233,239,242)
#F0F5F8
(240,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB9BC; }

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

This text font color is #AAB9BC.

Background Color

.myBgColor { background-color: #AAB9BC; }

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

This div background color is #AAB9BC.

Border color

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

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

This div border color is #AAB9BC.

Opacity

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

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

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

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

This text has shadow with #AAB9BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB9BC.

Preview

Color preview on black background

This text has color #AAB9BC on black background.


Color preview on white background

This text has color #AAB9BC on white background.


Black color preview on #AAB9BC background

This text has black color on #AAB9BC background.


White color preview on #AAB9BC background

This text has white color on #AAB9BC background.


Related colors

Complementary color

Complementary color for #hex is #554643.


I love getcolorcode.com

Triadic colors

1 #BCAAB9 and #B9BCAA with #AAB9BC are triadic colors.

2 #BCB9AA and #B9AABC with #AAB9BC are triadic colors.