COLOR #ACB2AC

HEX: #ACB2AC RGB: (172,178,172)

Color info

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

RGB color model

#ACB2AC color RGB value is (172,178,172).

RGB: (172,178,172) (67%, 70%, 67%)

RGB channels and saturation

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

172
178
172

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

Portions of RGB colors in percentages

R + G + B = 172 + 178 + 172 = 522 (100%)
R 172 of 522 ~ 32.95%
G 178 of 522 ~ 34.1%
B 172 of 522 ~ 32.95'%

%32.95
%34.1
%32.95

CMYK color model

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

  • cyan value is 3.37%
  • magenta value is 0.00%
  • yellow value is 3.37%
  • key color value is 30.20%

CMYK: (3,0,3,30)
C3M0Y3K30 (3%, 0%, 3%, 30%)
(0.03 / 0.00 / 0.03 / 0.30)

CMYK percentages

%3.37
%0
%3.37
%30.2

Codes

Color #ACB2AC in popluar color models

AC B2 AC
RGB 172 178 172
HSL 120° 3.75% 68.63%
HSB/HSV 120° 3.37% 69.80%
CMYK 3.37% 0.00% 3.37%
30.20%

Color #ACB2AC in popluar number systems.

HEX AC B2 AC
Decimal 172 178 172
Binary 10101100 10110010 10101100
Octal 254 262 254

Shades and tints

Shades of #ACB2AC

#ACB2AC
(172,178,172)
#9DA29D
(157,162,157)
#8E928E
(142,146,142)
#7F827F
(127,130,127)
#707270
(112,114,112)
#616261
(97,98,97)
#525252
(82,82,82)
#434243
(67,66,67)
#343234
(52,50,52)
#252225
(37,34,37)
#161216
(22,18,22)
#000000
(0,0,0)

Tints of #ACB2AC

#ACB2AC
(172,178,172)
#B3B9B3
(179,185,179)
#BAC0BA
(186,192,186)
#C1C7C1
(193,199,193)
#C8CEC8
(200,206,200)
#CFD5CF
(207,213,207)
#D6DCD6
(214,220,214)
#DDE3DD
(221,227,221)
#E4EAE4
(228,234,228)
#EBF1EB
(235,241,235)
#F2F8F2
(242,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB2AC; }

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

This text font color is #ACB2AC.

Background Color

.myBgColor { background-color: #ACB2AC; }

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

This div background color is #ACB2AC.

Border color

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

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

This div border color is #ACB2AC.

Opacity

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

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

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

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

This text has shadow with #ACB2AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB2AC.

Preview

Color preview on black background

This text has color #ACB2AC on black background.


Color preview on white background

This text has color #ACB2AC on white background.


Black color preview on #ACB2AC background

This text has black color on #ACB2AC background.


White color preview on #ACB2AC background

This text has white color on #ACB2AC background.


Related colors

Complementary color

Complementary color for #hex is #534D53.


I love getcolorcode.com

Triadic colors

1 #ACACB2 and #B2ACAC with #ACB2AC are triadic colors.

2 #ACB2AC and #B2ACAC with #ACB2AC are triadic colors.