COLOR #AABAAD

HEX: #AABAAD RGB: (170,186,173)

Color info

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

RGB color model

#AABAAD color RGB value is (170,186,173).

RGB: (170,186,173) (67%, 73%, 68%)

RGB channels and saturation

R 170 of 255 = 67%
G 186 of 255 = 73%
B 173 of 255 = 68%

170
186
173

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

Portions of RGB colors in percentages

R + G + B = 170 + 186 + 173 = 529 (100%)
R 170 of 529 ~ 32.14%
G 186 of 529 ~ 35.16%
B 173 of 529 ~ 32.7'%

%32.14
%35.16
%32.7

CMYK color model

#AABAAD color CMYK value is (9,0,7,27).

  • cyan value is 8.60%
  • magenta value is 0.00%
  • yellow value is 6.99%
  • key color value is 27.06%

CMYK: (9,0,7,27)
C9M0Y7K27 (9%, 0%, 7%, 27%)
(0.09 / 0.00 / 0.07 / 0.27)

CMYK percentages

%8.6
%0
%6.99
%27.06

Codes

Color #AABAAD in popluar color models

AA BA AD
RGB 170 186 173
HSL 131° 10.39% 69.80%
HSB/HSV 131° 8.60% 72.94%
CMYK 8.60% 0.00% 6.99%
27.06%

Color #AABAAD in popluar number systems.

HEX AA BA AD
Decimal 170 186 173
Binary 10101010 10111010 10101101
Octal 252 272 255

Shades and tints

Shades of #AABAAD

#AABAAD
(170,186,173)
#9BAA9E
(155,170,158)
#8C9A8F
(140,154,143)
#7D8A80
(125,138,128)
#6E7A71
(110,122,113)
#5F6A62
(95,106,98)
#505A53
(80,90,83)
#414A44
(65,74,68)
#323A35
(50,58,53)
#232A26
(35,42,38)
#141A17
(20,26,23)
#000000
(0,0,0)

Tints of #AABAAD

#AABAAD
(170,186,173)
#B1C0B4
(177,192,180)
#B8C6BB
(184,198,187)
#BFCCC2
(191,204,194)
#C6D2C9
(198,210,201)
#CDD8D0
(205,216,208)
#D4DED7
(212,222,215)
#DBE4DE
(219,228,222)
#E2EAE5
(226,234,229)
#E9F0EC
(233,240,236)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AABAAD color. Also use rgb(170,186,173) instead hex code.

Text Font Color

.myTextColor { color: #AABAAD; }

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

This text font color is #AABAAD.

Background Color

.myBgColor { background-color: #AABAAD; }

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

This div background color is #AABAAD.

Border color

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

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

This div border color is #AABAAD.

Opacity

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

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

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

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

This text has shadow with #AABAAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABAAD.

Preview

Color preview on black background

This text has color #AABAAD on black background.


Color preview on white background

This text has color #AABAAD on white background.


Black color preview on #AABAAD background

This text has black color on #AABAAD background.


White color preview on #AABAAD background

This text has white color on #AABAAD background.


Related colors

Complementary color

Complementary color for #hex is #554552.


I love getcolorcode.com

Triadic colors

1 #ADAABA and #BAADAA with #AABAAD are triadic colors.

2 #ADBAAA and #BAAAAD with #AABAAD are triadic colors.