COLOR #ACABA7

HEX: #ACABA7 RGB: (172,171,167)

Color info

#ACABA7 contains red, green and blue colors in about the same proportion. Web safe color of #ACABA7 is #999999 (or #999).

RGB color model

#ACABA7 color RGB value is (172,171,167).

RGB: (172,171,167) (67%, 67%, 65%)

RGB channels and saturation

R 172 of 255 = 67%
G 171 of 255 = 67%
B 167 of 255 = 65%

172
171
167

R + G + B ~ 66%. #ACABA7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 171 + 167 = 510 (100%)
R 172 of 510 ~ 33.73%
G 171 of 510 ~ 33.53%
B 167 of 510 ~ 32.75'%

%33.73
%33.53
%32.75

CMYK color model

#ACABA7 color CMYK value is (0,1,3,33).

  • cyan value is 0.00%
  • magenta value is 0.58%
  • yellow value is 2.91%
  • key color value is 32.55%

CMYK: (0,1,3,33)
C0M1Y3K33 (0%, 1%, 3%, 33%)
(0.00 / 0.01 / 0.03 / 0.33)

CMYK percentages

%0
%0.58
%2.91
%32.55

Codes

Color #ACABA7 in popluar color models

AC AB A7
RGB 172 171 167
HSL 48° 2.92% 66.47%
HSB/HSV 48° 2.91% 67.45%
CMYK 0.00% 0.58% 2.91%
32.55%

Color #ACABA7 in popluar number systems.

HEX AC AB A7
Decimal 172 171 167
Binary 10101100 10101011 10100111
Octal 254 253 247

Shades and tints

Shades of #ACABA7

#ACABA7
(172,171,167)
#9D9C98
(157,156,152)
#8E8D89
(142,141,137)
#7F7E7A
(127,126,122)
#706F6B
(112,111,107)
#61605C
(97,96,92)
#52514D
(82,81,77)
#43423E
(67,66,62)
#34332F
(52,51,47)
#252420
(37,36,32)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #ACABA7

#ACABA7
(172,171,167)
#B3B2AF
(179,178,175)
#BAB9B7
(186,185,183)
#C1C0BF
(193,192,191)
#C8C7C7
(200,199,199)
#CFCECF
(207,206,207)
#D6D5D7
(214,213,215)
#DDDCDF
(221,220,223)
#E4E3E7
(228,227,231)
#EBEAEF
(235,234,239)
#F2F1F7
(242,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACABA7 color. Also use rgb(172,171,167) instead hex code.

Text Font Color

.myTextColor { color: #ACABA7; }

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

This text font color is #ACABA7.

Background Color

.myBgColor { background-color: #ACABA7; }

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

This div background color is #ACABA7.

Border color

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

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

This div border color is #ACABA7.

Opacity

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

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

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

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

This text has shadow with #ACABA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACABA7.

Preview

Color preview on black background

This text has color #ACABA7 on black background.


Color preview on white background

This text has color #ACABA7 on white background.


Black color preview on #ACABA7 background

This text has black color on #ACABA7 background.


White color preview on #ACABA7 background

This text has white color on #ACABA7 background.


Related colors

Complementary color

Complementary color for #hex is #535458.


I love getcolorcode.com

Triadic colors

1 #A7ACAB and #ABA7AC with #ACABA7 are triadic colors.

2 #A7ABAC and #ABACA7 with #ACABA7 are triadic colors.