COLOR #ACB9B7

HEX: #ACB9B7 RGB: (172,185,183)

Color info

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

RGB color model

#ACB9B7 color RGB value is (172,185,183).

RGB: (172,185,183) (67%, 73%, 72%)

RGB channels and saturation

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

172
185
183

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

Portions of RGB colors in percentages

R + G + B = 172 + 185 + 183 = 540 (100%)
R 172 of 540 ~ 31.85%
G 185 of 540 ~ 34.26%
B 183 of 540 ~ 33.89'%

%31.85
%34.26
%33.89

CMYK color model

#ACB9B7 color CMYK value is (7,0,1,27).

  • cyan value is 7.03%
  • magenta value is 0.00%
  • yellow value is 1.08%
  • key color value is 27.45%

CMYK: (7,0,1,27)
C7M0Y1K27 (7%, 0%, 1%, 27%)
(0.07 / 0.00 / 0.01 / 0.27)

CMYK percentages

%7.03
%0
%1.08
%27.45

Codes

Color #ACB9B7 in popluar color models

AC B9 B7
RGB 172 185 183
HSL 171° 8.50% 70.00%
HSB/HSV 171° 7.03% 72.55%
CMYK 7.03% 0.00% 1.08%
27.45%

Color #ACB9B7 in popluar number systems.

HEX AC B9 B7
Decimal 172 185 183
Binary 10101100 10111001 10110111
Octal 254 271 267

Shades and tints

Shades of #ACB9B7

#ACB9B7
(172,185,183)
#9DA9A7
(157,169,167)
#8E9997
(142,153,151)
#7F8987
(127,137,135)
#707977
(112,121,119)
#616967
(97,105,103)
#525957
(82,89,87)
#434947
(67,73,71)
#343937
(52,57,55)
#252927
(37,41,39)
#161917
(22,25,23)
#000000
(0,0,0)

Tints of #ACB9B7

#ACB9B7
(172,185,183)
#B3BFBD
(179,191,189)
#BAC5C3
(186,197,195)
#C1CBC9
(193,203,201)
#C8D1CF
(200,209,207)
#CFD7D5
(207,215,213)
#D6DDDB
(214,221,219)
#DDE3E1
(221,227,225)
#E4E9E7
(228,233,231)
#EBEFED
(235,239,237)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB9B7; }

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

This text font color is #ACB9B7.

Background Color

.myBgColor { background-color: #ACB9B7; }

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

This div background color is #ACB9B7.

Border color

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

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

This div border color is #ACB9B7.

Opacity

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

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

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

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

This text has shadow with #ACB9B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB9B7.

Preview

Color preview on black background

This text has color #ACB9B7 on black background.


Color preview on white background

This text has color #ACB9B7 on white background.


Black color preview on #ACB9B7 background

This text has black color on #ACB9B7 background.


White color preview on #ACB9B7 background

This text has white color on #ACB9B7 background.


Related colors

Complementary color

Complementary color for #hex is #534648.


I love getcolorcode.com

Triadic colors

1 #B7ACB9 and #B9B7AC with #ACB9B7 are triadic colors.

2 #B7B9AC and #B9ACB7 with #ACB9B7 are triadic colors.