COLOR #ACB9BA

HEX: #ACB9BA RGB: (172,185,186)

Color info

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

RGB color model

#ACB9BA color RGB value is (172,185,186).

RGB: (172,185,186) (67%, 73%, 73%)

RGB channels and saturation

R 172 of 255 = 67%
G 185 of 255 = 73%
B 186 of 255 = 73%

172
185
186

R + G + B ~ 71%. #ACB9BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 185 + 186 = 543 (100%)
R 172 of 543 ~ 31.68%
G 185 of 543 ~ 34.07%
B 186 of 543 ~ 34.25'%

%31.68
%34.07
%34.25

CMYK color model

#ACB9BA color CMYK value is (8,1,0,27).

  • cyan value is 7.53%
  • magenta value is 0.54%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK: (8,1,0,27) C8M1Y0K27 (8%,1%,0%,27%) (0.08/0.01/0.00/0.27) 

CMYK percentages

%7.53
%0.54
%0
%27.06

Codes

Color #ACB9BA in popluar color models

AC B9 BA
RGB 172 185 186
HSL 184° 9.21% 70.20%
HSB/HSV 184° 7.53% 72.94%
CMYK 7.53% 0.54% 0.00%
27.06%

Color #ACB9BA in popluar number systems.

HEX AC B9 BA
Decimal 172 185 186
Binary 10101100 10111001 10111010
Octal 254 271 272

Shades and tints

Shades of #ACB9BA

#ACB9BA
(172,185,186)
#9DA9AA
(157,169,170)
#8E999A
(142,153,154)
#7F898A
(127,137,138)
#70797A
(112,121,122)
#61696A
(97,105,106)
#52595A
(82,89,90)
#43494A
(67,73,74)
#34393A
(52,57,58)
#25292A
(37,41,42)
#16191A
(22,25,26)
#000000
(0,0,0)

Tints of #ACB9BA

#ACB9BA
(172,185,186)
#B3BFC0
(179,191,192)
#BAC5C6
(186,197,198)
#C1CBCC
(193,203,204)
#C8D1D2
(200,209,210)
#CFD7D8
(207,215,216)
#D6DDDE
(214,221,222)
#DDE3E4
(221,227,228)
#E4E9EA
(228,233,234)
#EBEFF0
(235,239,240)
#F2F5F6
(242,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB9BA; }

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

This text font color is #ACB9BA.

Background Color

.myBgColor { background-color: #ACB9BA; }

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

This div background color is #ACB9BA.

Border color

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

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

This div border color is #ACB9BA.

Opacity

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

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

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

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

This text has shadow with #ACB9BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB9BA.

Preview

Color preview on black background

This text has color #ACB9BA on black background.


Color preview on white background

This text has color #ACB9BA on white background.


Black color preview on #ACB9BA background

This text has black color on #ACB9BA background.


White color preview on #ACB9BA background

This text has white color on #ACB9BA background.


Related colors

Complementary color

Complementary color for #hex is #534645.


I love getcolorcode.com

Triadic colors

1 #BAACB9 and #B9BAAC with #ACB9BA are triadic colors.

2 #BAB9AC and #B9ACBA with #ACB9BA are triadic colors.