COLOR #ABA4AF

HEX: #ABA4AF
RGB: (171,164,175)

Color info

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

RGB color model

#ABA4AF color RGB value is (171,164,175).

  • red value is 171;
  • green value is 164;
  • blue value is 175.
RGB:
(171,164,175)
(67%,64%,69%)

RGB channels and saturation

R 171 of 255 = 67%
G 164 of 255 = 64%
B 175 of 255 = 69%

171
164
175

R + G + B ~ 67%. #ABA4AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 164 + 175 = 510 (100%)
R 171 of 510 ~ 33.53%
G 164 of 510 ~ 32.16%
B 175 of 510 ~ 34.31%

%33.53
%32.16
%34.31

CMYK color model

#ABA4AF color CMYK value is (2,6,0,31).

  • cyan value is 2.29%
  • magenta value is 6.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(2,6,0,31)
C2M6Y0K31 
(2%,6%,0%,31%)
(0.02/0.06/0.00/0.31)	

CMYK percentages

%2.29
%6.29
%0
%31.37

Codes

Color #ABA4AF in popluar color models

ABA4AF
RGB171164175
HSL278°6.43%66.47%
HSB/HSV278°6.29%68.63%
CMYK2.29%6.29%0.00%
31.37%

Color #ABA4AF in popluar number systems.

HEXABA4AF
Decimal171164175
Binary101010111010010010101111
Octal253244257

Shades and tints

Shades of #ABA4AF

#ABA4AF
(171,164,175)
#9C96A0
(156,150,160)
#8D8891
(141,136,145)
#7E7A82
(126,122,130)
#6F6C73
(111,108,115)
#605E64
(96,94,100)
#515055
(81,80,85)
#424246
(66,66,70)
#333437
(51,52,55)
#242628
(36,38,40)
#151819
(21,24,25)
#000000
(0,0,0)

Tints of #ABA4AF

#ABA4AF
(171,164,175)
#B2ACB6
(178,172,182)
#B9B4BD
(185,180,189)
#C0BCC4
(192,188,196)
#C7C4CB
(199,196,203)
#CECCD2
(206,204,210)
#D5D4D9
(213,212,217)
#DCDCE0
(220,220,224)
#E3E4E7
(227,228,231)
#EAECEE
(234,236,238)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA4AF color. Also use rgb(171,164,175) instead hex code.

Text Font Color

.myTextColor { color: #ABA4AF; }

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

This text font color is #ABA4AF.


Background Color

.myBgColor { background-color: #ABA4AF; }

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

This div background color is #ABA4AF.


Border color

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

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

This div border color is #ABA4AF.


Opacity

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

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

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

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

This text has shadow with #ABA4AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA4AF on black background.


Color preview on white background

This text has color #ABA4AF on white background.



Black color preview on #ABA4AF background

This text has black color on #ABA4AF background.


White color preview on #ABA4AF background

This text has white color on #ABA4AF background.