COLOR #ACB19C

HEX: #ACB19C
RGB: (172,177,156)

Color info

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

RGB color model

#ACB19C color RGB value is (172,177,156).

  • red value is 172;
  • green value is 177;
  • blue value is 156.
RGB:
(172,177,156)
(67%,69%,61%)

RGB channels and saturation

R 172 of 255 = 67%
G 177 of 255 = 69%
B 156 of 255 = 61%

172
177
156

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

Portions of RGB colors in percentages

R + G + B =
172 + 177 + 156 = 505 (100%)
R 172 of 505 ~ 34.06%
G 177 of 505 ~ 35.05%
B 156 of 505 ~ 30.89%

%34.06
%35.05
%30.89

CMYK color model

#ACB19C color CMYK value is (3,0,12,31).

  • cyan value is 2.82%
  • magenta value is 0.00%
  • yellow value is 11.86%
  • key color value is 30.59%
CMYK:
(3,0,12,31)
C3M0Y12K31 
(3%,0%,12%,31%)
(0.03/0.00/0.12/0.31)	

CMYK percentages

%2.82
%0
%11.86
%30.59

Codes

Color #ACB19C in popluar color models

ACB19C
RGB172177156
HSL74°11.86%65.29%
HSB/HSV74°11.86%69.41%
CMYK2.82%0.00%11.86%
30.59%

Color #ACB19C in popluar number systems.

HEXACB19C
Decimal172177156
Binary101011001011000110011100
Octal254261234

Shades and tints

Shades of #ACB19C

#ACB19C
(172,177,156)
#9DA18E
(157,161,142)
#8E9180
(142,145,128)
#7F8172
(127,129,114)
#707164
(112,113,100)
#616156
(97,97,86)
#525148
(82,81,72)
#43413A
(67,65,58)
#34312C
(52,49,44)
#25211E
(37,33,30)
#161110
(22,17,16)
#000000
(0,0,0)

Tints of #ACB19C

#ACB19C
(172,177,156)
#B3B8A5
(179,184,165)
#BABFAE
(186,191,174)
#C1C6B7
(193,198,183)
#C8CDC0
(200,205,192)
#CFD4C9
(207,212,201)
#D6DBD2
(214,219,210)
#DDE2DB
(221,226,219)
#E4E9E4
(228,233,228)
#EBF0ED
(235,240,237)
#F2F7F6
(242,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB19C color. Also use rgb(172,177,156) instead hex code.

Text Font Color

.myTextColor { color: #ACB19C; }

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

This text font color is #ACB19C.


Background Color

.myBgColor { background-color: #ACB19C; }

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

This div background color is #ACB19C.


Border color

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

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

This div border color is #ACB19C.


Opacity

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

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

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

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

This text has shadow with #ACB19C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB19C on black background.


Color preview on white background

This text has color #ACB19C on white background.



Black color preview on #ACB19C background

This text has black color on #ACB19C background.


White color preview on #ACB19C background

This text has white color on #ACB19C background.