COLOR #ACBC9A

HEX: #ACBC9A
RGB: (172,188,154)

Color info

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

RGB color model

#ACBC9A color RGB value is (172,188,154).

  • red value is 172;
  • green value is 188;
  • blue value is 154.
RGB:
(172,188,154)
(67%,74%,60%)

RGB channels and saturation

R 172 of 255 = 67%
G 188 of 255 = 74%
B 154 of 255 = 60%

172
188
154

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

Portions of RGB colors in percentages

R + G + B =
172 + 188 + 154 = 514 (100%)
R 172 of 514 ~ 33.46%
G 188 of 514 ~ 36.58%
B 154 of 514 ~ 29.96%

%33.46
%36.58
%29.96

CMYK color model

#ACBC9A color CMYK value is (9,0,18,26).

  • cyan value is 8.51%
  • magenta value is 0.00%
  • yellow value is 18.09%
  • key color value is 26.27%
CMYK:
(9,0,18,26)
C9M0Y18K26 
(9%,0%,18%,26%)
(0.09/0.00/0.18/0.26)	

CMYK percentages

%8.51
%0
%18.09
%26.27

Codes

Color #ACBC9A in popluar color models

ACBC9A
RGB172188154
HSL88°20.24%67.06%
HSB/HSV88°18.09%73.73%
CMYK8.51%0.00%18.09%
26.27%

Color #ACBC9A in popluar number systems.

HEXACBC9A
Decimal172188154
Binary101011001011110010011010
Octal254274232

Shades and tints

Shades of #ACBC9A

#ACBC9A
(172,188,154)
#9DAB8C
(157,171,140)
#8E9A7E
(142,154,126)
#7F8970
(127,137,112)
#707862
(112,120,98)
#616754
(97,103,84)
#525646
(82,86,70)
#434538
(67,69,56)
#34342A
(52,52,42)
#25231C
(37,35,28)
#16120E
(22,18,14)
#000000
(0,0,0)

Tints of #ACBC9A

#ACBC9A
(172,188,154)
#B3C2A3
(179,194,163)
#BAC8AC
(186,200,172)
#C1CEB5
(193,206,181)
#C8D4BE
(200,212,190)
#CFDAC7
(207,218,199)
#D6E0D0
(214,224,208)
#DDE6D9
(221,230,217)
#E4ECE2
(228,236,226)
#EBF2EB
(235,242,235)
#F2F8F4
(242,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBC9A; }

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

This text font color is #ACBC9A.


Background Color

.myBgColor { background-color: #ACBC9A; }

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

This div background color is #ACBC9A.


Border color

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

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

This div border color is #ACBC9A.


Opacity

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

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

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

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

This text has shadow with #ACBC9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBC9A on black background.


Color preview on white background

This text has color #ACBC9A on white background.



Black color preview on #ACBC9A background

This text has black color on #ACBC9A background.


White color preview on #ACBC9A background

This text has white color on #ACBC9A background.