COLOR #ACABA8

HEX: #ACABA8
RGB: (172,171,168)

Color info

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

RGB color model

#ACABA8 color RGB value is (172,171,168).

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

RGB channels and saturation

R 172 of 255 = 67%
G 171 of 255 = 67%
B 168 of 255 = 66%

172
171
168

R + G + B ~ 67%. #ACABA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 171 + 168 = 511 (100%)
R 172 of 511 ~ 33.66%
G 171 of 511 ~ 33.46%
B 168 of 511 ~ 32.88%

%33.66
%33.46
%32.88

CMYK color model

#ACABA8 color CMYK value is (0,1,2,33).

  • cyan value is 0.00%
  • magenta value is 0.58%
  • yellow value is 2.33%
  • key color value is 32.55%
CMYK:
(0,1,2,33)
C0M1Y2K33 
(0%,1%,2%,33%)
(0.00/0.01/0.02/0.33)	

CMYK percentages

%0
%0.58
%2.33
%32.55

Codes

Color #ACABA8 in popluar color models

ACABA8
RGB172171168
HSL45°2.35%66.67%
HSB/HSV45°2.33%67.45%
CMYK0.00%0.58%2.33%
32.55%

Color #ACABA8 in popluar number systems.

HEXACABA8
Decimal172171168
Binary101011001010101110101000
Octal254253250

Shades and tints

Shades of #ACABA8

#ACABA8
(172,171,168)
#9D9C99
(157,156,153)
#8E8D8A
(142,141,138)
#7F7E7B
(127,126,123)
#706F6C
(112,111,108)
#61605D
(97,96,93)
#52514E
(82,81,78)
#43423F
(67,66,63)
#343330
(52,51,48)
#252421
(37,36,33)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #ACABA8

#ACABA8
(172,171,168)
#B3B2AF
(179,178,175)
#BAB9B6
(186,185,182)
#C1C0BD
(193,192,189)
#C8C7C4
(200,199,196)
#CFCECB
(207,206,203)
#D6D5D2
(214,213,210)
#DDDCD9
(221,220,217)
#E4E3E0
(228,227,224)
#EBEAE7
(235,234,231)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACABA8; }

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

This text font color is #ACABA8.


Background Color

.myBgColor { background-color: #ACABA8; }

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

This div background color is #ACABA8.


Border color

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

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

This div border color is #ACABA8.


Opacity

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

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

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

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

This text has shadow with #ACABA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACABA8 on black background.


Color preview on white background

This text has color #ACABA8 on white background.



Black color preview on #ACABA8 background

This text has black color on #ACABA8 background.


White color preview on #ACABA8 background

This text has white color on #ACABA8 background.