COLOR #ACABA0

HEX: #ACABA0
RGB: (172,171,160)

Color info

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

RGB color model

#ACABA0 color RGB value is (172,171,160).

  • red value is 172;
  • green value is 171;
  • blue value is 160.
RGB:
(172,171,160)
(67%,67%,63%)

RGB channels and saturation

R 172 of 255 = 67%
G 171 of 255 = 67%
B 160 of 255 = 63%

172
171
160

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

Portions of RGB colors in percentages

R + G + B =
172 + 171 + 160 = 503 (100%)
R 172 of 503 ~ 34.19%
G 171 of 503 ~ 34%
B 160 of 503 ~ 31.81%

%34.19
%34
%31.81

CMYK color model

#ACABA0 color CMYK value is (0,1,7,33).

  • cyan value is 0.00%
  • magenta value is 0.58%
  • yellow value is 6.98%
  • key color value is 32.55%
CMYK:
(0,1,7,33)
C0M1Y7K33 
(0%,1%,7%,33%)
(0.00/0.01/0.07/0.33)	

CMYK percentages

%0
%0.58
%6.98
%32.55

Codes

Color #ACABA0 in popluar color models

ACABA0
RGB172171160
HSL55°6.74%65.10%
HSB/HSV55°6.98%67.45%
CMYK0.00%0.58%6.98%
32.55%

Color #ACABA0 in popluar number systems.

HEXACABA0
Decimal172171160
Binary101011001010101110100000
Octal254253240

Shades and tints

Shades of #ACABA0

#ACABA0
(172,171,160)
#9D9C92
(157,156,146)
#8E8D84
(142,141,132)
#7F7E76
(127,126,118)
#706F68
(112,111,104)
#61605A
(97,96,90)
#52514C
(82,81,76)
#43423E
(67,66,62)
#343330
(52,51,48)
#252422
(37,36,34)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #ACABA0

#ACABA0
(172,171,160)
#B3B2A8
(179,178,168)
#BAB9B0
(186,185,176)
#C1C0B8
(193,192,184)
#C8C7C0
(200,199,192)
#CFCEC8
(207,206,200)
#D6D5D0
(214,213,208)
#DDDCD8
(221,220,216)
#E4E3E0
(228,227,224)
#EBEAE8
(235,234,232)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACABA0; }

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

This text font color is #ACABA0.


Background Color

.myBgColor { background-color: #ACABA0; }

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

This div background color is #ACABA0.


Border color

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

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

This div border color is #ACABA0.


Opacity

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

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

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

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

This text has shadow with #ACABA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACABA0 on black background.


Color preview on white background

This text has color #ACABA0 on white background.



Black color preview on #ACABA0 background

This text has black color on #ACABA0 background.


White color preview on #ACABA0 background

This text has white color on #ACABA0 background.