COLOR #ABA9BA

HEX: #ABA9BA
RGB: (171,169,186)

Color info

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

RGB color model

#ABA9BA color RGB value is (171,169,186).

  • red value is 171;
  • green value is 169;
  • blue value is 186.
RGB:
(171,169,186)
(67%,66%,73%)

RGB channels and saturation

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

171
169
186

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

Portions of RGB colors in percentages

R + G + B =
171 + 169 + 186 = 526 (100%)
R 171 of 526 ~ 32.51%
G 169 of 526 ~ 32.13%
B 186 of 526 ~ 35.36%

%32.51
%32.13
%35.36

CMYK color model

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

  • cyan value is 8.06%
  • magenta value is 9.14%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(8,9,0,27)
C8M9Y0K27 
(8%,9%,0%,27%)
(0.08/0.09/0.00/0.27)	

CMYK percentages

%8.06
%9.14
%0
%27.06

Codes

Color #ABA9BA in popluar color models

ABA9BA
RGB171169186
HSL247°10.97%69.61%
HSB/HSV247°9.14%72.94%
CMYK8.06%9.14%0.00%
27.06%

Color #ABA9BA in popluar number systems.

HEXABA9BA
Decimal171169186
Binary101010111010100110111010
Octal253251272

Shades and tints

Shades of #ABA9BA

#ABA9BA
(171,169,186)
#9C9AAA
(156,154,170)
#8D8B9A
(141,139,154)
#7E7C8A
(126,124,138)
#6F6D7A
(111,109,122)
#605E6A
(96,94,106)
#514F5A
(81,79,90)
#42404A
(66,64,74)
#33313A
(51,49,58)
#24222A
(36,34,42)
#15131A
(21,19,26)
#000000
(0,0,0)

Tints of #ABA9BA

#ABA9BA
(171,169,186)
#B2B0C0
(178,176,192)
#B9B7C6
(185,183,198)
#C0BECC
(192,190,204)
#C7C5D2
(199,197,210)
#CECCD8
(206,204,216)
#D5D3DE
(213,211,222)
#DCDAE4
(220,218,228)
#E3E1EA
(227,225,234)
#EAE8F0
(234,232,240)
#F1EFF6
(241,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA9BA; }

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

This text font color is #ABA9BA.


Background Color

.myBgColor { background-color: #ABA9BA; }

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

This div background color is #ABA9BA.


Border color

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

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

This div border color is #ABA9BA.


Opacity

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

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

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

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

This text has shadow with #ABA9BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA9BA on black background.


Color preview on white background

This text has color #ABA9BA on white background.



Black color preview on #ABA9BA background

This text has black color on #ABA9BA background.


White color preview on #ABA9BA background

This text has white color on #ABA9BA background.