COLOR #ACB0A6

HEX: #ACB0A6
RGB: (172,176,166)

Color info

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

RGB color model

#ACB0A6 color RGB value is (172,176,166).

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

RGB channels and saturation

R 172 of 255 = 67%
G 176 of 255 = 69%
B 166 of 255 = 65%

172
176
166

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

Portions of RGB colors in percentages

R + G + B =
172 + 176 + 166 = 514 (100%)
R 172 of 514 ~ 33.46%
G 176 of 514 ~ 34.24%
B 166 of 514 ~ 32.3%

%33.46
%34.24
%32.3

CMYK color model

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

  • cyan value is 2.27%
  • magenta value is 0.00%
  • yellow value is 5.68%
  • key color value is 30.98%
CMYK:
(2,0,6,31)
C2M0Y6K31 
(2%,0%,6%,31%)
(0.02/0.00/0.06/0.31)	

CMYK percentages

%2.27
%0
%5.68
%30.98

Codes

Color #ACB0A6 in popluar color models

ACB0A6
RGB172176166
HSL84°5.95%67.06%
HSB/HSV84°5.68%69.02%
CMYK2.27%0.00%5.68%
30.98%

Color #ACB0A6 in popluar number systems.

HEXACB0A6
Decimal172176166
Binary101011001011000010100110
Octal254260246

Shades and tints

Shades of #ACB0A6

#ACB0A6
(172,176,166)
#9DA097
(157,160,151)
#8E9088
(142,144,136)
#7F8079
(127,128,121)
#70706A
(112,112,106)
#61605B
(97,96,91)
#52504C
(82,80,76)
#43403D
(67,64,61)
#34302E
(52,48,46)
#25201F
(37,32,31)
#161010
(22,16,16)
#000000
(0,0,0)

Tints of #ACB0A6

#ACB0A6
(172,176,166)
#B3B7AE
(179,183,174)
#BABEB6
(186,190,182)
#C1C5BE
(193,197,190)
#C8CCC6
(200,204,198)
#CFD3CE
(207,211,206)
#D6DAD6
(214,218,214)
#DDE1DE
(221,225,222)
#E4E8E6
(228,232,230)
#EBEFEE
(235,239,238)
#F2F6F6
(242,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB0A6; }

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

This text font color is #ACB0A6.


Background Color

.myBgColor { background-color: #ACB0A6; }

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

This div background color is #ACB0A6.


Border color

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

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

This div border color is #ACB0A6.


Opacity

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

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

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

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

This text has shadow with #ACB0A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB0A6 on black background.


Color preview on white background

This text has color #ACB0A6 on white background.



Black color preview on #ACB0A6 background

This text has black color on #ACB0A6 background.


White color preview on #ACB0A6 background

This text has white color on #ACB0A6 background.