COLOR #ACB0AB

HEX: #ACB0AB
RGB: (172,176,171)

Color info

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

RGB color model

#ACB0AB color RGB value is (172,176,171).

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

RGB channels and saturation

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

172
176
171

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

Portions of RGB colors in percentages

R + G + B =
172 + 176 + 171 = 519 (100%)
R 172 of 519 ~ 33.14%
G 176 of 519 ~ 33.91%
B 171 of 519 ~ 32.95%

%33.14
%33.91
%32.95

CMYK color model

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

  • cyan value is 2.27%
  • magenta value is 0.00%
  • yellow value is 2.84%
  • key color value is 30.98%
CMYK:
(2,0,3,31)
C2M0Y3K31 
(2%,0%,3%,31%)
(0.02/0.00/0.03/0.31)	

CMYK percentages

%2.27
%0
%2.84
%30.98

Codes

Color #ACB0AB in popluar color models

ACB0AB
RGB172176171
HSL108°3.07%68.04%
HSB/HSV108°2.84%69.02%
CMYK2.27%0.00%2.84%
30.98%

Color #ACB0AB in popluar number systems.

HEXACB0AB
Decimal172176171
Binary101011001011000010101011
Octal254260253

Shades and tints

Shades of #ACB0AB

#ACB0AB
(172,176,171)
#9DA09C
(157,160,156)
#8E908D
(142,144,141)
#7F807E
(127,128,126)
#70706F
(112,112,111)
#616060
(97,96,96)
#525051
(82,80,81)
#434042
(67,64,66)
#343033
(52,48,51)
#252024
(37,32,36)
#161015
(22,16,21)
#000000
(0,0,0)

Tints of #ACB0AB

#ACB0AB
(172,176,171)
#B3B7B2
(179,183,178)
#BABEB9
(186,190,185)
#C1C5C0
(193,197,192)
#C8CCC7
(200,204,199)
#CFD3CE
(207,211,206)
#D6DAD5
(214,218,213)
#DDE1DC
(221,225,220)
#E4E8E3
(228,232,227)
#EBEFEA
(235,239,234)
#F2F6F1
(242,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB0AB; }

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

This text font color is #ACB0AB.


Background Color

.myBgColor { background-color: #ACB0AB; }

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

This div background color is #ACB0AB.


Border color

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

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

This div border color is #ACB0AB.


Opacity

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

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

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

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

This text has shadow with #ACB0AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB0AB on black background.


Color preview on white background

This text has color #ACB0AB on white background.



Black color preview on #ACB0AB background

This text has black color on #ACB0AB background.


White color preview on #ACB0AB background

This text has white color on #ACB0AB background.