COLOR #ABA9BB

HEX: #ABA9BB RGB: (171,169,187)

Color info

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

RGB color model

#ABA9BB color RGB value is (171,169,187).

RGB: (171,169,187) (67%, 66%, 73%)

RGB channels and saturation

R 171 of 255 = 67%
G 169 of 255 = 66%
B 187 of 255 = 73%

171
169
187

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

Portions of RGB colors in percentages

R + G + B = 171 + 169 + 187 = 527 (100%)
R 171 of 527 ~ 32.45%
G 169 of 527 ~ 32.07%
B 187 of 527 ~ 35.48'%

%32.45
%32.07
%35.48

CMYK color model

#ABA9BB color CMYK value is (9,10,0,27).

  • cyan value is 8.56%
  • magenta value is 9.63%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (9,10,0,27)
C9M10Y0K27 (9%, 10%, 0%, 27%)
(0.09 / 0.10 / 0.00 / 0.27)

CMYK percentages

%8.56
%9.63
%0
%26.67

Codes

Color #ABA9BB in popluar color models

AB A9 BB
RGB 171 169 187
HSL 247° 11.69% 69.80%
HSB/HSV 247° 9.63% 73.33%
CMYK 8.56% 9.63% 0.00%
26.67%

Color #ABA9BB in popluar number systems.

HEX AB A9 BB
Decimal 171 169 187
Binary 10101011 10101001 10111011
Octal 253 251 273

Shades and tints

Shades of #ABA9BB

#ABA9BB
(171,169,187)
#9C9AAA
(156,154,170)
#8D8B99
(141,139,153)
#7E7C88
(126,124,136)
#6F6D77
(111,109,119)
#605E66
(96,94,102)
#514F55
(81,79,85)
#424044
(66,64,68)
#333133
(51,49,51)
#242222
(36,34,34)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #ABA9BB

#ABA9BB
(171,169,187)
#B2B0C1
(178,176,193)
#B9B7C7
(185,183,199)
#C0BECD
(192,190,205)
#C7C5D3
(199,197,211)
#CECCD9
(206,204,217)
#D5D3DF
(213,211,223)
#DCDAE5
(220,218,229)
#E3E1EB
(227,225,235)
#EAE8F1
(234,232,241)
#F1EFF7
(241,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA9BB; }

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

This text font color is #ABA9BB.

Background Color

.myBgColor { background-color: #ABA9BB; }

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

This div background color is #ABA9BB.

Border color

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

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

This div border color is #ABA9BB.

Opacity

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

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

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

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

This text has shadow with #ABA9BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA9BB.

Preview

Color preview on black background

This text has color #ABA9BB on black background.


Color preview on white background

This text has color #ABA9BB on white background.


Black color preview on #ABA9BB background

This text has black color on #ABA9BB background.


White color preview on #ABA9BB background

This text has white color on #ABA9BB background.


Related colors

Complementary color

Complementary color for #hex is #545644.


I love getcolorcode.com

Triadic colors

1 #BBABA9 and #A9BBAB with #ABA9BB are triadic colors.

2 #BBA9AB and #A9ABBB with #ABA9BB are triadic colors.