COLOR #ACB6AB

HEX: #ACB6AB RGB: (172,182,171)

Color info

#ACB6AB contains red, green and blue colors in about the same proportion. Web safe color of #ACB6AB is #99CC99 (or #9C9).

RGB color model

#ACB6AB color RGB value is (172,182,171).

RGB: (172,182,171) (67%, 71%, 67%)

RGB channels and saturation

R 172 of 255 = 67%
G 182 of 255 = 71%
B 171 of 255 = 67%

172
182
171

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

Portions of RGB colors in percentages

R + G + B = 172 + 182 + 171 = 525 (100%)
R 172 of 525 ~ 32.76%
G 182 of 525 ~ 34.67%
B 171 of 525 ~ 32.57'%

%32.76
%34.67
%32.57

CMYK color model

#ACB6AB color CMYK value is (5,0,6,29).

  • cyan value is 5.49%
  • magenta value is 0.00%
  • yellow value is 6.04%
  • key color value is 28.63%
CMYK: (5,0,6,29) C5M0Y6K29 (5%,0%,6%,29%) (0.05/0.00/0.06/0.29) 

CMYK percentages

%5.49
%0
%6.04
%28.63

Codes

Color #ACB6AB in popluar color models

AC B6 AB
RGB 172 182 171
HSL 115° 7.01% 69.22%
HSB/HSV 115° 6.04% 71.37%
CMYK 5.49% 0.00% 6.04%
28.63%

Color #ACB6AB in popluar number systems.

HEX AC B6 AB
Decimal 172 182 171
Binary 10101100 10110110 10101011
Octal 254 266 253

Shades and tints

Shades of #ACB6AB

#ACB6AB
(172,182,171)
#9DA69C
(157,166,156)
#8E968D
(142,150,141)
#7F867E
(127,134,126)
#70766F
(112,118,111)
#616660
(97,102,96)
#525651
(82,86,81)
#434642
(67,70,66)
#343633
(52,54,51)
#252624
(37,38,36)
#161615
(22,22,21)
#000000
(0,0,0)

Tints of #ACB6AB

#ACB6AB
(172,182,171)
#B3BCB2
(179,188,178)
#BAC2B9
(186,194,185)
#C1C8C0
(193,200,192)
#C8CEC7
(200,206,199)
#CFD4CE
(207,212,206)
#D6DAD5
(214,218,213)
#DDE0DC
(221,224,220)
#E4E6E3
(228,230,227)
#EBECEA
(235,236,234)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB6AB; }

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

This text font color is #ACB6AB.

Background Color

.myBgColor { background-color: #ACB6AB; }

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

This div background color is #ACB6AB.

Border color

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

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

This div border color is #ACB6AB.

Opacity

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

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

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

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

This text has shadow with #ACB6AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB6AB.

Preview

Color preview on black background

This text has color #ACB6AB on black background.


Color preview on white background

This text has color #ACB6AB on white background.


Black color preview on #ACB6AB background

This text has black color on #ACB6AB background.


White color preview on #ACB6AB background

This text has white color on #ACB6AB background.


Related colors

Complementary color

Complementary color for #hex is #534954.


I love getcolorcode.com

Triadic colors

1 #ABACB6 and #B6ABAC with #ACB6AB are triadic colors.

2 #ABB6AC and #B6ACAB with #ACB6AB are triadic colors.