COLOR #ACB196

HEX: #ACB196
RGB: (172,177,150)

Color info

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

RGB color model

#ACB196 color RGB value is (172,177,150).

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

RGB channels and saturation

R 172 of 255 = 67%
G 177 of 255 = 69%
B 150 of 255 = 59%

172
177
150

R + G + B ~ 65%. #ACB196 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 177 + 150 = 499 (100%)
R 172 of 499 ~ 34.47%
G 177 of 499 ~ 35.47%
B 150 of 499 ~ 30.06%

%34.47
%35.47
%30.06

CMYK color model

#ACB196 color CMYK value is (3,0,15,31).

  • cyan value is 2.82%
  • magenta value is 0.00%
  • yellow value is 15.25%
  • key color value is 30.59%
CMYK:
(3,0,15,31)
C3M0Y15K31 
(3%,0%,15%,31%)
(0.03/0.00/0.15/0.31)	

CMYK percentages

%2.82
%0
%15.25
%30.59

Codes

Color #ACB196 in popluar color models

ACB196
RGB172177150
HSL71°14.75%64.12%
HSB/HSV71°15.25%69.41%
CMYK2.82%0.00%15.25%
30.59%

Color #ACB196 in popluar number systems.

HEXACB196
Decimal172177150
Binary101011001011000110010110
Octal254261226

Shades and tints

Shades of #ACB196

#ACB196
(172,177,150)
#9DA189
(157,161,137)
#8E917C
(142,145,124)
#7F816F
(127,129,111)
#707162
(112,113,98)
#616155
(97,97,85)
#525148
(82,81,72)
#43413B
(67,65,59)
#34312E
(52,49,46)
#252121
(37,33,33)
#161114
(22,17,20)
#000000
(0,0,0)

Tints of #ACB196

#ACB196
(172,177,150)
#B3B89F
(179,184,159)
#BABFA8
(186,191,168)
#C1C6B1
(193,198,177)
#C8CDBA
(200,205,186)
#CFD4C3
(207,212,195)
#D6DBCC
(214,219,204)
#DDE2D5
(221,226,213)
#E4E9DE
(228,233,222)
#EBF0E7
(235,240,231)
#F2F7F0
(242,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB196; }

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

This text font color is #ACB196.


Background Color

.myBgColor { background-color: #ACB196; }

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

This div background color is #ACB196.


Border color

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

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

This div border color is #ACB196.


Opacity

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

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

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

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

This text has shadow with #ACB196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB196 on black background.


Color preview on white background

This text has color #ACB196 on white background.



Black color preview on #ACB196 background

This text has black color on #ACB196 background.


White color preview on #ACB196 background

This text has white color on #ACB196 background.