COLOR #AAB0B8

HEX: #AAB0B8 RGB: (170,176,184)

Color info

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

RGB color model

#AAB0B8 color RGB value is (170,176,184).

RGB: (170,176,184) (67%, 69%, 72%)

RGB channels and saturation

R 170 of 255 = 67%
G 176 of 255 = 69%
B 184 of 255 = 72%

170
176
184

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

Portions of RGB colors in percentages

R + G + B = 170 + 176 + 184 = 530 (100%)
R 170 of 530 ~ 32.08%
G 176 of 530 ~ 33.21%
B 184 of 530 ~ 34.72'%

%32.08
%33.21
%34.72

CMYK color model

#AAB0B8 color CMYK value is (8,4,0,28).

  • cyan value is 7.61%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (8,4,0,28)
C8M4Y0K28 (8%, 4%, 0%, 28%)
(0.08 / 0.04 / 0.00 / 0.28)

CMYK percentages

%7.61
%4.35
%0
%27.84

Codes

Color #AAB0B8 in popluar color models

AA B0 B8
RGB 170 176 184
HSL 214° 8.97% 69.41%
HSB/HSV 214° 7.61% 72.16%
CMYK 7.61% 4.35% 0.00%
27.84%

Color #AAB0B8 in popluar number systems.

HEX AA B0 B8
Decimal 170 176 184
Binary 10101010 10110000 10111000
Octal 252 260 270

Shades and tints

Shades of #AAB0B8

#AAB0B8
(170,176,184)
#9BA0A8
(155,160,168)
#8C9098
(140,144,152)
#7D8088
(125,128,136)
#6E7078
(110,112,120)
#5F6068
(95,96,104)
#505058
(80,80,88)
#414048
(65,64,72)
#323038
(50,48,56)
#232028
(35,32,40)
#141018
(20,16,24)
#000000
(0,0,0)

Tints of #AAB0B8

#AAB0B8
(170,176,184)
#B1B7BE
(177,183,190)
#B8BEC4
(184,190,196)
#BFC5CA
(191,197,202)
#C6CCD0
(198,204,208)
#CDD3D6
(205,211,214)
#D4DADC
(212,218,220)
#DBE1E2
(219,225,226)
#E2E8E8
(226,232,232)
#E9EFEE
(233,239,238)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB0B8 color. Also use rgb(170,176,184) instead hex code.

Text Font Color

.myTextColor { color: #AAB0B8; }

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

This text font color is #AAB0B8.

Background Color

.myBgColor { background-color: #AAB0B8; }

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

This div background color is #AAB0B8.

Border color

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

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

This div border color is #AAB0B8.

Opacity

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

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

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

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

This text has shadow with #AAB0B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB0B8.

Preview

Color preview on black background

This text has color #AAB0B8 on black background.


Color preview on white background

This text has color #AAB0B8 on white background.


Black color preview on #AAB0B8 background

This text has black color on #AAB0B8 background.


White color preview on #AAB0B8 background

This text has white color on #AAB0B8 background.


Related colors

Complementary color

Complementary color for #hex is #554F47.


I love getcolorcode.com

Triadic colors

1 #B8AAB0 and #B0B8AA with #AAB0B8 are triadic colors.

2 #B8B0AA and #B0AAB8 with #AAB0B8 are triadic colors.