COLOR #ACB79D

HEX: #ACB79D
RGB: (172,183,157)

Color info

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

RGB color model

#ACB79D color RGB value is (172,183,157).

  • red value is 172;
  • green value is 183;
  • blue value is 157.
RGB:
(172,183,157)
(67%,72%,62%)

RGB channels and saturation

R 172 of 255 = 67%
G 183 of 255 = 72%
B 157 of 255 = 62%

172
183
157

R + G + B ~ 67%. #ACB79D is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 183 + 157 = 512 (100%)
R 172 of 512 ~ 33.59%
G 183 of 512 ~ 35.74%
B 157 of 512 ~ 30.66%

%33.59
%35.74
%30.66

CMYK color model

#ACB79D color CMYK value is (6,0,14,28).

  • cyan value is 6.01%
  • magenta value is 0.00%
  • yellow value is 14.21%
  • key color value is 28.24%
CMYK:
(6,0,14,28)
C6M0Y14K28 
(6%,0%,14%,28%)
(0.06/0.00/0.14/0.28)	

CMYK percentages

%6.01
%0
%14.21
%28.24

Codes

Color #ACB79D in popluar color models

ACB79D
RGB172183157
HSL85°15.29%66.67%
HSB/HSV85°14.21%71.76%
CMYK6.01%0.00%14.21%
28.24%

Color #ACB79D in popluar number systems.

HEXACB79D
Decimal172183157
Binary101011001011011110011101
Octal254267235

Shades and tints

Shades of #ACB79D

#ACB79D
(172,183,157)
#9DA78F
(157,167,143)
#8E9781
(142,151,129)
#7F8773
(127,135,115)
#707765
(112,119,101)
#616757
(97,103,87)
#525749
(82,87,73)
#43473B
(67,71,59)
#34372D
(52,55,45)
#25271F
(37,39,31)
#161711
(22,23,17)
#000000
(0,0,0)

Tints of #ACB79D

#ACB79D
(172,183,157)
#B3BDA5
(179,189,165)
#BAC3AD
(186,195,173)
#C1C9B5
(193,201,181)
#C8CFBD
(200,207,189)
#CFD5C5
(207,213,197)
#D6DBCD
(214,219,205)
#DDE1D5
(221,225,213)
#E4E7DD
(228,231,221)
#EBEDE5
(235,237,229)
#F2F3ED
(242,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB79D color. Also use rgb(172,183,157) instead hex code.

Text Font Color

.myTextColor { color: #ACB79D; }

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

This text font color is #ACB79D.


Background Color

.myBgColor { background-color: #ACB79D; }

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

This div background color is #ACB79D.


Border color

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

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

This div border color is #ACB79D.


Opacity

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

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

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

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

This text has shadow with #ACB79D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB79D on black background.


Color preview on white background

This text has color #ACB79D on white background.



Black color preview on #ACB79D background

This text has black color on #ACB79D background.


White color preview on #ACB79D background

This text has white color on #ACB79D background.