COLOR #ACB7A4

HEX: #ACB7A4
RGB: (172,183,164)

Color info

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

RGB color model

#ACB7A4 color RGB value is (172,183,164).

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

RGB channels and saturation

R 172 of 255 = 67%
G 183 of 255 = 72%
B 164 of 255 = 64%

172
183
164

R + G + B ~ 68%. #ACB7A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 183 + 164 = 519 (100%)
R 172 of 519 ~ 33.14%
G 183 of 519 ~ 35.26%
B 164 of 519 ~ 31.6%

%33.14
%35.26
%31.6

CMYK color model

#ACB7A4 color CMYK value is (6,0,10,28).

  • cyan value is 6.01%
  • magenta value is 0.00%
  • yellow value is 10.38%
  • key color value is 28.24%
CMYK:
(6,0,10,28)
C6M0Y10K28 
(6%,0%,10%,28%)
(0.06/0.00/0.10/0.28)	

CMYK percentages

%6.01
%0
%10.38
%28.24

Codes

Color #ACB7A4 in popluar color models

ACB7A4
RGB172183164
HSL95°11.66%68.04%
HSB/HSV95°10.38%71.76%
CMYK6.01%0.00%10.38%
28.24%

Color #ACB7A4 in popluar number systems.

HEXACB7A4
Decimal172183164
Binary101011001011011110100100
Octal254267244

Shades and tints

Shades of #ACB7A4

#ACB7A4
(172,183,164)
#9DA796
(157,167,150)
#8E9788
(142,151,136)
#7F877A
(127,135,122)
#70776C
(112,119,108)
#61675E
(97,103,94)
#525750
(82,87,80)
#434742
(67,71,66)
#343734
(52,55,52)
#252726
(37,39,38)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #ACB7A4

#ACB7A4
(172,183,164)
#B3BDAC
(179,189,172)
#BAC3B4
(186,195,180)
#C1C9BC
(193,201,188)
#C8CFC4
(200,207,196)
#CFD5CC
(207,213,204)
#D6DBD4
(214,219,212)
#DDE1DC
(221,225,220)
#E4E7E4
(228,231,228)
#EBEDEC
(235,237,236)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB7A4; }

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

This text font color is #ACB7A4.


Background Color

.myBgColor { background-color: #ACB7A4; }

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

This div background color is #ACB7A4.


Border color

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

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

This div border color is #ACB7A4.


Opacity

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

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

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

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

This text has shadow with #ACB7A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB7A4 on black background.


Color preview on white background

This text has color #ACB7A4 on white background.



Black color preview on #ACB7A4 background

This text has black color on #ACB7A4 background.


White color preview on #ACB7A4 background

This text has white color on #ACB7A4 background.