COLOR #ACB3AB

HEX: #ACB3AB
RGB: (172,179,171)

Color info

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

RGB color model

#ACB3AB color RGB value is (172,179,171).

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

RGB channels and saturation

R 172 of 255 = 67%
G 179 of 255 = 70%
B 171 of 255 = 67%

172
179
171

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

Portions of RGB colors in percentages

R + G + B =
172 + 179 + 171 = 522 (100%)
R 172 of 522 ~ 32.95%
G 179 of 522 ~ 34.29%
B 171 of 522 ~ 32.76%

%32.95
%34.29
%32.76

CMYK color model

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

  • cyan value is 3.91%
  • magenta value is 0.00%
  • yellow value is 4.47%
  • key color value is 29.80%
CMYK:
(4,0,4,30)
C4M0Y4K30 
(4%,0%,4%,30%)
(0.04/0.00/0.04/0.30)	

CMYK percentages

%3.91
%0
%4.47
%29.8

Codes

Color #ACB3AB in popluar color models

ACB3AB
RGB172179171
HSL113°5.00%68.63%
HSB/HSV113°4.47%70.20%
CMYK3.91%0.00%4.47%
29.80%

Color #ACB3AB in popluar number systems.

HEXACB3AB
Decimal172179171
Binary101011001011001110101011
Octal254263253

Shades and tints

Shades of #ACB3AB

#ACB3AB
(172,179,171)
#9DA39C
(157,163,156)
#8E938D
(142,147,141)
#7F837E
(127,131,126)
#70736F
(112,115,111)
#616360
(97,99,96)
#525351
(82,83,81)
#434342
(67,67,66)
#343333
(52,51,51)
#252324
(37,35,36)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #ACB3AB

#ACB3AB
(172,179,171)
#B3B9B2
(179,185,178)
#BABFB9
(186,191,185)
#C1C5C0
(193,197,192)
#C8CBC7
(200,203,199)
#CFD1CE
(207,209,206)
#D6D7D5
(214,215,213)
#DDDDDC
(221,221,220)
#E4E3E3
(228,227,227)
#EBE9EA
(235,233,234)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB3AB; }

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

This text font color is #ACB3AB.


Background Color

.myBgColor { background-color: #ACB3AB; }

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

This div background color is #ACB3AB.


Border color

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

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

This div border color is #ACB3AB.


Opacity

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

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

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

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

This text has shadow with #ACB3AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB3AB on black background.


Color preview on white background

This text has color #ACB3AB on white background.



Black color preview on #ACB3AB background

This text has black color on #ACB3AB background.


White color preview on #ACB3AB background

This text has white color on #ACB3AB background.