COLOR #ACBA84

HEX: #ACBA84 RGB: (172,186,132)

Color info

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

RGB color model

#ACBA84 color RGB value is (172,186,132).

RGB: (172,186,132) (67%, 73%, 52%)

RGB channels and saturation

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

172
186
132

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

Portions of RGB colors in percentages

R + G + B = 172 + 186 + 132 = 490 (100%)
R 172 of 490 ~ 35.1%
G 186 of 490 ~ 37.96%
B 132 of 490 ~ 26.94'%

%35.1
%37.96
%26.94

CMYK color model

#ACBA84 color CMYK value is (8,0,29,27).

  • cyan value is 7.53%
  • magenta value is 0.00%
  • yellow value is 29.03%
  • key color value is 27.06%

CMYK: (8,0,29,27)
C8M0Y29K27 (8%, 0%, 29%, 27%)
(0.08 / 0.00 / 0.29 / 0.27)

CMYK percentages

%7.53
%0
%29.03
%27.06

Codes

Color #ACBA84 in popluar color models

AC BA 84
RGB 172 186 132
HSL 76° 28.13% 62.35%
HSB/HSV 76° 29.03% 72.94%
CMYK 7.53% 0.00% 29.03%
27.06%

Color #ACBA84 in popluar number systems.

HEX AC BA 84
Decimal 172 186 132
Binary 10101100 10111010 10000100
Octal 254 272 204

Shades and tints

Shades of #ACBA84

#ACBA84
(172,186,132)
#9DAA78
(157,170,120)
#8E9A6C
(142,154,108)
#7F8A60
(127,138,96)
#707A54
(112,122,84)
#616A48
(97,106,72)
#525A3C
(82,90,60)
#434A30
(67,74,48)
#343A24
(52,58,36)
#252A18
(37,42,24)
#161A0C
(22,26,12)
#000000
(0,0,0)

Tints of #ACBA84

#ACBA84
(172,186,132)
#B3C08F
(179,192,143)
#BAC69A
(186,198,154)
#C1CCA5
(193,204,165)
#C8D2B0
(200,210,176)
#CFD8BB
(207,216,187)
#D6DEC6
(214,222,198)
#DDE4D1
(221,228,209)
#E4EADC
(228,234,220)
#EBF0E7
(235,240,231)
#F2F6F2
(242,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBA84; }

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

This text font color is #ACBA84.

Background Color

.myBgColor { background-color: #ACBA84; }

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

This div background color is #ACBA84.

Border color

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

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

This div border color is #ACBA84.

Opacity

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

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

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

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

This text has shadow with #ACBA84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACBA84.

Preview

Color preview on black background

This text has color #ACBA84 on black background.


Color preview on white background

This text has color #ACBA84 on white background.


Black color preview on #ACBA84 background

This text has black color on #ACBA84 background.


White color preview on #ACBA84 background

This text has white color on #ACBA84 background.


Related colors

Complementary color

Complementary color for #hex is #53457B.


I love getcolorcode.com

Triadic colors

1 #84ACBA and #BA84AC with #ACBA84 are triadic colors.

2 #84BAAC and #BAAC84 with #ACBA84 are triadic colors.