COLOR #AABAB3

HEX: #AABAB3 RGB: (170,186,179)

Color info

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

RGB color model

#AABAB3 color RGB value is (170,186,179).

RGB: (170,186,179) (67%, 73%, 70%)

RGB channels and saturation

R 170 of 255 = 67%
G 186 of 255 = 73%
B 179 of 255 = 70%

170
186
179

R + G + B ~ 70%. #AABAB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 186 + 179 = 535 (100%)
R 170 of 535 ~ 31.78%
G 186 of 535 ~ 34.77%
B 179 of 535 ~ 33.46'%

%31.78
%34.77
%33.46

CMYK color model

#AABAB3 color CMYK value is (9,0,4,27).

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

CMYK: (9,0,4,27)
C9M0Y4K27 (9%, 0%, 4%, 27%)
(0.09 / 0.00 / 0.04 / 0.27)

CMYK percentages

%8.6
%0
%3.76
%27.06

Codes

Color #AABAB3 in popluar color models

AA BA B3
RGB 170 186 179
HSL 154° 10.39% 69.80%
HSB/HSV 154° 8.60% 72.94%
CMYK 8.60% 0.00% 3.76%
27.06%

Color #AABAB3 in popluar number systems.

HEX AA BA B3
Decimal 170 186 179
Binary 10101010 10111010 10110011
Octal 252 272 263

Shades and tints

Shades of #AABAB3

#AABAB3
(170,186,179)
#9BAAA3
(155,170,163)
#8C9A93
(140,154,147)
#7D8A83
(125,138,131)
#6E7A73
(110,122,115)
#5F6A63
(95,106,99)
#505A53
(80,90,83)
#414A43
(65,74,67)
#323A33
(50,58,51)
#232A23
(35,42,35)
#141A13
(20,26,19)
#000000
(0,0,0)

Tints of #AABAB3

#AABAB3
(170,186,179)
#B1C0B9
(177,192,185)
#B8C6BF
(184,198,191)
#BFCCC5
(191,204,197)
#C6D2CB
(198,210,203)
#CDD8D1
(205,216,209)
#D4DED7
(212,222,215)
#DBE4DD
(219,228,221)
#E2EAE3
(226,234,227)
#E9F0E9
(233,240,233)
#F0F6EF
(240,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABAB3; }

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

This text font color is #AABAB3.

Background Color

.myBgColor { background-color: #AABAB3; }

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

This div background color is #AABAB3.

Border color

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

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

This div border color is #AABAB3.

Opacity

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

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

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

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

This text has shadow with #AABAB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABAB3.

Preview

Color preview on black background

This text has color #AABAB3 on black background.


Color preview on white background

This text has color #AABAB3 on white background.


Black color preview on #AABAB3 background

This text has black color on #AABAB3 background.


White color preview on #AABAB3 background

This text has white color on #AABAB3 background.


Related colors

Complementary color

Complementary color for #hex is #55454C.


I love getcolorcode.com

Triadic colors

1 #B3AABA and #BAB3AA with #AABAB3 are triadic colors.

2 #B3BAAA and #BAAAB3 with #AABAB3 are triadic colors.