COLOR #ACB088

HEX: #ACB088
RGB: (172,176,136)

Color info

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

RGB color model

#ACB088 color RGB value is (172,176,136).

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

RGB channels and saturation

R 172 of 255 = 67%
G 176 of 255 = 69%
B 136 of 255 = 53%

172
176
136

R + G + B ~ 63%. #ACB088 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 176 + 136 = 484 (100%)
R 172 of 484 ~ 35.54%
G 176 of 484 ~ 36.36%
B 136 of 484 ~ 28.1%

%35.54
%36.36
%28.1

CMYK color model

#ACB088 color CMYK value is (2,0,23,31).

  • cyan value is 2.27%
  • magenta value is 0.00%
  • yellow value is 22.73%
  • key color value is 30.98%
CMYK:
(2,0,23,31)
C2M0Y23K31 
(2%,0%,23%,31%)
(0.02/0.00/0.23/0.31)	

CMYK percentages

%2.27
%0
%22.73
%30.98

Codes

Color #ACB088 in popluar color models

ACB088
RGB172176136
HSL66°20.20%61.18%
HSB/HSV66°22.73%69.02%
CMYK2.27%0.00%22.73%
30.98%

Color #ACB088 in popluar number systems.

HEXACB088
Decimal172176136
Binary101011001011000010001000
Octal254260210

Shades and tints

Shades of #ACB088

#ACB088
(172,176,136)
#9DA07C
(157,160,124)
#8E9070
(142,144,112)
#7F8064
(127,128,100)
#707058
(112,112,88)
#61604C
(97,96,76)
#525040
(82,80,64)
#434034
(67,64,52)
#343028
(52,48,40)
#25201C
(37,32,28)
#161010
(22,16,16)
#000000
(0,0,0)

Tints of #ACB088

#ACB088
(172,176,136)
#B3B792
(179,183,146)
#BABE9C
(186,190,156)
#C1C5A6
(193,197,166)
#C8CCB0
(200,204,176)
#CFD3BA
(207,211,186)
#D6DAC4
(214,218,196)
#DDE1CE
(221,225,206)
#E4E8D8
(228,232,216)
#EBEFE2
(235,239,226)
#F2F6EC
(242,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB088; }

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

This text font color is #ACB088.


Background Color

.myBgColor { background-color: #ACB088; }

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

This div background color is #ACB088.


Border color

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

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

This div border color is #ACB088.


Opacity

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

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

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

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

This text has shadow with #ACB088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB088 on black background.


Color preview on white background

This text has color #ACB088 on white background.



Black color preview on #ACB088 background

This text has black color on #ACB088 background.


White color preview on #ACB088 background

This text has white color on #ACB088 background.