COLOR #ACBA8D

HEX: #ACBA8D
RGB: (172,186,141)

Color info

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

RGB color model

#ACBA8D color RGB value is (172,186,141).

  • red value is 172;
  • green value is 186;
  • blue value is 141.
RGB:
(172,186,141)
(67%,73%,55%)

RGB channels and saturation

R 172 of 255 = 67%
G 186 of 255 = 73%
B 141 of 255 = 55%

172
186
141

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

Portions of RGB colors in percentages

R + G + B =
172 + 186 + 141 = 499 (100%)
R 172 of 499 ~ 34.47%
G 186 of 499 ~ 37.27%
B 141 of 499 ~ 28.26%

%34.47
%37.27
%28.26

CMYK color model

#ACBA8D color CMYK value is (8,0,24,27).

  • cyan value is 7.53%
  • magenta value is 0.00%
  • yellow value is 24.19%
  • key color value is 27.06%
CMYK:
(8,0,24,27)
C8M0Y24K27 
(8%,0%,24%,27%)
(0.08/0.00/0.24/0.27)	

CMYK percentages

%7.53
%0
%24.19
%27.06

Codes

Color #ACBA8D in popluar color models

ACBA8D
RGB172186141
HSL79°24.59%64.12%
HSB/HSV79°24.19%72.94%
CMYK7.53%0.00%24.19%
27.06%

Color #ACBA8D in popluar number systems.

HEXACBA8D
Decimal172186141
Binary101011001011101010001101
Octal254272215

Shades and tints

Shades of #ACBA8D

#ACBA8D
(172,186,141)
#9DAA81
(157,170,129)
#8E9A75
(142,154,117)
#7F8A69
(127,138,105)
#707A5D
(112,122,93)
#616A51
(97,106,81)
#525A45
(82,90,69)
#434A39
(67,74,57)
#343A2D
(52,58,45)
#252A21
(37,42,33)
#161A15
(22,26,21)
#000000
(0,0,0)

Tints of #ACBA8D

#ACBA8D
(172,186,141)
#B3C097
(179,192,151)
#BAC6A1
(186,198,161)
#C1CCAB
(193,204,171)
#C8D2B5
(200,210,181)
#CFD8BF
(207,216,191)
#D6DEC9
(214,222,201)
#DDE4D3
(221,228,211)
#E4EADD
(228,234,221)
#EBF0E7
(235,240,231)
#F2F6F1
(242,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACBA8D color. Also use rgb(172,186,141) instead hex code.

Text Font Color

.myTextColor { color: #ACBA8D; }

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

This text font color is #ACBA8D.


Background Color

.myBgColor { background-color: #ACBA8D; }

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

This div background color is #ACBA8D.


Border color

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

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

This div border color is #ACBA8D.


Opacity

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

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

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

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

This text has shadow with #ACBA8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBA8D on black background.


Color preview on white background

This text has color #ACBA8D on white background.



Black color preview on #ACBA8D background

This text has black color on #ACBA8D background.


White color preview on #ACBA8D background

This text has white color on #ACBA8D background.