COLOR #ACB787

HEX: #ACB787
RGB: (172,183,135)

Color info

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

RGB color model

#ACB787 color RGB value is (172,183,135).

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

RGB channels and saturation

R 172 of 255 = 67%
G 183 of 255 = 72%
B 135 of 255 = 53%

172
183
135

R + G + B ~ 64%. #ACB787 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 183 + 135 = 490 (100%)
R 172 of 490 ~ 35.1%
G 183 of 490 ~ 37.35%
B 135 of 490 ~ 27.55%

%35.1
%37.35
%27.55

CMYK color model

#ACB787 color CMYK value is (6,0,26,28).

  • cyan value is 6.01%
  • magenta value is 0.00%
  • yellow value is 26.23%
  • key color value is 28.24%
CMYK:
(6,0,26,28)
C6M0Y26K28 
(6%,0%,26%,28%)
(0.06/0.00/0.26/0.28)	

CMYK percentages

%6.01
%0
%26.23
%28.24

Codes

Color #ACB787 in popluar color models

ACB787
RGB172183135
HSL74°25.00%62.35%
HSB/HSV74°26.23%71.76%
CMYK6.01%0.00%26.23%
28.24%

Color #ACB787 in popluar number systems.

HEXACB787
Decimal172183135
Binary101011001011011110000111
Octal254267207

Shades and tints

Shades of #ACB787

#ACB787
(172,183,135)
#9DA77B
(157,167,123)
#8E976F
(142,151,111)
#7F8763
(127,135,99)
#707757
(112,119,87)
#61674B
(97,103,75)
#52573F
(82,87,63)
#434733
(67,71,51)
#343727
(52,55,39)
#25271B
(37,39,27)
#16170F
(22,23,15)
#000000
(0,0,0)

Tints of #ACB787

#ACB787
(172,183,135)
#B3BD91
(179,189,145)
#BAC39B
(186,195,155)
#C1C9A5
(193,201,165)
#C8CFAF
(200,207,175)
#CFD5B9
(207,213,185)
#D6DBC3
(214,219,195)
#DDE1CD
(221,225,205)
#E4E7D7
(228,231,215)
#EBEDE1
(235,237,225)
#F2F3EB
(242,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB787; }

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

This text font color is #ACB787.


Background Color

.myBgColor { background-color: #ACB787; }

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

This div background color is #ACB787.


Border color

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

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

This div border color is #ACB787.


Opacity

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

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

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

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

This text has shadow with #ACB787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB787 on black background.


Color preview on white background

This text has color #ACB787 on white background.



Black color preview on #ACB787 background

This text has black color on #ACB787 background.


White color preview on #ACB787 background

This text has white color on #ACB787 background.