COLOR #AAB7BF

HEX: #AAB7BF RGB: (170,183,191)

Color info

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

RGB color model

#AAB7BF color RGB value is (170,183,191).

RGB: (170,183,191) (67%, 72%, 75%)

RGB channels and saturation

R 170 of 255 = 67%
G 183 of 255 = 72%
B 191 of 255 = 75%

170
183
191

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

Portions of RGB colors in percentages

R + G + B = 170 + 183 + 191 = 544 (100%)
R 170 of 544 ~ 31.25%
G 183 of 544 ~ 33.64%
B 191 of 544 ~ 35.11'%

%31.25
%33.64
%35.11

CMYK color model

#AAB7BF color CMYK value is (11,4,0,25).

  • cyan value is 10.99%
  • magenta value is 4.19%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK: (11,4,0,25) C11M4Y0K25 (11%,4%,0%,25%) (0.11/0.04/0.00/0.25) 

CMYK percentages

%10.99
%4.19
%0
%25.1

Codes

Color #AAB7BF in popluar color models

AA B7 BF
RGB 170 183 191
HSL 203° 14.09% 70.78%
HSB/HSV 203° 10.99% 74.90%
CMYK 10.99% 4.19% 0.00%
25.10%

Color #AAB7BF in popluar number systems.

HEX AA B7 BF
Decimal 170 183 191
Binary 10101010 10110111 10111111
Octal 252 267 277

Shades and tints

Shades of #AAB7BF

#AAB7BF
(170,183,191)
#9BA7AE
(155,167,174)
#8C979D
(140,151,157)
#7D878C
(125,135,140)
#6E777B
(110,119,123)
#5F676A
(95,103,106)
#505759
(80,87,89)
#414748
(65,71,72)
#323737
(50,55,55)
#232726
(35,39,38)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #AAB7BF

#AAB7BF
(170,183,191)
#B1BDC4
(177,189,196)
#B8C3C9
(184,195,201)
#BFC9CE
(191,201,206)
#C6CFD3
(198,207,211)
#CDD5D8
(205,213,216)
#D4DBDD
(212,219,221)
#DBE1E2
(219,225,226)
#E2E7E7
(226,231,231)
#E9EDEC
(233,237,236)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB7BF; }

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

This text font color is #AAB7BF.

Background Color

.myBgColor { background-color: #AAB7BF; }

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

This div background color is #AAB7BF.

Border color

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

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

This div border color is #AAB7BF.

Opacity

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

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

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

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

This text has shadow with #AAB7BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB7BF.

Preview

Color preview on black background

This text has color #AAB7BF on black background.


Color preview on white background

This text has color #AAB7BF on white background.


Black color preview on #AAB7BF background

This text has black color on #AAB7BF background.


White color preview on #AAB7BF background

This text has white color on #AAB7BF background.


Related colors

Complementary color

Complementary color for #hex is #554840.


I love getcolorcode.com

Triadic colors

1 #BFAAB7 and #B7BFAA with #AAB7BF are triadic colors.

2 #BFB7AA and #B7AABF with #AAB7BF are triadic colors.