COLOR #ACB09F

HEX: #ACB09F
RGB: (172,176,159)

Color info

#ACB09F contains red, green and blue colors in about the same proportion. Web safe color of #ACB09F is #999999 (or #999).

RGB color model

#ACB09F color RGB value is (172,176,159).

  • red value is 172;
  • green value is 176;
  • blue value is 159.
RGB:
(172,176,159)
(67%,69%,62%)

RGB channels and saturation

R 172 of 255 = 67%
G 176 of 255 = 69%
B 159 of 255 = 62%

172
176
159

R + G + B ~ 66%. #ACB09F is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 176 + 159 = 507 (100%)
R 172 of 507 ~ 33.93%
G 176 of 507 ~ 34.71%
B 159 of 507 ~ 31.36%

%33.93
%34.71
%31.36

CMYK color model

#ACB09F color CMYK value is (2,0,10,31).

  • cyan value is 2.27%
  • magenta value is 0.00%
  • yellow value is 9.66%
  • key color value is 30.98%
CMYK:
(2,0,10,31)
C2M0Y10K31 
(2%,0%,10%,31%)
(0.02/0.00/0.10/0.31)	

CMYK percentages

%2.27
%0
%9.66
%30.98

Codes

Color #ACB09F in popluar color models

ACB09F
RGB172176159
HSL74°9.71%65.69%
HSB/HSV74°9.66%69.02%
CMYK2.27%0.00%9.66%
30.98%

Color #ACB09F in popluar number systems.

HEXACB09F
Decimal172176159
Binary101011001011000010011111
Octal254260237

Shades and tints

Shades of #ACB09F

#ACB09F
(172,176,159)
#9DA091
(157,160,145)
#8E9083
(142,144,131)
#7F8075
(127,128,117)
#707067
(112,112,103)
#616059
(97,96,89)
#52504B
(82,80,75)
#43403D
(67,64,61)
#34302F
(52,48,47)
#252021
(37,32,33)
#161013
(22,16,19)
#000000
(0,0,0)

Tints of #ACB09F

#ACB09F
(172,176,159)
#B3B7A7
(179,183,167)
#BABEAF
(186,190,175)
#C1C5B7
(193,197,183)
#C8CCBF
(200,204,191)
#CFD3C7
(207,211,199)
#D6DACF
(214,218,207)
#DDE1D7
(221,225,215)
#E4E8DF
(228,232,223)
#EBEFE7
(235,239,231)
#F2F6EF
(242,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB09F color. Also use rgb(172,176,159) instead hex code.

Text Font Color

.myTextColor { color: #ACB09F; }

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

This text font color is #ACB09F.


Background Color

.myBgColor { background-color: #ACB09F; }

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

This div background color is #ACB09F.


Border color

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

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

This div border color is #ACB09F.


Opacity

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

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

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

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

This text has shadow with #ACB09F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB09F on black background.


Color preview on white background

This text has color #ACB09F on white background.



Black color preview on #ACB09F background

This text has black color on #ACB09F background.


White color preview on #ACB09F background

This text has white color on #ACB09F background.