COLOR #ACBB89

HEX: #ACBB89
RGB: (172,187,137)

Color info

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

RGB color model

#ACBB89 color RGB value is (172,187,137).

  • red value is 172;
  • green value is 187;
  • blue value is 137.
RGB:
(172,187,137)
(67%,73%,54%)

RGB channels and saturation

R 172 of 255 = 67%
G 187 of 255 = 73%
B 137 of 255 = 54%

172
187
137

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

Portions of RGB colors in percentages

R + G + B =
172 + 187 + 137 = 496 (100%)
R 172 of 496 ~ 34.68%
G 187 of 496 ~ 37.7%
B 137 of 496 ~ 27.62%

%34.68
%37.7
%27.62

CMYK color model

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

  • cyan value is 8.02%
  • magenta value is 0.00%
  • yellow value is 26.74%
  • key color value is 26.67%
CMYK:
(8,0,27,27)
C8M0Y27K27 
(8%,0%,27%,27%)
(0.08/0.00/0.27/0.27)	

CMYK percentages

%8.02
%0
%26.74
%26.67

Codes

Color #ACBB89 in popluar color models

ACBB89
RGB172187137
HSL78°26.88%63.53%
HSB/HSV78°26.74%73.33%
CMYK8.02%0.00%26.74%
26.67%

Color #ACBB89 in popluar number systems.

HEXACBB89
Decimal172187137
Binary101011001011101110001001
Octal254273211

Shades and tints

Shades of #ACBB89

#ACBB89
(172,187,137)
#9DAA7D
(157,170,125)
#8E9971
(142,153,113)
#7F8865
(127,136,101)
#707759
(112,119,89)
#61664D
(97,102,77)
#525541
(82,85,65)
#434435
(67,68,53)
#343329
(52,51,41)
#25221D
(37,34,29)
#161111
(22,17,17)
#000000
(0,0,0)

Tints of #ACBB89

#ACBB89
(172,187,137)
#B3C193
(179,193,147)
#BAC79D
(186,199,157)
#C1CDA7
(193,205,167)
#C8D3B1
(200,211,177)
#CFD9BB
(207,217,187)
#D6DFC5
(214,223,197)
#DDE5CF
(221,229,207)
#E4EBD9
(228,235,217)
#EBF1E3
(235,241,227)
#F2F7ED
(242,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACBB89 color. Also use rgb(172,187,137) instead hex code.

Text Font Color

.myTextColor { color: #ACBB89; }

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

This text font color is #ACBB89.


Background Color

.myBgColor { background-color: #ACBB89; }

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

This div background color is #ACBB89.


Border color

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

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

This div border color is #ACBB89.


Opacity

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

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

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

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

This text has shadow with #ACBB89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBB89 on black background.


Color preview on white background

This text has color #ACBB89 on white background.



Black color preview on #ACBB89 background

This text has black color on #ACBB89 background.


White color preview on #ACBB89 background

This text has white color on #ACBB89 background.