COLOR #ACB696

HEX: #ACB696
RGB: (172,182,150)

Color info

#ACB696 contains red, green and blue colors in about the same proportion. Web safe color of #ACB696 is #99CC99 (or #9C9).

RGB color model

#ACB696 color RGB value is (172,182,150).

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

RGB channels and saturation

R 172 of 255 = 67%
G 182 of 255 = 71%
B 150 of 255 = 59%

172
182
150

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

Portions of RGB colors in percentages

R + G + B =
172 + 182 + 150 = 504 (100%)
R 172 of 504 ~ 34.13%
G 182 of 504 ~ 36.11%
B 150 of 504 ~ 29.76%

%34.13
%36.11
%29.76

CMYK color model

#ACB696 color CMYK value is (5,0,18,29).

  • cyan value is 5.49%
  • magenta value is 0.00%
  • yellow value is 17.58%
  • key color value is 28.63%
CMYK:
(5,0,18,29)
C5M0Y18K29 
(5%,0%,18%,29%)
(0.05/0.00/0.18/0.29)	

CMYK percentages

%5.49
%0
%17.58
%28.63

Codes

Color #ACB696 in popluar color models

ACB696
RGB172182150
HSL79°17.98%65.10%
HSB/HSV79°17.58%71.37%
CMYK5.49%0.00%17.58%
28.63%

Color #ACB696 in popluar number systems.

HEXACB696
Decimal172182150
Binary101011001011011010010110
Octal254266226

Shades and tints

Shades of #ACB696

#ACB696
(172,182,150)
#9DA689
(157,166,137)
#8E967C
(142,150,124)
#7F866F
(127,134,111)
#707662
(112,118,98)
#616655
(97,102,85)
#525648
(82,86,72)
#43463B
(67,70,59)
#34362E
(52,54,46)
#252621
(37,38,33)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #ACB696

#ACB696
(172,182,150)
#B3BC9F
(179,188,159)
#BAC2A8
(186,194,168)
#C1C8B1
(193,200,177)
#C8CEBA
(200,206,186)
#CFD4C3
(207,212,195)
#D6DACC
(214,218,204)
#DDE0D5
(221,224,213)
#E4E6DE
(228,230,222)
#EBECE7
(235,236,231)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB696; }

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

This text font color is #ACB696.


Background Color

.myBgColor { background-color: #ACB696; }

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

This div background color is #ACB696.


Border color

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

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

This div border color is #ACB696.


Opacity

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

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

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

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

This text has shadow with #ACB696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB696 on black background.


Color preview on white background

This text has color #ACB696 on white background.



Black color preview on #ACB696 background

This text has black color on #ACB696 background.


White color preview on #ACB696 background

This text has white color on #ACB696 background.