COLOR #ABAAB9

HEX: #ABAAB9 RGB: (171,170,185)

Color info

#ABAAB9 contains red, green and blue colors in about the same proportion. Web safe color of #ABAAB9 is #9999CC (or #99C).

RGB color model

#ABAAB9 color RGB value is (171,170,185).

RGB: (171,170,185) (67%, 67%, 73%)

RGB channels and saturation

R 171 of 255 = 67%
G 170 of 255 = 67%
B 185 of 255 = 73%

171
170
185

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

Portions of RGB colors in percentages

R + G + B = 171 + 170 + 185 = 526 (100%)
R 171 of 526 ~ 32.51%
G 170 of 526 ~ 32.32%
B 185 of 526 ~ 35.17'%

%32.51
%32.32
%35.17

CMYK color model

#ABAAB9 color CMYK value is (8,8,0,27).

  • cyan value is 7.57%
  • magenta value is 8.11%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (8,8,0,27)
C8M8Y0K27 (8%, 8%, 0%, 27%)
(0.08 / 0.08 / 0.00 / 0.27)

CMYK percentages

%7.57
%8.11
%0
%27.45

Codes

Color #ABAAB9 in popluar color models

AB AA B9
RGB 171 170 185
HSL 244° 9.68% 69.61%
HSB/HSV 244° 8.11% 72.55%
CMYK 7.57% 8.11% 0.00%
27.45%

Color #ABAAB9 in popluar number systems.

HEX AB AA B9
Decimal 171 170 185
Binary 10101011 10101010 10111001
Octal 253 252 271

Shades and tints

Shades of #ABAAB9

#ABAAB9
(171,170,185)
#9C9BA9
(156,155,169)
#8D8C99
(141,140,153)
#7E7D89
(126,125,137)
#6F6E79
(111,110,121)
#605F69
(96,95,105)
#515059
(81,80,89)
#424149
(66,65,73)
#333239
(51,50,57)
#242329
(36,35,41)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #ABAAB9

#ABAAB9
(171,170,185)
#B2B1BF
(178,177,191)
#B9B8C5
(185,184,197)
#C0BFCB
(192,191,203)
#C7C6D1
(199,198,209)
#CECDD7
(206,205,215)
#D5D4DD
(213,212,221)
#DCDBE3
(220,219,227)
#E3E2E9
(227,226,233)
#EAE9EF
(234,233,239)
#F1F0F5
(241,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABAAB9 color. Also use rgb(171,170,185) instead hex code.

Text Font Color

.myTextColor { color: #ABAAB9; }

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

This text font color is #ABAAB9.

Background Color

.myBgColor { background-color: #ABAAB9; }

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

This div background color is #ABAAB9.

Border color

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

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

This div border color is #ABAAB9.

Opacity

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

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

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

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

This text has shadow with #ABAAB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABAAB9.

Preview

Color preview on black background

This text has color #ABAAB9 on black background.


Color preview on white background

This text has color #ABAAB9 on white background.


Black color preview on #ABAAB9 background

This text has black color on #ABAAB9 background.


White color preview on #ABAAB9 background

This text has white color on #ABAAB9 background.


Related colors

Complementary color

Complementary color for #hex is #545546.


I love getcolorcode.com

Triadic colors

1 #B9ABAA and #AAB9AB with #ABAAB9 are triadic colors.

2 #B9AAAB and #AAABB9 with #ABAAB9 are triadic colors.