COLOR #ACBAB6

HEX: #ACBAB6 RGB: (172,186,182)

Color info

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

RGB color model

#ACBAB6 color RGB value is (172,186,182).

RGB: (172,186,182) (67%, 73%, 71%)

RGB channels and saturation

R 172 of 255 = 67%
G 186 of 255 = 73%
B 182 of 255 = 71%

172
186
182

R + G + B ~ 70%. #ACBAB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 186 + 182 = 540 (100%)
R 172 of 540 ~ 31.85%
G 186 of 540 ~ 34.44%
B 182 of 540 ~ 33.7'%

%31.85
%34.44
%33.7

CMYK color model

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

  • cyan value is 7.53%
  • magenta value is 0.00%
  • yellow value is 2.15%
  • 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
%2.15
%27.06

Codes

Color #ACBAB6 in popluar color models

AC BA B6
RGB 172 186 182
HSL 163° 9.21% 70.20%
HSB/HSV 163° 7.53% 72.94%
CMYK 7.53% 0.00% 2.15%
27.06%

Color #ACBAB6 in popluar number systems.

HEX AC BA B6
Decimal 172 186 182
Binary 10101100 10111010 10110110
Octal 254 272 266

Shades and tints

Shades of #ACBAB6

#ACBAB6
(172,186,182)
#9DAAA6
(157,170,166)
#8E9A96
(142,154,150)
#7F8A86
(127,138,134)
#707A76
(112,122,118)
#616A66
(97,106,102)
#525A56
(82,90,86)
#434A46
(67,74,70)
#343A36
(52,58,54)
#252A26
(37,42,38)
#161A16
(22,26,22)
#000000
(0,0,0)

Tints of #ACBAB6

#ACBAB6
(172,186,182)
#B3C0BC
(179,192,188)
#BAC6C2
(186,198,194)
#C1CCC8
(193,204,200)
#C8D2CE
(200,210,206)
#CFD8D4
(207,216,212)
#D6DEDA
(214,222,218)
#DDE4E0
(221,228,224)
#E4EAE6
(228,234,230)
#EBF0EC
(235,240,236)
#F2F6F2
(242,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBAB6; }

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

This text font color is #ACBAB6.

Background Color

.myBgColor { background-color: #ACBAB6; }

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

This div background color is #ACBAB6.

Border color

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

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

This div border color is #ACBAB6.

Opacity

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

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

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

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

This text has shadow with #ACBAB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACBAB6.

Preview

Color preview on black background

This text has color #ACBAB6 on black background.


Color preview on white background

This text has color #ACBAB6 on white background.


Black color preview on #ACBAB6 background

This text has black color on #ACBAB6 background.


White color preview on #ACBAB6 background

This text has white color on #ACBAB6 background.


Related colors

Complementary color

Complementary color for #hex is #534549.


I love getcolorcode.com

Triadic colors

1 #B6ACBA and #BAB6AC with #ACBAB6 are triadic colors.

2 #B6BAAC and #BAACB6 with #ACBAB6 are triadic colors.