COLOR #AAB7BB

HEX: #AAB7BB RGB: (170,183,187)

Color info

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

RGB color model

#AAB7BB color RGB value is (170,183,187).

RGB: (170,183,187) (67%, 72%, 73%)

RGB channels and saturation

R 170 of 255 = 67%
G 183 of 255 = 72%
B 187 of 255 = 73%

170
183
187

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

Portions of RGB colors in percentages

R + G + B = 170 + 183 + 187 = 540 (100%)
R 170 of 540 ~ 31.48%
G 183 of 540 ~ 33.89%
B 187 of 540 ~ 34.63'%

%31.48
%33.89
%34.63

CMYK color model

#AAB7BB color CMYK value is (9,2,0,27).

  • cyan value is 9.09%
  • magenta value is 2.14%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (9,2,0,27)
C9M2Y0K27 (9%, 2%, 0%, 27%)
(0.09 / 0.02 / 0.00 / 0.27)

CMYK percentages

%9.09
%2.14
%0
%26.67

Codes

Color #AAB7BB in popluar color models

AA B7 BB
RGB 170 183 187
HSL 194° 11.11% 70.00%
HSB/HSV 194° 9.09% 73.33%
CMYK 9.09% 2.14% 0.00%
26.67%

Color #AAB7BB in popluar number systems.

HEX AA B7 BB
Decimal 170 183 187
Binary 10101010 10110111 10111011
Octal 252 267 273

Shades and tints

Shades of #AAB7BB

#AAB7BB
(170,183,187)
#9BA7AA
(155,167,170)
#8C9799
(140,151,153)
#7D8788
(125,135,136)
#6E7777
(110,119,119)
#5F6766
(95,103,102)
#505755
(80,87,85)
#414744
(65,71,68)
#323733
(50,55,51)
#232722
(35,39,34)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #AAB7BB

#AAB7BB
(170,183,187)
#B1BDC1
(177,189,193)
#B8C3C7
(184,195,199)
#BFC9CD
(191,201,205)
#C6CFD3
(198,207,211)
#CDD5D9
(205,213,217)
#D4DBDF
(212,219,223)
#DBE1E5
(219,225,229)
#E2E7EB
(226,231,235)
#E9EDF1
(233,237,241)
#F0F3F7
(240,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB7BB; }

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

This text font color is #AAB7BB.

Background Color

.myBgColor { background-color: #AAB7BB; }

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

This div background color is #AAB7BB.

Border color

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

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

This div border color is #AAB7BB.

Opacity

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

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

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

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

This text has shadow with #AAB7BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAB7BB.

Preview

Color preview on black background

This text has color #AAB7BB on black background.


Color preview on white background

This text has color #AAB7BB on white background.


Black color preview on #AAB7BB background

This text has black color on #AAB7BB background.


White color preview on #AAB7BB background

This text has white color on #AAB7BB background.


Related colors

Complementary color

Complementary color for #hex is #554844.


I love getcolorcode.com

Triadic colors

1 #BBAAB7 and #B7BBAA with #AAB7BB are triadic colors.

2 #BBB7AA and #B7AABB with #AAB7BB are triadic colors.