COLOR #ABA9BD

HEX: #ABA9BD
RGB: (171,169,189)

Color info

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

RGB color model

#ABA9BD color RGB value is (171,169,189).

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

RGB channels and saturation

R 171 of 255 = 67%
G 169 of 255 = 66%
B 189 of 255 = 74%

171
169
189

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

Portions of RGB colors in percentages

R + G + B =
171 + 169 + 189 = 529 (100%)
R 171 of 529 ~ 32.33%
G 169 of 529 ~ 31.95%
B 189 of 529 ~ 35.73%

%32.33
%31.95
%35.73

CMYK color model

#ABA9BD color CMYK value is (10,11,0,26).

  • cyan value is 9.52%
  • magenta value is 10.58%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(10,11,0,26)
C10M11Y0K26 
(10%,11%,0%,26%)
(0.10/0.11/0.00/0.26)	

CMYK percentages

%9.52
%10.58
%0
%25.88

Codes

Color #ABA9BD in popluar color models

ABA9BD
RGB171169189
HSL246°13.16%70.20%
HSB/HSV246°10.58%74.12%
CMYK9.52%10.58%0.00%
25.88%

Color #ABA9BD in popluar number systems.

HEXABA9BD
Decimal171169189
Binary101010111010100110111101
Octal253251275

Shades and tints

Shades of #ABA9BD

#ABA9BD
(171,169,189)
#9C9AAC
(156,154,172)
#8D8B9B
(141,139,155)
#7E7C8A
(126,124,138)
#6F6D79
(111,109,121)
#605E68
(96,94,104)
#514F57
(81,79,87)
#424046
(66,64,70)
#333135
(51,49,53)
#242224
(36,34,36)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #ABA9BD

#ABA9BD
(171,169,189)
#B2B0C3
(178,176,195)
#B9B7C9
(185,183,201)
#C0BECF
(192,190,207)
#C7C5D5
(199,197,213)
#CECCDB
(206,204,219)
#D5D3E1
(213,211,225)
#DCDAE7
(220,218,231)
#E3E1ED
(227,225,237)
#EAE8F3
(234,232,243)
#F1EFF9
(241,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA9BD; }

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

This text font color is #ABA9BD.


Background Color

.myBgColor { background-color: #ABA9BD; }

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

This div background color is #ABA9BD.


Border color

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

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

This div border color is #ABA9BD.


Opacity

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

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

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

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

This text has shadow with #ABA9BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA9BD on black background.


Color preview on white background

This text has color #ABA9BD on white background.



Black color preview on #ABA9BD background

This text has black color on #ABA9BD background.


White color preview on #ABA9BD background

This text has white color on #ABA9BD background.