COLOR #AAB9BA

HEX: #AAB9BA
RGB: (170,185,186)

Color info

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

RGB color model

#AAB9BA color RGB value is (170,185,186).

  • red value is 170;
  • green value is 185;
  • blue value is 186.
RGB:
(170,185,186)
(67%,73%,73%)

RGB channels and saturation

R 170 of 255 = 67%
G 185 of 255 = 73%
B 186 of 255 = 73%

170
185
186

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

Portions of RGB colors in percentages

R + G + B =
170 + 185 + 186 = 541 (100%)
R 170 of 541 ~ 31.42%
G 185 of 541 ~ 34.2%
B 186 of 541 ~ 34.38%

%31.42
%34.2
%34.38

CMYK color model

#AAB9BA color CMYK value is (9,1,0,27).

  • cyan value is 8.60%
  • magenta value is 0.54%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(9,1,0,27)
C9M1Y0K27 
(9%,1%,0%,27%)
(0.09/0.01/0.00/0.27)	

CMYK percentages

%8.6
%0.54
%0
%27.06

Codes

Color #AAB9BA in popluar color models

AAB9BA
RGB170185186
HSL184°10.39%69.80%
HSB/HSV184°8.60%72.94%
CMYK8.60%0.54%0.00%
27.06%

Color #AAB9BA in popluar number systems.

HEXAAB9BA
Decimal170185186
Binary101010101011100110111010
Octal252271272

Shades and tints

Shades of #AAB9BA

#AAB9BA
(170,185,186)
#9BA9AA
(155,169,170)
#8C999A
(140,153,154)
#7D898A
(125,137,138)
#6E797A
(110,121,122)
#5F696A
(95,105,106)
#50595A
(80,89,90)
#41494A
(65,73,74)
#32393A
(50,57,58)
#23292A
(35,41,42)
#14191A
(20,25,26)
#000000
(0,0,0)

Tints of #AAB9BA

#AAB9BA
(170,185,186)
#B1BFC0
(177,191,192)
#B8C5C6
(184,197,198)
#BFCBCC
(191,203,204)
#C6D1D2
(198,209,210)
#CDD7D8
(205,215,216)
#D4DDDE
(212,221,222)
#DBE3E4
(219,227,228)
#E2E9EA
(226,233,234)
#E9EFF0
(233,239,240)
#F0F5F6
(240,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB9BA; }

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

This text font color is #AAB9BA.


Background Color

.myBgColor { background-color: #AAB9BA; }

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

This div background color is #AAB9BA.


Border color

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

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

This div border color is #AAB9BA.


Opacity

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

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

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

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

This text has shadow with #AAB9BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB9BA on black background.


Color preview on white background

This text has color #AAB9BA on white background.



Black color preview on #AAB9BA background

This text has black color on #AAB9BA background.


White color preview on #AAB9BA background

This text has white color on #AAB9BA background.