COLOR #ABA9B4

HEX: #ABA9B4
RGB: (171,169,180)

Color info

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

RGB color model

#ABA9B4 color RGB value is (171,169,180).

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

RGB channels and saturation

R 171 of 255 = 67%
G 169 of 255 = 66%
B 180 of 255 = 71%

171
169
180

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

Portions of RGB colors in percentages

R + G + B =
171 + 169 + 180 = 520 (100%)
R 171 of 520 ~ 32.88%
G 169 of 520 ~ 32.5%
B 180 of 520 ~ 34.62%

%32.88
%32.5
%34.62

CMYK color model

#ABA9B4 color CMYK value is (5,6,0,29).

  • cyan value is 5.00%
  • magenta value is 6.11%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(5,6,0,29)
C5M6Y0K29 
(5%,6%,0%,29%)
(0.05/0.06/0.00/0.29)	

CMYK percentages

%5
%6.11
%0
%29.41

Codes

Color #ABA9B4 in popluar color models

ABA9B4
RGB171169180
HSL251°6.83%68.43%
HSB/HSV251°6.11%70.59%
CMYK5.00%6.11%0.00%
29.41%

Color #ABA9B4 in popluar number systems.

HEXABA9B4
Decimal171169180
Binary101010111010100110110100
Octal253251264

Shades and tints

Shades of #ABA9B4

#ABA9B4
(171,169,180)
#9C9AA4
(156,154,164)
#8D8B94
(141,139,148)
#7E7C84
(126,124,132)
#6F6D74
(111,109,116)
#605E64
(96,94,100)
#514F54
(81,79,84)
#424044
(66,64,68)
#333134
(51,49,52)
#242224
(36,34,36)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #ABA9B4

#ABA9B4
(171,169,180)
#B2B0BA
(178,176,186)
#B9B7C0
(185,183,192)
#C0BEC6
(192,190,198)
#C7C5CC
(199,197,204)
#CECCD2
(206,204,210)
#D5D3D8
(213,211,216)
#DCDADE
(220,218,222)
#E3E1E4
(227,225,228)
#EAE8EA
(234,232,234)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA9B4; }

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

This text font color is #ABA9B4.


Background Color

.myBgColor { background-color: #ABA9B4; }

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

This div background color is #ABA9B4.


Border color

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

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

This div border color is #ABA9B4.


Opacity

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

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

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

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

This text has shadow with #ABA9B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA9B4 on black background.


Color preview on white background

This text has color #ABA9B4 on white background.



Black color preview on #ABA9B4 background

This text has black color on #ABA9B4 background.


White color preview on #ABA9B4 background

This text has white color on #ABA9B4 background.