COLOR #ACAB96

HEX: #ACAB96
RGB: (172,171,150)

Color info

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

RGB color model

#ACAB96 color RGB value is (172,171,150).

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

RGB channels and saturation

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

172
171
150

R + G + B ~ 64%. #ACAB96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 171 + 150 = 493 (100%)
R 172 of 493 ~ 34.89%
G 171 of 493 ~ 34.69%
B 150 of 493 ~ 30.43%

%34.89
%34.69
%30.43

CMYK color model

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

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

CMYK percentages

%0
%0.58
%12.79
%32.55

Codes

Color #ACAB96 in popluar color models

ACAB96
RGB172171150
HSL57°11.70%63.14%
HSB/HSV57°12.79%67.45%
CMYK0.00%0.58%12.79%
32.55%

Color #ACAB96 in popluar number systems.

HEXACAB96
Decimal172171150
Binary101011001010101110010110
Octal254253226

Shades and tints

Shades of #ACAB96

#ACAB96
(172,171,150)
#9D9C89
(157,156,137)
#8E8D7C
(142,141,124)
#7F7E6F
(127,126,111)
#706F62
(112,111,98)
#616055
(97,96,85)
#525148
(82,81,72)
#43423B
(67,66,59)
#34332E
(52,51,46)
#252421
(37,36,33)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #ACAB96

#ACAB96
(172,171,150)
#B3B29F
(179,178,159)
#BAB9A8
(186,185,168)
#C1C0B1
(193,192,177)
#C8C7BA
(200,199,186)
#CFCEC3
(207,206,195)
#D6D5CC
(214,213,204)
#DDDCD5
(221,220,213)
#E4E3DE
(228,227,222)
#EBEAE7
(235,234,231)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAB96; }

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

This text font color is #ACAB96.


Background Color

.myBgColor { background-color: #ACAB96; }

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

This div background color is #ACAB96.


Border color

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

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

This div border color is #ACAB96.


Opacity

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

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

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

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

This text has shadow with #ACAB96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACAB96 on black background.


Color preview on white background

This text has color #ACAB96 on white background.



Black color preview on #ACAB96 background

This text has black color on #ACAB96 background.


White color preview on #ACAB96 background

This text has white color on #ACAB96 background.