COLOR #ACB2AB

HEX: #ACB2AB RGB: (172,178,171)

Color info

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

RGB color model

#ACB2AB color RGB value is (172,178,171).

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

RGB channels and saturation

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

172
178
171

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

Portions of RGB colors in percentages

R + G + B = 172 + 178 + 171 = 521 (100%)
R 172 of 521 ~ 33.01%
G 178 of 521 ~ 34.17%
B 171 of 521 ~ 32.82'%

%33.01
%34.17
%32.82

CMYK color model

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

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

CMYK: (3,0,4,30)
C3M0Y4K30 (3%, 0%, 4%, 30%)
(0.03 / 0.00 / 0.04 / 0.30)

CMYK percentages

%3.37
%0
%3.93
%30.2

Codes

Color #ACB2AB in popluar color models

AC B2 AB
RGB 172 178 171
HSL 111° 4.35% 68.43%
HSB/HSV 111° 3.93% 69.80%
CMYK 3.37% 0.00% 3.93%
30.20%

Color #ACB2AB in popluar number systems.

HEX AC B2 AB
Decimal 172 178 171
Binary 10101100 10110010 10101011
Octal 254 262 253

Shades and tints

Shades of #ACB2AB

#ACB2AB
(172,178,171)
#9DA29C
(157,162,156)
#8E928D
(142,146,141)
#7F827E
(127,130,126)
#70726F
(112,114,111)
#616260
(97,98,96)
#525251
(82,82,81)
#434242
(67,66,66)
#343233
(52,50,51)
#252224
(37,34,36)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #ACB2AB

#ACB2AB
(172,178,171)
#B3B9B2
(179,185,178)
#BAC0B9
(186,192,185)
#C1C7C0
(193,199,192)
#C8CEC7
(200,206,199)
#CFD5CE
(207,213,206)
#D6DCD5
(214,220,213)
#DDE3DC
(221,227,220)
#E4EAE3
(228,234,227)
#EBF1EA
(235,241,234)
#F2F8F1
(242,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB2AB; }

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

This text font color is #ACB2AB.

Background Color

.myBgColor { background-color: #ACB2AB; }

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

This div background color is #ACB2AB.

Border color

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

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

This div border color is #ACB2AB.

Opacity

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

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

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

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

This text has shadow with #ACB2AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB2AB.

Preview

Color preview on black background

This text has color #ACB2AB on black background.


Color preview on white background

This text has color #ACB2AB on white background.


Black color preview on #ACB2AB background

This text has black color on #ACB2AB background.


White color preview on #ACB2AB background

This text has white color on #ACB2AB background.


Related colors

Complementary color

Complementary color for #hex is #534D54.


I love getcolorcode.com

Triadic colors

1 #ABACB2 and #B2ABAC with #ACB2AB are triadic colors.

2 #ABB2AC and #B2ACAB with #ACB2AB are triadic colors.