COLOR #ACB1AC

HEX: #ACB1AC
RGB: (172,177,172)

Color info

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

RGB color model

#ACB1AC color RGB value is (172,177,172).

  • red value is 172;
  • green value is 177;
  • blue value is 172.
RGB:
(172,177,172)
(67%,69%,67%)

RGB channels and saturation

R 172 of 255 = 67%
G 177 of 255 = 69%
B 172 of 255 = 67%

172
177
172

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

Portions of RGB colors in percentages

R + G + B =
172 + 177 + 172 = 521 (100%)
R 172 of 521 ~ 33.01%
G 177 of 521 ~ 33.97%
B 172 of 521 ~ 33.01%

%33.01
%33.97
%33.01

CMYK color model

#ACB1AC color CMYK value is (3,0,3,31).

  • cyan value is 2.82%
  • magenta value is 0.00%
  • yellow value is 2.82%
  • key color value is 30.59%
CMYK:
(3,0,3,31)
C3M0Y3K31 
(3%,0%,3%,31%)
(0.03/0.00/0.03/0.31)	

CMYK percentages

%2.82
%0
%2.82
%30.59

Codes

Color #ACB1AC in popluar color models

ACB1AC
RGB172177172
HSL120°3.11%68.43%
HSB/HSV120°2.82%69.41%
CMYK2.82%0.00%2.82%
30.59%

Color #ACB1AC in popluar number systems.

HEXACB1AC
Decimal172177172
Binary101011001011000110101100
Octal254261254

Shades and tints

Shades of #ACB1AC

#ACB1AC
(172,177,172)
#9DA19D
(157,161,157)
#8E918E
(142,145,142)
#7F817F
(127,129,127)
#707170
(112,113,112)
#616161
(97,97,97)
#525152
(82,81,82)
#434143
(67,65,67)
#343134
(52,49,52)
#252125
(37,33,37)
#161116
(22,17,22)
#000000
(0,0,0)

Tints of #ACB1AC

#ACB1AC
(172,177,172)
#B3B8B3
(179,184,179)
#BABFBA
(186,191,186)
#C1C6C1
(193,198,193)
#C8CDC8
(200,205,200)
#CFD4CF
(207,212,207)
#D6DBD6
(214,219,214)
#DDE2DD
(221,226,221)
#E4E9E4
(228,233,228)
#EBF0EB
(235,240,235)
#F2F7F2
(242,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB1AC; }

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

This text font color is #ACB1AC.


Background Color

.myBgColor { background-color: #ACB1AC; }

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

This div background color is #ACB1AC.


Border color

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

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

This div border color is #ACB1AC.


Opacity

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

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

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

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

This text has shadow with #ACB1AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB1AC on black background.


Color preview on white background

This text has color #ACB1AC on white background.



Black color preview on #ACB1AC background

This text has black color on #ACB1AC background.


White color preview on #ACB1AC background

This text has white color on #ACB1AC background.