COLOR #AAB7BD

HEX: #AAB7BD RGB: (170,183,189)

Color info

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

RGB color model

#AAB7BD color RGB value is (170,183,189).

RGB: (170,183,189) (67%, 72%, 74%)

RGB channels and saturation

R 170 of 255 = 67%
G 183 of 255 = 72%
B 189 of 255 = 74%

170
183
189

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

Portions of RGB colors in percentages

R + G + B = 170 + 183 + 189 = 542 (100%)
R 170 of 542 ~ 31.37%
G 183 of 542 ~ 33.76%
B 189 of 542 ~ 34.87'%

%31.37
%33.76
%34.87

CMYK color model

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

  • cyan value is 10.05%
  • magenta value is 3.17%
  • yellow value is 0.00%
  • key color value is 25.88%

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

CMYK percentages

%10.05
%3.17
%0
%25.88

Codes

Color #AAB7BD in popluar color models

AA B7 BD
RGB 170 183 189
HSL 199° 12.58% 70.39%
HSB/HSV 199° 10.05% 74.12%
CMYK 10.05% 3.17% 0.00%
25.88%

Color #AAB7BD in popluar number systems.

HEX AA B7 BD
Decimal 170 183 189
Binary 10101010 10110111 10111101
Octal 252 267 275

Shades and tints

Shades of #AAB7BD

#AAB7BD
(170,183,189)
#9BA7AC
(155,167,172)
#8C979B
(140,151,155)
#7D878A
(125,135,138)
#6E7779
(110,119,121)
#5F6768
(95,103,104)
#505757
(80,87,87)
#414746
(65,71,70)
#323735
(50,55,53)
#232724
(35,39,36)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #AAB7BD

#AAB7BD
(170,183,189)
#B1BDC3
(177,189,195)
#B8C3C9
(184,195,201)
#BFC9CF
(191,201,207)
#C6CFD5
(198,207,213)
#CDD5DB
(205,213,219)
#D4DBE1
(212,219,225)
#DBE1E7
(219,225,231)
#E2E7ED
(226,231,237)
#E9EDF3
(233,237,243)
#F0F3F9
(240,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB7BD color. Also use rgb(170,183,189) instead hex code.

Text Font Color

.myTextColor { color: #AAB7BD; }

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

This text font color is #AAB7BD.

Background Color

.myBgColor { background-color: #AAB7BD; }

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

This div background color is #AAB7BD.

Border color

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

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

This div border color is #AAB7BD.

Opacity

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

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

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

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

This text has shadow with #AAB7BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB7BD.

Preview

Color preview on black background

This text has color #AAB7BD on black background.


Color preview on white background

This text has color #AAB7BD on white background.


Black color preview on #AAB7BD background

This text has black color on #AAB7BD background.


White color preview on #AAB7BD background

This text has white color on #AAB7BD background.


Related colors

Complementary color

Complementary color for #hex is #554842.


I love getcolorcode.com

Triadic colors

1 #BDAAB7 and #B7BDAA with #AAB7BD are triadic colors.

2 #BDB7AA and #B7AABD with #AAB7BD are triadic colors.