COLOR #ACB2B0

HEX: #ACB2B0
RGB: (172,178,176)

Color info

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

RGB color model

#ACB2B0 color RGB value is (172,178,176).

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

RGB channels and saturation

R 172 of 255 = 67%
G 178 of 255 = 70%
B 176 of 255 = 69%

172
178
176

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

Portions of RGB colors in percentages

R + G + B =
172 + 178 + 176 = 526 (100%)
R 172 of 526 ~ 32.7%
G 178 of 526 ~ 33.84%
B 176 of 526 ~ 33.46%

%32.7
%33.84
%33.46

CMYK color model

#ACB2B0 color CMYK value is (3,0,1,30).

  • cyan value is 3.37%
  • magenta value is 0.00%
  • yellow value is 1.12%
  • key color value is 30.20%
CMYK:
(3,0,1,30)
C3M0Y1K30 
(3%,0%,1%,30%)
(0.03/0.00/0.01/0.30)	

CMYK percentages

%3.37
%0
%1.12
%30.2

Codes

Color #ACB2B0 in popluar color models

ACB2B0
RGB172178176
HSL160°3.75%68.63%
HSB/HSV160°3.37%69.80%
CMYK3.37%0.00%1.12%
30.20%

Color #ACB2B0 in popluar number systems.

HEXACB2B0
Decimal172178176
Binary101011001011001010110000
Octal254262260

Shades and tints

Shades of #ACB2B0

#ACB2B0
(172,178,176)
#9DA2A0
(157,162,160)
#8E9290
(142,146,144)
#7F8280
(127,130,128)
#707270
(112,114,112)
#616260
(97,98,96)
#525250
(82,82,80)
#434240
(67,66,64)
#343230
(52,50,48)
#252220
(37,34,32)
#161210
(22,18,16)
#000000
(0,0,0)

Tints of #ACB2B0

#ACB2B0
(172,178,176)
#B3B9B7
(179,185,183)
#BAC0BE
(186,192,190)
#C1C7C5
(193,199,197)
#C8CECC
(200,206,204)
#CFD5D3
(207,213,211)
#D6DCDA
(214,220,218)
#DDE3E1
(221,227,225)
#E4EAE8
(228,234,232)
#EBF1EF
(235,241,239)
#F2F8F6
(242,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB2B0; }

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

This text font color is #ACB2B0.


Background Color

.myBgColor { background-color: #ACB2B0; }

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

This div background color is #ACB2B0.


Border color

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

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

This div border color is #ACB2B0.


Opacity

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

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

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

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

This text has shadow with #ACB2B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB2B0 on black background.


Color preview on white background

This text has color #ACB2B0 on white background.



Black color preview on #ACB2B0 background

This text has black color on #ACB2B0 background.


White color preview on #ACB2B0 background

This text has white color on #ACB2B0 background.