COLOR #ACB7AB

HEX: #ACB7AB RGB: (172,183,171)

Color info

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

RGB color model

#ACB7AB color RGB value is (172,183,171).

RGB: (172,183,171) (67%, 72%, 67%)

RGB channels and saturation

R 172 of 255 = 67%
G 183 of 255 = 72%
B 171 of 255 = 67%

172
183
171

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

Portions of RGB colors in percentages

R + G + B = 172 + 183 + 171 = 526 (100%)
R 172 of 526 ~ 32.7%
G 183 of 526 ~ 34.79%
B 171 of 526 ~ 32.51'%

%32.7
%34.79
%32.51

CMYK color model

#ACB7AB color CMYK value is (6,0,7,28).

  • cyan value is 6.01%
  • magenta value is 0.00%
  • yellow value is 6.56%
  • key color value is 28.24%

CMYK: (6,0,7,28)
C6M0Y7K28 (6%, 0%, 7%, 28%)
(0.06 / 0.00 / 0.07 / 0.28)

CMYK percentages

%6.01
%0
%6.56
%28.24

Codes

Color #ACB7AB in popluar color models

AC B7 AB
RGB 172 183 171
HSL 115° 7.69% 69.41%
HSB/HSV 115° 6.56% 71.76%
CMYK 6.01% 0.00% 6.56%
28.24%

Color #ACB7AB in popluar number systems.

HEX AC B7 AB
Decimal 172 183 171
Binary 10101100 10110111 10101011
Octal 254 267 253

Shades and tints

Shades of #ACB7AB

#ACB7AB
(172,183,171)
#9DA79C
(157,167,156)
#8E978D
(142,151,141)
#7F877E
(127,135,126)
#70776F
(112,119,111)
#616760
(97,103,96)
#525751
(82,87,81)
#434742
(67,71,66)
#343733
(52,55,51)
#252724
(37,39,36)
#161715
(22,23,21)
#000000
(0,0,0)

Tints of #ACB7AB

#ACB7AB
(172,183,171)
#B3BDB2
(179,189,178)
#BAC3B9
(186,195,185)
#C1C9C0
(193,201,192)
#C8CFC7
(200,207,199)
#CFD5CE
(207,213,206)
#D6DBD5
(214,219,213)
#DDE1DC
(221,225,220)
#E4E7E3
(228,231,227)
#EBEDEA
(235,237,234)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB7AB; }

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

This text font color is #ACB7AB.

Background Color

.myBgColor { background-color: #ACB7AB; }

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

This div background color is #ACB7AB.

Border color

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

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

This div border color is #ACB7AB.

Opacity

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

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

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

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

This text has shadow with #ACB7AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB7AB.

Preview

Color preview on black background

This text has color #ACB7AB on black background.


Color preview on white background

This text has color #ACB7AB on white background.


Black color preview on #ACB7AB background

This text has black color on #ACB7AB background.


White color preview on #ACB7AB background

This text has white color on #ACB7AB background.


Related colors

Complementary color

Complementary color for #hex is #534854.


I love getcolorcode.com

Triadic colors

1 #ABACB7 and #B7ABAC with #ACB7AB are triadic colors.

2 #ABB7AC and #B7ACAB with #ACB7AB are triadic colors.