COLOR #ACB984

HEX: #ACB984
RGB: (172,185,132)

Color info

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

RGB color model

#ACB984 color RGB value is (172,185,132).

  • red value is 172;
  • green value is 185;
  • blue value is 132.
RGB:
(172,185,132)
(67%,73%,52%)

RGB channels and saturation

R 172 of 255 = 67%
G 185 of 255 = 73%
B 132 of 255 = 52%

172
185
132

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

Portions of RGB colors in percentages

R + G + B =
172 + 185 + 132 = 489 (100%)
R 172 of 489 ~ 35.17%
G 185 of 489 ~ 37.83%
B 132 of 489 ~ 26.99%

%35.17
%37.83
%26.99

CMYK color model

#ACB984 color CMYK value is (7,0,29,27).

  • cyan value is 7.03%
  • magenta value is 0.00%
  • yellow value is 28.65%
  • key color value is 27.45%
CMYK:
(7,0,29,27)
C7M0Y29K27 
(7%,0%,29%,27%)
(0.07/0.00/0.29/0.27)	

CMYK percentages

%7.03
%0
%28.65
%27.45

Codes

Color #ACB984 in popluar color models

ACB984
RGB172185132
HSL75°27.46%62.16%
HSB/HSV75°28.65%72.55%
CMYK7.03%0.00%28.65%
27.45%

Color #ACB984 in popluar number systems.

HEXACB984
Decimal172185132
Binary101011001011100110000100
Octal254271204

Shades and tints

Shades of #ACB984

#ACB984
(172,185,132)
#9DA978
(157,169,120)
#8E996C
(142,153,108)
#7F8960
(127,137,96)
#707954
(112,121,84)
#616948
(97,105,72)
#52593C
(82,89,60)
#434930
(67,73,48)
#343924
(52,57,36)
#252918
(37,41,24)
#16190C
(22,25,12)
#000000
(0,0,0)

Tints of #ACB984

#ACB984
(172,185,132)
#B3BF8F
(179,191,143)
#BAC59A
(186,197,154)
#C1CBA5
(193,203,165)
#C8D1B0
(200,209,176)
#CFD7BB
(207,215,187)
#D6DDC6
(214,221,198)
#DDE3D1
(221,227,209)
#E4E9DC
(228,233,220)
#EBEFE7
(235,239,231)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB984; }

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

This text font color is #ACB984.


Background Color

.myBgColor { background-color: #ACB984; }

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

This div background color is #ACB984.


Border color

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

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

This div border color is #ACB984.


Opacity

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

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

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

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

This text has shadow with #ACB984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB984 on black background.


Color preview on white background

This text has color #ACB984 on white background.



Black color preview on #ACB984 background

This text has black color on #ACB984 background.


White color preview on #ACB984 background

This text has white color on #ACB984 background.