COLOR #AAB7AF

HEX: #AAB7AF
RGB: (170,183,175)

Color info

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

RGB color model

#AAB7AF color RGB value is (170,183,175).

  • red value is 170;
  • green value is 183;
  • blue value is 175.
RGB:
(170,183,175)
(67%,72%,69%)

RGB channels and saturation

R 170 of 255 = 67%
G 183 of 255 = 72%
B 175 of 255 = 69%

170
183
175

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

Portions of RGB colors in percentages

R + G + B =
170 + 183 + 175 = 528 (100%)
R 170 of 528 ~ 32.2%
G 183 of 528 ~ 34.66%
B 175 of 528 ~ 33.14%

%32.2
%34.66
%33.14

CMYK color model

#AAB7AF color CMYK value is (7,0,4,28).

  • cyan value is 7.10%
  • magenta value is 0.00%
  • yellow value is 4.37%
  • key color value is 28.24%
CMYK:
(7,0,4,28)
C7M0Y4K28 
(7%,0%,4%,28%)
(0.07/0.00/0.04/0.28)	

CMYK percentages

%7.1
%0
%4.37
%28.24

Codes

Color #AAB7AF in popluar color models

AAB7AF
RGB170183175
HSL143°8.28%69.22%
HSB/HSV143°7.10%71.76%
CMYK7.10%0.00%4.37%
28.24%

Color #AAB7AF in popluar number systems.

HEXAAB7AF
Decimal170183175
Binary101010101011011110101111
Octal252267257

Shades and tints

Shades of #AAB7AF

#AAB7AF
(170,183,175)
#9BA7A0
(155,167,160)
#8C9791
(140,151,145)
#7D8782
(125,135,130)
#6E7773
(110,119,115)
#5F6764
(95,103,100)
#505755
(80,87,85)
#414746
(65,71,70)
#323737
(50,55,55)
#232728
(35,39,40)
#141719
(20,23,25)
#000000
(0,0,0)

Tints of #AAB7AF

#AAB7AF
(170,183,175)
#B1BDB6
(177,189,182)
#B8C3BD
(184,195,189)
#BFC9C4
(191,201,196)
#C6CFCB
(198,207,203)
#CDD5D2
(205,213,210)
#D4DBD9
(212,219,217)
#DBE1E0
(219,225,224)
#E2E7E7
(226,231,231)
#E9EDEE
(233,237,238)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB7AF; }

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

This text font color is #AAB7AF.


Background Color

.myBgColor { background-color: #AAB7AF; }

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

This div background color is #AAB7AF.


Border color

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

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

This div border color is #AAB7AF.


Opacity

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

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

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

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

This text has shadow with #AAB7AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB7AF on black background.


Color preview on white background

This text has color #AAB7AF on white background.



Black color preview on #AAB7AF background

This text has black color on #AAB7AF background.


White color preview on #AAB7AF background

This text has white color on #AAB7AF background.