COLOR #ACB1B3

HEX: #ACB1B3
RGB: (172,177,179)

Color info

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

RGB color model

#ACB1B3 color RGB value is (172,177,179).

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

RGB channels and saturation

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

172
177
179

R + G + B ~ 69%. #ACB1B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 177 + 179 = 528 (100%)
R 172 of 528 ~ 32.58%
G 177 of 528 ~ 33.52%
B 179 of 528 ~ 33.9%

%32.58
%33.52
%33.9

CMYK color model

#ACB1B3 color CMYK value is (4,1,0,30).

  • cyan value is 3.91%
  • magenta value is 1.12%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(4,1,0,30)
C4M1Y0K30 
(4%,1%,0%,30%)
(0.04/0.01/0.00/0.30)	

CMYK percentages

%3.91
%1.12
%0
%29.8

Codes

Color #ACB1B3 in popluar color models

ACB1B3
RGB172177179
HSL197°4.40%68.82%
HSB/HSV197°3.91%70.20%
CMYK3.91%1.12%0.00%
29.80%

Color #ACB1B3 in popluar number systems.

HEXACB1B3
Decimal172177179
Binary101011001011000110110011
Octal254261263

Shades and tints

Shades of #ACB1B3

#ACB1B3
(172,177,179)
#9DA1A3
(157,161,163)
#8E9193
(142,145,147)
#7F8183
(127,129,131)
#707173
(112,113,115)
#616163
(97,97,99)
#525153
(82,81,83)
#434143
(67,65,67)
#343133
(52,49,51)
#252123
(37,33,35)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #ACB1B3

#ACB1B3
(172,177,179)
#B3B8B9
(179,184,185)
#BABFBF
(186,191,191)
#C1C6C5
(193,198,197)
#C8CDCB
(200,205,203)
#CFD4D1
(207,212,209)
#D6DBD7
(214,219,215)
#DDE2DD
(221,226,221)
#E4E9E3
(228,233,227)
#EBF0E9
(235,240,233)
#F2F7EF
(242,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB1B3; }

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

This text font color is #ACB1B3.


Background Color

.myBgColor { background-color: #ACB1B3; }

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

This div background color is #ACB1B3.


Border color

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

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

This div border color is #ACB1B3.


Opacity

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

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

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

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

This text has shadow with #ACB1B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB1B3 on black background.


Color preview on white background

This text has color #ACB1B3 on white background.



Black color preview on #ACB1B3 background

This text has black color on #ACB1B3 background.


White color preview on #ACB1B3 background

This text has white color on #ACB1B3 background.