COLOR #ACB0B1

HEX: #ACB0B1
RGB: (172,176,177)

Color info

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

RGB color model

#ACB0B1 color RGB value is (172,176,177).

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

RGB channels and saturation

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

172
176
177

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

Portions of RGB colors in percentages

R + G + B =
172 + 176 + 177 = 525 (100%)
R 172 of 525 ~ 32.76%
G 176 of 525 ~ 33.52%
B 177 of 525 ~ 33.71%

%32.76
%33.52
%33.71

CMYK color model

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

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

CMYK percentages

%2.82
%0.56
%0
%30.59

Codes

Color #ACB0B1 in popluar color models

ACB0B1
RGB172176177
HSL192°3.11%68.43%
HSB/HSV192°2.82%69.41%
CMYK2.82%0.56%0.00%
30.59%

Color #ACB0B1 in popluar number systems.

HEXACB0B1
Decimal172176177
Binary101011001011000010110001
Octal254260261

Shades and tints

Shades of #ACB0B1

#ACB0B1
(172,176,177)
#9DA0A1
(157,160,161)
#8E9091
(142,144,145)
#7F8081
(127,128,129)
#707071
(112,112,113)
#616061
(97,96,97)
#525051
(82,80,81)
#434041
(67,64,65)
#343031
(52,48,49)
#252021
(37,32,33)
#161011
(22,16,17)
#000000
(0,0,0)

Tints of #ACB0B1

#ACB0B1
(172,176,177)
#B3B7B8
(179,183,184)
#BABEBF
(186,190,191)
#C1C5C6
(193,197,198)
#C8CCCD
(200,204,205)
#CFD3D4
(207,211,212)
#D6DADB
(214,218,219)
#DDE1E2
(221,225,226)
#E4E8E9
(228,232,233)
#EBEFF0
(235,239,240)
#F2F6F7
(242,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB0B1; }

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

This text font color is #ACB0B1.


Background Color

.myBgColor { background-color: #ACB0B1; }

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

This div background color is #ACB0B1.


Border color

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

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

This div border color is #ACB0B1.


Opacity

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

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

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

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

This text has shadow with #ACB0B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB0B1 on black background.


Color preview on white background

This text has color #ACB0B1 on white background.



Black color preview on #ACB0B1 background

This text has black color on #ACB0B1 background.


White color preview on #ACB0B1 background

This text has white color on #ACB0B1 background.