COLOR #ACB0AD

HEX: #ACB0AD
RGB: (172,176,173)

Color info

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

RGB color model

#ACB0AD color RGB value is (172,176,173).

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

RGB channels and saturation

R 172 of 255 = 67%
G 176 of 255 = 69%
B 173 of 255 = 68%

172
176
173

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

Portions of RGB colors in percentages

R + G + B =
172 + 176 + 173 = 521 (100%)
R 172 of 521 ~ 33.01%
G 176 of 521 ~ 33.78%
B 173 of 521 ~ 33.21%

%33.01
%33.78
%33.21

CMYK color model

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

  • cyan value is 2.27%
  • magenta value is 0.00%
  • yellow value is 1.70%
  • key color value is 30.98%
CMYK:
(2,0,2,31)
C2M0Y2K31 
(2%,0%,2%,31%)
(0.02/0.00/0.02/0.31)	

CMYK percentages

%2.27
%0
%1.7
%30.98

Codes

Color #ACB0AD in popluar color models

ACB0AD
RGB172176173
HSL135°2.47%68.24%
HSB/HSV135°2.27%69.02%
CMYK2.27%0.00%1.70%
30.98%

Color #ACB0AD in popluar number systems.

HEXACB0AD
Decimal172176173
Binary101011001011000010101101
Octal254260255

Shades and tints

Shades of #ACB0AD

#ACB0AD
(172,176,173)
#9DA09E
(157,160,158)
#8E908F
(142,144,143)
#7F8080
(127,128,128)
#707071
(112,112,113)
#616062
(97,96,98)
#525053
(82,80,83)
#434044
(67,64,68)
#343035
(52,48,53)
#252026
(37,32,38)
#161017
(22,16,23)
#000000
(0,0,0)

Tints of #ACB0AD

#ACB0AD
(172,176,173)
#B3B7B4
(179,183,180)
#BABEBB
(186,190,187)
#C1C5C2
(193,197,194)
#C8CCC9
(200,204,201)
#CFD3D0
(207,211,208)
#D6DAD7
(214,218,215)
#DDE1DE
(221,225,222)
#E4E8E5
(228,232,229)
#EBEFEC
(235,239,236)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB0AD; }

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

This text font color is #ACB0AD.


Background Color

.myBgColor { background-color: #ACB0AD; }

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

This div background color is #ACB0AD.


Border color

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

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

This div border color is #ACB0AD.


Opacity

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

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

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

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

This text has shadow with #ACB0AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB0AD on black background.


Color preview on white background

This text has color #ACB0AD on white background.



Black color preview on #ACB0AD background

This text has black color on #ACB0AD background.


White color preview on #ACB0AD background

This text has white color on #ACB0AD background.