COLOR #ACABAF

HEX: #ACABAF RGB: (172,171,175)

Color info

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

RGB color model

#ACABAF color RGB value is (172,171,175).

RGB: (172,171,175) (67%, 67%, 69%)

RGB channels and saturation

R 172 of 255 = 67%
G 171 of 255 = 67%
B 175 of 255 = 69%

172
171
175

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

Portions of RGB colors in percentages

R + G + B = 172 + 171 + 175 = 518 (100%)
R 172 of 518 ~ 33.2%
G 171 of 518 ~ 33.01%
B 175 of 518 ~ 33.78'%

%33.2
%33.01
%33.78

CMYK color model

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

  • cyan value is 1.71%
  • magenta value is 2.29%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (2,2,0,31)
C2M2Y0K31 (2%, 2%, 0%, 31%)
(0.02 / 0.02 / 0.00 / 0.31)

CMYK percentages

%1.71
%2.29
%0
%31.37

Codes

Color #ACABAF in popluar color models

AC AB AF
RGB 172 171 175
HSL 255° 2.44% 67.84%
HSB/HSV 255° 2.29% 68.63%
CMYK 1.71% 2.29% 0.00%
31.37%

Color #ACABAF in popluar number systems.

HEX AC AB AF
Decimal 172 171 175
Binary 10101100 10101011 10101111
Octal 254 253 257

Shades and tints

Shades of #ACABAF

#ACABAF
(172,171,175)
#9D9CA0
(157,156,160)
#8E8D91
(142,141,145)
#7F7E82
(127,126,130)
#706F73
(112,111,115)
#616064
(97,96,100)
#525155
(82,81,85)
#434246
(67,66,70)
#343337
(52,51,55)
#252428
(37,36,40)
#161519
(22,21,25)
#000000
(0,0,0)

Tints of #ACABAF

#ACABAF
(172,171,175)
#B3B2B6
(179,178,182)
#BAB9BD
(186,185,189)
#C1C0C4
(193,192,196)
#C8C7CB
(200,199,203)
#CFCED2
(207,206,210)
#D6D5D9
(214,213,217)
#DDDCE0
(221,220,224)
#E4E3E7
(228,227,231)
#EBEAEE
(235,234,238)
#F2F1F5
(242,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACABAF; }

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

This text font color is #ACABAF.

Background Color

.myBgColor { background-color: #ACABAF; }

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

This div background color is #ACABAF.

Border color

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

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

This div border color is #ACABAF.

Opacity

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

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

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

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

This text has shadow with #ACABAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACABAF.

Preview

Color preview on black background

This text has color #ACABAF on black background.


Color preview on white background

This text has color #ACABAF on white background.


Black color preview on #ACABAF background

This text has black color on #ACABAF background.


White color preview on #ACABAF background

This text has white color on #ACABAF background.


Related colors

Complementary color

Complementary color for #hex is #535450.


I love getcolorcode.com

Triadic colors

1 #AFACAB and #ABAFAC with #ACABAF are triadic colors.

2 #AFABAC and #ABACAF with #ACABAF are triadic colors.