COLOR #ACB687

HEX: #ACB687 RGB: (172,182,135)

Color info

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

RGB color model

#ACB687 color RGB value is (172,182,135).

RGB: (172,182,135) (67%, 71%, 53%)

RGB channels and saturation

R 172 of 255 = 67%
G 182 of 255 = 71%
B 135 of 255 = 53%

172
182
135

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

Portions of RGB colors in percentages

R + G + B = 172 + 182 + 135 = 489 (100%)
R 172 of 489 ~ 35.17%
G 182 of 489 ~ 37.22%
B 135 of 489 ~ 27.61'%

%35.17
%37.22
%27.61

CMYK color model

#ACB687 color CMYK value is (5,0,26,29).

  • cyan value is 5.49%
  • magenta value is 0.00%
  • yellow value is 25.82%
  • key color value is 28.63%

CMYK: (5,0,26,29)
C5M0Y26K29 (5%, 0%, 26%, 29%)
(0.05 / 0.00 / 0.26 / 0.29)

CMYK percentages

%5.49
%0
%25.82
%28.63

Codes

Color #ACB687 in popluar color models

AC B6 87
RGB 172 182 135
HSL 73° 24.35% 62.16%
HSB/HSV 73° 25.82% 71.37%
CMYK 5.49% 0.00% 25.82%
28.63%

Color #ACB687 in popluar number systems.

HEX AC B6 87
Decimal 172 182 135
Binary 10101100 10110110 10000111
Octal 254 266 207

Shades and tints

Shades of #ACB687

#ACB687
(172,182,135)
#9DA67B
(157,166,123)
#8E966F
(142,150,111)
#7F8663
(127,134,99)
#707657
(112,118,87)
#61664B
(97,102,75)
#52563F
(82,86,63)
#434633
(67,70,51)
#343627
(52,54,39)
#25261B
(37,38,27)
#16160F
(22,22,15)
#000000
(0,0,0)

Tints of #ACB687

#ACB687
(172,182,135)
#B3BC91
(179,188,145)
#BAC29B
(186,194,155)
#C1C8A5
(193,200,165)
#C8CEAF
(200,206,175)
#CFD4B9
(207,212,185)
#D6DAC3
(214,218,195)
#DDE0CD
(221,224,205)
#E4E6D7
(228,230,215)
#EBECE1
(235,236,225)
#F2F2EB
(242,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB687; }

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

This text font color is #ACB687.

Background Color

.myBgColor { background-color: #ACB687; }

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

This div background color is #ACB687.

Border color

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

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

This div border color is #ACB687.

Opacity

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

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

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

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

This text has shadow with #ACB687 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB687.

Preview

Color preview on black background

This text has color #ACB687 on black background.


Color preview on white background

This text has color #ACB687 on white background.


Black color preview on #ACB687 background

This text has black color on #ACB687 background.


White color preview on #ACB687 background

This text has white color on #ACB687 background.


Related colors

Complementary color

Complementary color for #hex is #534978.


I love getcolorcode.com

Triadic colors

1 #87ACB6 and #B687AC with #ACB687 are triadic colors.

2 #87B6AC and #B6AC87 with #ACB687 are triadic colors.