COLOR #ACBA99

HEX: #ACBA99 RGB: (172,186,153)

Color info

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

RGB color model

#ACBA99 color RGB value is (172,186,153).

RGB: (172,186,153) (67%, 73%, 60%)

RGB channels and saturation

R 172 of 255 = 67%
G 186 of 255 = 73%
B 153 of 255 = 60%

172
186
153

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

Portions of RGB colors in percentages

R + G + B = 172 + 186 + 153 = 511 (100%)
R 172 of 511 ~ 33.66%
G 186 of 511 ~ 36.4%
B 153 of 511 ~ 29.94'%

%33.66
%36.4
%29.94

CMYK color model

#ACBA99 color CMYK value is (8,0,18,27).

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

CMYK: (8,0,18,27)
C8M0Y18K27 (8%, 0%, 18%, 27%)
(0.08 / 0.00 / 0.18 / 0.27)

CMYK percentages

%7.53
%0
%17.74
%27.06

Codes

Color #ACBA99 in popluar color models

AC BA 99
RGB 172 186 153
HSL 85° 19.30% 66.47%
HSB/HSV 85° 17.74% 72.94%
CMYK 7.53% 0.00% 17.74%
27.06%

Color #ACBA99 in popluar number systems.

HEX AC BA 99
Decimal 172 186 153
Binary 10101100 10111010 10011001
Octal 254 272 231

Shades and tints

Shades of #ACBA99

#ACBA99
(172,186,153)
#9DAA8C
(157,170,140)
#8E9A7F
(142,154,127)
#7F8A72
(127,138,114)
#707A65
(112,122,101)
#616A58
(97,106,88)
#525A4B
(82,90,75)
#434A3E
(67,74,62)
#343A31
(52,58,49)
#252A24
(37,42,36)
#161A17
(22,26,23)
#000000
(0,0,0)

Tints of #ACBA99

#ACBA99
(172,186,153)
#B3C0A2
(179,192,162)
#BAC6AB
(186,198,171)
#C1CCB4
(193,204,180)
#C8D2BD
(200,210,189)
#CFD8C6
(207,216,198)
#D6DECF
(214,222,207)
#DDE4D8
(221,228,216)
#E4EAE1
(228,234,225)
#EBF0EA
(235,240,234)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBA99; }

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

This text font color is #ACBA99.

Background Color

.myBgColor { background-color: #ACBA99; }

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

This div background color is #ACBA99.

Border color

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

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

This div border color is #ACBA99.

Opacity

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

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

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

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

This text has shadow with #ACBA99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACBA99.

Preview

Color preview on black background

This text has color #ACBA99 on black background.


Color preview on white background

This text has color #ACBA99 on white background.


Black color preview on #ACBA99 background

This text has black color on #ACBA99 background.


White color preview on #ACBA99 background

This text has white color on #ACBA99 background.


Related colors

Complementary color

Complementary color for #hex is #534566.


I love getcolorcode.com

Triadic colors

1 #99ACBA and #BA99AC with #ACBA99 are triadic colors.

2 #99BAAC and #BAAC99 with #ACBA99 are triadic colors.