COLOR #ACB7BA

HEX: #ACB7BA
RGB: (172,183,186)

Color info

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

RGB color model

#ACB7BA color RGB value is (172,183,186).

  • red value is 172;
  • green value is 183;
  • blue value is 186.
RGB: (172,183,186) (67%,72%,73%)

RGB channels and saturation

R 172 of 255 = 67%
G 183 of 255 = 72%
B 186 of 255 = 73%

172
183
186

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

Portions of RGB colors in percentages

R + G + B =
172 + 183 + 186 = 541 (100%)
R 172 of 541 ~ 31.79%
G 183 of 541 ~ 33.83%
B 186 of 541 ~ 34.38%

%31.79
%33.83
%34.38

CMYK color model

#ACB7BA color CMYK value is (8,2,0,27).

  • cyan value is 7.53%
  • magenta value is 1.61%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK: (8,2,0,27) C8M2Y0K27 (8%,2%,0%,27%) (0.08/0.02/0.00/0.27)

CMYK percentages

%7.53
%1.61
%0
%27.06

Codes

Color #ACB7BA in popluar color models

ACB7BA
RGB172183186
HSL193°9.21%70.20%
HSB/HSV193°7.53%72.94%
CMYK7.53%1.61%0.00%
27.06%

Color #ACB7BA in popluar number systems.

HEXACB7BA
Decimal172183186
Binary101011001011011110111010
Octal254267272

Shades and tints

Shades of #ACB7BA

#ACB7BA
(172,183,186)
#9DA7AA
(157,167,170)
#8E979A
(142,151,154)
#7F878A
(127,135,138)
#70777A
(112,119,122)
#61676A
(97,103,106)
#52575A
(82,87,90)
#43474A
(67,71,74)
#34373A
(52,55,58)
#25272A
(37,39,42)
#16171A
(22,23,26)
#000000
(0,0,0)

Tints of #ACB7BA

#ACB7BA
(172,183,186)
#B3BDC0
(179,189,192)
#BAC3C6
(186,195,198)
#C1C9CC
(193,201,204)
#C8CFD2
(200,207,210)
#CFD5D8
(207,213,216)
#D6DBDE
(214,219,222)
#DDE1E4
(221,225,228)
#E4E7EA
(228,231,234)
#EBEDF0
(235,237,240)
#F2F3F6
(242,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB7BA; }

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

This text font color is #ACB7BA.


Background Color

.myBgColor { background-color: #ACB7BA; }

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

This div background color is #ACB7BA.


Border color

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

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

This div border color is #ACB7BA.


Opacity

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

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

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

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

This text has shadow with #ACB7BA color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #ACB7BA; -webkit-box-shadow:	1px 1px 3px 2px #ACB7BA; box-shadow:	1px 1px 3px 2px #ACB7BA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #ACB7BA; -webkit-box-shadow: 1px 1px 3px 2px #ACB7BA; box-shadow:1px 1px 3px 2px #ACB7BA;">
Div content here</div>
This div box has shadow with color #ACB7BA.

Preview

Color preview on black background

This text has color #ACB7BA on black background.


Color preview on white background

This text has color #ACB7BA on white background.



Black color preview on #ACB7BA background

This text has black color on #ACB7BA background.


White color preview on #ACB7BA background

This text has white color on #ACB7BA background.