COLOR #ACABAB

HEX: #ACABAB
RGB: (172,171,171)

Color info

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

RGB color model

#ACABAB color RGB value is (172,171,171).

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

RGB channels and saturation

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

172
171
171

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

Portions of RGB colors in percentages

R + G + B =
172 + 171 + 171 = 514 (100%)
R 172 of 514 ~ 33.46%
G 171 of 514 ~ 33.27%
B 171 of 514 ~ 33.27%

%33.46
%33.27
%33.27

CMYK color model

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

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

CMYK percentages

%0
%0.58
%0.58
%32.55

Codes

Color #ACABAB in popluar color models

ACABAB
RGB172171171
HSL0.60%67.25%
HSB/HSV0.58%67.45%
CMYK0.00%0.58%0.58%
32.55%

Color #ACABAB in popluar number systems.

HEXACABAB
Decimal172171171
Binary101011001010101110101011
Octal254253253

Shades and tints

Shades of #ACABAB

#ACABAB
(172,171,171)
#9D9C9C
(157,156,156)
#8E8D8D
(142,141,141)
#7F7E7E
(127,126,126)
#706F6F
(112,111,111)
#616060
(97,96,96)
#525151
(82,81,81)
#434242
(67,66,66)
#343333
(52,51,51)
#252424
(37,36,36)
#161515
(22,21,21)
#000000
(0,0,0)

Tints of #ACABAB

#ACABAB
(172,171,171)
#B3B2B2
(179,178,178)
#BAB9B9
(186,185,185)
#C1C0C0
(193,192,192)
#C8C7C7
(200,199,199)
#CFCECE
(207,206,206)
#D6D5D5
(214,213,213)
#DDDCDC
(221,220,220)
#E4E3E3
(228,227,227)
#EBEAEA
(235,234,234)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACABAB; }

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

This text font color is #ACABAB.


Background Color

.myBgColor { background-color: #ACABAB; }

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

This div background color is #ACABAB.


Border color

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

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

This div border color is #ACABAB.


Opacity

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

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

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

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

This text has shadow with #ACABAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACABAB on black background.


Color preview on white background

This text has color #ACABAB on white background.



Black color preview on #ACABAB background

This text has black color on #ACABAB background.


White color preview on #ACABAB background

This text has white color on #ACABAB background.