COLOR #AAB8AE

HEX: #AAB8AE
RGB: (170,184,174)

Color info

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

RGB color model

#AAB8AE color RGB value is (170,184,174).

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

RGB channels and saturation

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

170
184
174

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

Portions of RGB colors in percentages

R + G + B =
170 + 184 + 174 = 528 (100%)
R 170 of 528 ~ 32.2%
G 184 of 528 ~ 34.85%
B 174 of 528 ~ 32.95%

%32.2
%34.85
%32.95

CMYK color model

#AAB8AE color CMYK value is (8,0,5,28).

  • cyan value is 7.61%
  • magenta value is 0.00%
  • yellow value is 5.43%
  • key color value is 27.84%
CMYK:
(8,0,5,28)
C8M0Y5K28 
(8%,0%,5%,28%)
(0.08/0.00/0.05/0.28)	

CMYK percentages

%7.61
%0
%5.43
%27.84

Codes

Color #AAB8AE in popluar color models

AAB8AE
RGB170184174
HSL137°8.97%69.41%
HSB/HSV137°7.61%72.16%
CMYK7.61%0.00%5.43%
27.84%

Color #AAB8AE in popluar number systems.

HEXAAB8AE
Decimal170184174
Binary101010101011100010101110
Octal252270256

Shades and tints

Shades of #AAB8AE

#AAB8AE
(170,184,174)
#9BA89F
(155,168,159)
#8C9890
(140,152,144)
#7D8881
(125,136,129)
#6E7872
(110,120,114)
#5F6863
(95,104,99)
#505854
(80,88,84)
#414845
(65,72,69)
#323836
(50,56,54)
#232827
(35,40,39)
#141818
(20,24,24)
#000000
(0,0,0)

Tints of #AAB8AE

#AAB8AE
(170,184,174)
#B1BEB5
(177,190,181)
#B8C4BC
(184,196,188)
#BFCAC3
(191,202,195)
#C6D0CA
(198,208,202)
#CDD6D1
(205,214,209)
#D4DCD8
(212,220,216)
#DBE2DF
(219,226,223)
#E2E8E6
(226,232,230)
#E9EEED
(233,238,237)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAB8AE; }

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

This text font color is #AAB8AE.


Background Color

.myBgColor { background-color: #AAB8AE; }

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

This div background color is #AAB8AE.


Border color

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

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

This div border color is #AAB8AE.


Opacity

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

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

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

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

This text has shadow with #AAB8AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAB8AE on black background.


Color preview on white background

This text has color #AAB8AE on white background.



Black color preview on #AAB8AE background

This text has black color on #AAB8AE background.


White color preview on #AAB8AE background

This text has white color on #AAB8AE background.