COLOR #AAB7AE

HEX: #AAB7AE
RGB: (170,183,174)

Color info

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

RGB color model

#AAB7AE color RGB value is (170,183,174).

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

RGB channels and saturation

R 170 of 255 = 67%
G 183 of 255 = 72%
B 174 of 255 = 68%

170
183
174

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

Portions of RGB colors in percentages

R + G + B =
170 + 183 + 174 = 527 (100%)
R 170 of 527 ~ 32.26%
G 183 of 527 ~ 34.72%
B 174 of 527 ~ 33.02%

%32.26
%34.72
%33.02

CMYK color model

#AAB7AE color CMYK value is (7,0,5,28).

  • cyan value is 7.10%
  • magenta value is 0.00%
  • yellow value is 4.92%
  • key color value is 28.24%
CMYK:
(7,0,5,28)
C7M0Y5K28 
(7%,0%,5%,28%)
(0.07/0.00/0.05/0.28)	

CMYK percentages

%7.1
%0
%4.92
%28.24

Codes

Color #AAB7AE in popluar color models

AAB7AE
RGB170183174
HSL138°8.28%69.22%
HSB/HSV138°7.10%71.76%
CMYK7.10%0.00%4.92%
28.24%

Color #AAB7AE in popluar number systems.

HEXAAB7AE
Decimal170183174
Binary101010101011011110101110
Octal252267256

Shades and tints

Shades of #AAB7AE

#AAB7AE
(170,183,174)
#9BA79F
(155,167,159)
#8C9790
(140,151,144)
#7D8781
(125,135,129)
#6E7772
(110,119,114)
#5F6763
(95,103,99)
#505754
(80,87,84)
#414745
(65,71,69)
#323736
(50,55,54)
#232727
(35,39,39)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #AAB7AE

#AAB7AE
(170,183,174)
#B1BDB5
(177,189,181)
#B8C3BC
(184,195,188)
#BFC9C3
(191,201,195)
#C6CFCA
(198,207,202)
#CDD5D1
(205,213,209)
#D4DBD8
(212,219,216)
#DBE1DF
(219,225,223)
#E2E7E6
(226,231,230)
#E9EDED
(233,237,237)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB7AE; }

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

This text font color is #AAB7AE.


Background Color

.myBgColor { background-color: #AAB7AE; }

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

This div background color is #AAB7AE.


Border color

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

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

This div border color is #AAB7AE.


Opacity

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

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

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

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

This text has shadow with #AAB7AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB7AE on black background.


Color preview on white background

This text has color #AAB7AE on white background.



Black color preview on #AAB7AE background

This text has black color on #AAB7AE background.


White color preview on #AAB7AE background

This text has white color on #AAB7AE background.