COLOR #ABA8B3

HEX: #ABA8B3
RGB: (171,168,179)

Color info

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

RGB color model

#ABA8B3 color RGB value is (171,168,179).

  • red value is 171;
  • green value is 168;
  • blue value is 179.
RGB:
(171,168,179)
(67%,66%,70%)

RGB channels and saturation

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

171
168
179

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

Portions of RGB colors in percentages

R + G + B =
171 + 168 + 179 = 518 (100%)
R 171 of 518 ~ 33.01%
G 168 of 518 ~ 32.43%
B 179 of 518 ~ 34.56%

%33.01
%32.43
%34.56

CMYK color model

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

  • cyan value is 4.47%
  • magenta value is 6.15%
  • 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
%6.15
%0
%29.8

Codes

Color #ABA8B3 in popluar color models

ABA8B3
RGB171168179
HSL256°6.75%68.04%
HSB/HSV256°6.15%70.20%
CMYK4.47%6.15%0.00%
29.80%

Color #ABA8B3 in popluar number systems.

HEXABA8B3
Decimal171168179
Binary101010111010100010110011
Octal253250263

Shades and tints

Shades of #ABA8B3

#ABA8B3
(171,168,179)
#9C99A3
(156,153,163)
#8D8A93
(141,138,147)
#7E7B83
(126,123,131)
#6F6C73
(111,108,115)
#605D63
(96,93,99)
#514E53
(81,78,83)
#423F43
(66,63,67)
#333033
(51,48,51)
#242123
(36,33,35)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #ABA8B3

#ABA8B3
(171,168,179)
#B2AFB9
(178,175,185)
#B9B6BF
(185,182,191)
#C0BDC5
(192,189,197)
#C7C4CB
(199,196,203)
#CECBD1
(206,203,209)
#D5D2D7
(213,210,215)
#DCD9DD
(220,217,221)
#E3E0E3
(227,224,227)
#EAE7E9
(234,231,233)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA8B3; }

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

This text font color is #ABA8B3.


Background Color

.myBgColor { background-color: #ABA8B3; }

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

This div background color is #ABA8B3.


Border color

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

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

This div border color is #ABA8B3.


Opacity

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

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

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

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

This text has shadow with #ABA8B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA8B3 on black background.


Color preview on white background

This text has color #ABA8B3 on white background.



Black color preview on #ABA8B3 background

This text has black color on #ABA8B3 background.


White color preview on #ABA8B3 background

This text has white color on #ABA8B3 background.