COLOR #ACBAB7

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

172
186
183

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

Portions of RGB colors in percentages

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

%31.79
%34.38
%33.83

CMYK color model

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

  • cyan value is 7.53%
  • magenta value is 0.00%
  • yellow value is 1.61%
  • key color value is 27.06%

CMYK: (8,0,2,27)
C8M0Y2K27 (8%, 0%, 2%, 27%)
(0.08 / 0.00 / 0.02 / 0.27)

CMYK percentages

%7.53
%0
%1.61
%27.06

Codes

Color #ACBAB7 in popluar color models

AC BA B7
RGB 172 186 183
HSL 167° 9.21% 70.20%
HSB/HSV 167° 7.53% 72.94%
CMYK 7.53% 0.00% 1.61%
27.06%

Color #ACBAB7 in popluar number systems.

HEX AC BA B7
Decimal 172 186 183
Binary 10101100 10111010 10110111
Octal 254 272 267

Shades and tints

Shades of #ACBAB7

#ACBAB7
(172,186,183)
#9DAAA7
(157,170,167)
#8E9A97
(142,154,151)
#7F8A87
(127,138,135)
#707A77
(112,122,119)
#616A67
(97,106,103)
#525A57
(82,90,87)
#434A47
(67,74,71)
#343A37
(52,58,55)
#252A27
(37,42,39)
#161A17
(22,26,23)
#000000
(0,0,0)

Tints of #ACBAB7

#ACBAB7
(172,186,183)
#B3C0BD
(179,192,189)
#BAC6C3
(186,198,195)
#C1CCC9
(193,204,201)
#C8D2CF
(200,210,207)
#CFD8D5
(207,216,213)
#D6DEDB
(214,222,219)
#DDE4E1
(221,228,225)
#E4EAE7
(228,234,231)
#EBF0ED
(235,240,237)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBAB7; }

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

This text font color is #ACBAB7.

Background Color

.myBgColor { background-color: #ACBAB7; }

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

This div background color is #ACBAB7.

Border color

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

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

This div border color is #ACBAB7.

Opacity

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

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

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

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

This text has shadow with #ACBAB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACBAB7.

Preview

Color preview on black background

This text has color #ACBAB7 on black background.


Color preview on white background

This text has color #ACBAB7 on white background.


Black color preview on #ACBAB7 background

This text has black color on #ACBAB7 background.


White color preview on #ACBAB7 background

This text has white color on #ACBAB7 background.


Related colors

Complementary color

Complementary color for #hex is #534548.


I love getcolorcode.com

Triadic colors

1 #B7ACBA and #BAB7AC with #ACBAB7 are triadic colors.

2 #B7BAAC and #BAACB7 with #ACBAB7 are triadic colors.