COLOR #ACBC8D

HEX: #ACBC8D
RGB: (172,188,141)

Color info

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

RGB color model

#ACBC8D color RGB value is (172,188,141).

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

RGB channels and saturation

R 172 of 255 = 67%
G 188 of 255 = 74%
B 141 of 255 = 55%

172
188
141

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

Portions of RGB colors in percentages

R + G + B =
172 + 188 + 141 = 501 (100%)
R 172 of 501 ~ 34.33%
G 188 of 501 ~ 37.52%
B 141 of 501 ~ 28.14%

%34.33
%37.52
%28.14

CMYK color model

#ACBC8D color CMYK value is (9,0,25,26).

  • cyan value is 8.51%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 26.27%
CMYK:
(9,0,25,26)
C9M0Y25K26 
(9%,0%,25%,26%)
(0.09/0.00/0.25/0.26)	

CMYK percentages

%8.51
%0
%25
%26.27

Codes

Color #ACBC8D in popluar color models

ACBC8D
RGB172188141
HSL80°25.97%64.51%
HSB/HSV80°25.00%73.73%
CMYK8.51%0.00%25.00%
26.27%

Color #ACBC8D in popluar number systems.

HEXACBC8D
Decimal172188141
Binary101011001011110010001101
Octal254274215

Shades and tints

Shades of #ACBC8D

#ACBC8D
(172,188,141)
#9DAB81
(157,171,129)
#8E9A75
(142,154,117)
#7F8969
(127,137,105)
#70785D
(112,120,93)
#616751
(97,103,81)
#525645
(82,86,69)
#434539
(67,69,57)
#34342D
(52,52,45)
#252321
(37,35,33)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #ACBC8D

#ACBC8D
(172,188,141)
#B3C297
(179,194,151)
#BAC8A1
(186,200,161)
#C1CEAB
(193,206,171)
#C8D4B5
(200,212,181)
#CFDABF
(207,218,191)
#D6E0C9
(214,224,201)
#DDE6D3
(221,230,211)
#E4ECDD
(228,236,221)
#EBF2E7
(235,242,231)
#F2F8F1
(242,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBC8D; }

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

This text font color is #ACBC8D.


Background Color

.myBgColor { background-color: #ACBC8D; }

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

This div background color is #ACBC8D.


Border color

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

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

This div border color is #ACBC8D.


Opacity

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

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

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

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

This text has shadow with #ACBC8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBC8D on black background.


Color preview on white background

This text has color #ACBC8D on white background.



Black color preview on #ACBC8D background

This text has black color on #ACBC8D background.


White color preview on #ACBC8D background

This text has white color on #ACBC8D background.