COLOR #ABA9B3

HEX: #ABA9B3 RGB: (171,169,179)

Color info

#ABA9B3 contains red, green and blue colors in about the same proportion. Web safe color of #ABA9B3 is #999999 (or #999).

RGB color model

#ABA9B3 color RGB value is (171,169,179).

RGB: (171,169,179) (67%, 66%, 70%)

RGB channels and saturation

R 171 of 255 = 67%
G 169 of 255 = 66%
B 179 of 255 = 70%

171
169
179

R + G + B ~ 68%. #ABA9B3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 169 + 179 = 519 (100%)
R 171 of 519 ~ 32.95%
G 169 of 519 ~ 32.56%
B 179 of 519 ~ 34.49'%

%32.95
%32.56
%34.49

CMYK color model

#ABA9B3 color CMYK value is (4,6,0,30).

  • cyan value is 4.47%
  • magenta value is 5.59%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (4,6,0,30)
C4M6Y0K30 (4%, 6%, 0%, 30%)
(0.04 / 0.06 / 0.00 / 0.30)

CMYK percentages

%4.47
%5.59
%0
%29.8

Codes

Color #ABA9B3 in popluar color models

AB A9 B3
RGB 171 169 179
HSL 252° 6.17% 68.24%
HSB/HSV 252° 5.59% 70.20%
CMYK 4.47% 5.59% 0.00%
29.80%

Color #ABA9B3 in popluar number systems.

HEX AB A9 B3
Decimal 171 169 179
Binary 10101011 10101001 10110011
Octal 253 251 263

Shades and tints

Shades of #ABA9B3

#ABA9B3
(171,169,179)
#9C9AA3
(156,154,163)
#8D8B93
(141,139,147)
#7E7C83
(126,124,131)
#6F6D73
(111,109,115)
#605E63
(96,94,99)
#514F53
(81,79,83)
#424043
(66,64,67)
#333133
(51,49,51)
#242223
(36,34,35)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #ABA9B3

#ABA9B3
(171,169,179)
#B2B0B9
(178,176,185)
#B9B7BF
(185,183,191)
#C0BEC5
(192,190,197)
#C7C5CB
(199,197,203)
#CECCD1
(206,204,209)
#D5D3D7
(213,211,215)
#DCDADD
(220,218,221)
#E3E1E3
(227,225,227)
#EAE8E9
(234,232,233)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA9B3 color. Also use rgb(171,169,179) instead hex code.

Text Font Color

.myTextColor { color: #ABA9B3; }

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

This text font color is #ABA9B3.

Background Color

.myBgColor { background-color: #ABA9B3; }

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

This div background color is #ABA9B3.

Border color

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

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

This div border color is #ABA9B3.

Opacity

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

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

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

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

This text has shadow with #ABA9B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA9B3.

Preview

Color preview on black background

This text has color #ABA9B3 on black background.


Color preview on white background

This text has color #ABA9B3 on white background.


Black color preview on #ABA9B3 background

This text has black color on #ABA9B3 background.


White color preview on #ABA9B3 background

This text has white color on #ABA9B3 background.


Related colors

Complementary color

Complementary color for #hex is #54564C.


I love getcolorcode.com

Triadic colors

1 #B3ABA9 and #A9B3AB with #ABA9B3 are triadic colors.

2 #B3A9AB and #A9ABB3 with #ABA9B3 are triadic colors.