COLOR #ACB187

HEX: #ACB187
RGB: (172,177,135)

Color info

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

RGB color model

#ACB187 color RGB value is (172,177,135).

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

RGB channels and saturation

R 172 of 255 = 67%
G 177 of 255 = 69%
B 135 of 255 = 53%

172
177
135

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

Portions of RGB colors in percentages

R + G + B =
172 + 177 + 135 = 484 (100%)
R 172 of 484 ~ 35.54%
G 177 of 484 ~ 36.57%
B 135 of 484 ~ 27.89%

%35.54
%36.57
%27.89

CMYK color model

#ACB187 color CMYK value is (3,0,24,31).

  • cyan value is 2.82%
  • magenta value is 0.00%
  • yellow value is 23.73%
  • key color value is 30.59%
CMYK:
(3,0,24,31)
C3M0Y24K31 
(3%,0%,24%,31%)
(0.03/0.00/0.24/0.31)	

CMYK percentages

%2.82
%0
%23.73
%30.59

Codes

Color #ACB187 in popluar color models

ACB187
RGB172177135
HSL67°21.21%61.18%
HSB/HSV67°23.73%69.41%
CMYK2.82%0.00%23.73%
30.59%

Color #ACB187 in popluar number systems.

HEXACB187
Decimal172177135
Binary101011001011000110000111
Octal254261207

Shades and tints

Shades of #ACB187

#ACB187
(172,177,135)
#9DA17B
(157,161,123)
#8E916F
(142,145,111)
#7F8163
(127,129,99)
#707157
(112,113,87)
#61614B
(97,97,75)
#52513F
(82,81,63)
#434133
(67,65,51)
#343127
(52,49,39)
#25211B
(37,33,27)
#16110F
(22,17,15)
#000000
(0,0,0)

Tints of #ACB187

#ACB187
(172,177,135)
#B3B891
(179,184,145)
#BABF9B
(186,191,155)
#C1C6A5
(193,198,165)
#C8CDAF
(200,205,175)
#CFD4B9
(207,212,185)
#D6DBC3
(214,219,195)
#DDE2CD
(221,226,205)
#E4E9D7
(228,233,215)
#EBF0E1
(235,240,225)
#F2F7EB
(242,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB187; }

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

This text font color is #ACB187.


Background Color

.myBgColor { background-color: #ACB187; }

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

This div background color is #ACB187.


Border color

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

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

This div border color is #ACB187.


Opacity

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

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

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

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

This text has shadow with #ACB187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB187 on black background.


Color preview on white background

This text has color #ACB187 on white background.



Black color preview on #ACB187 background

This text has black color on #ACB187 background.


White color preview on #ACB187 background

This text has white color on #ACB187 background.