COLOR #ACB094

HEX: #ACB094
RGB: (172,176,148)

Color info

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

RGB color model

#ACB094 color RGB value is (172,176,148).

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

RGB channels and saturation

R 172 of 255 = 67%
G 176 of 255 = 69%
B 148 of 255 = 58%

172
176
148

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

Portions of RGB colors in percentages

R + G + B =
172 + 176 + 148 = 496 (100%)
R 172 of 496 ~ 34.68%
G 176 of 496 ~ 35.48%
B 148 of 496 ~ 29.84%

%34.68
%35.48
%29.84

CMYK color model

#ACB094 color CMYK value is (2,0,16,31).

  • cyan value is 2.27%
  • magenta value is 0.00%
  • yellow value is 15.91%
  • key color value is 30.98%
CMYK:
(2,0,16,31)
C2M0Y16K31 
(2%,0%,16%,31%)
(0.02/0.00/0.16/0.31)	

CMYK percentages

%2.27
%0
%15.91
%30.98

Codes

Color #ACB094 in popluar color models

ACB094
RGB172176148
HSL69°15.05%63.53%
HSB/HSV69°15.91%69.02%
CMYK2.27%0.00%15.91%
30.98%

Color #ACB094 in popluar number systems.

HEXACB094
Decimal172176148
Binary101011001011000010010100
Octal254260224

Shades and tints

Shades of #ACB094

#ACB094
(172,176,148)
#9DA087
(157,160,135)
#8E907A
(142,144,122)
#7F806D
(127,128,109)
#707060
(112,112,96)
#616053
(97,96,83)
#525046
(82,80,70)
#434039
(67,64,57)
#34302C
(52,48,44)
#25201F
(37,32,31)
#161012
(22,16,18)
#000000
(0,0,0)

Tints of #ACB094

#ACB094
(172,176,148)
#B3B79D
(179,183,157)
#BABEA6
(186,190,166)
#C1C5AF
(193,197,175)
#C8CCB8
(200,204,184)
#CFD3C1
(207,211,193)
#D6DACA
(214,218,202)
#DDE1D3
(221,225,211)
#E4E8DC
(228,232,220)
#EBEFE5
(235,239,229)
#F2F6EE
(242,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB094; }

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

This text font color is #ACB094.


Background Color

.myBgColor { background-color: #ACB094; }

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

This div background color is #ACB094.


Border color

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

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

This div border color is #ACB094.


Opacity

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

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

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

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

This text has shadow with #ACB094 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB094 on black background.


Color preview on white background

This text has color #ACB094 on white background.



Black color preview on #ACB094 background

This text has black color on #ACB094 background.


White color preview on #ACB094 background

This text has white color on #ACB094 background.