COLOR #AC8E8F

HEX: #AC8E8F
RGB: (172,142,143)

Color info

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

RGB color model

#AC8E8F color RGB value is (172,142,143).

  • red value is 172;
  • green value is 142;
  • blue value is 143.
RGB:
(172,142,143)
(67%,56%,56%)

RGB channels and saturation

R 172 of 255 = 67%
G 142 of 255 = 56%
B 143 of 255 = 56%

172
142
143

R + G + B ~ 60%. #AC8E8F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
172 + 142 + 143 = 457 (100%)
R 172 of 457 ~ 37.64%
G 142 of 457 ~ 31.07%
B 143 of 457 ~ 31.29%

%37.64
%31.07
%31.29

CMYK color model

#AC8E8F color CMYK value is (0,17,17,33).

  • cyan value is 0.00%
  • magenta value is 17.44%
  • yellow value is 16.86%
  • key color value is 32.55%
CMYK:
(0,17,17,33)
C0M17Y17K33 
(0%,17%,17%,33%)
(0.00/0.17/0.17/0.33)	

CMYK percentages

%0
%17.44
%16.86
%32.55

Codes

Color #AC8E8F in popluar color models

AC8E8F
RGB172142143
HSL358°15.31%61.57%
HSB/HSV358°17.44%67.45%
CMYK0.00%17.44%16.86%
32.55%

Color #AC8E8F in popluar number systems.

HEXAC8E8F
Decimal172142143
Binary101011001000111010001111
Octal254216217

Shades and tints

Shades of #AC8E8F

#AC8E8F
(172,142,143)
#9D8282
(157,130,130)
#8E7675
(142,118,117)
#7F6A68
(127,106,104)
#705E5B
(112,94,91)
#61524E
(97,82,78)
#524641
(82,70,65)
#433A34
(67,58,52)
#342E27
(52,46,39)
#25221A
(37,34,26)
#16160D
(22,22,13)
#000000
(0,0,0)

Tints of #AC8E8F

#AC8E8F
(172,142,143)
#B39899
(179,152,153)
#BAA2A3
(186,162,163)
#C1ACAD
(193,172,173)
#C8B6B7
(200,182,183)
#CFC0C1
(207,192,193)
#D6CACB
(214,202,203)
#DDD4D5
(221,212,213)
#E4DEDF
(228,222,223)
#EBE8E9
(235,232,233)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC8E8F color. Also use rgb(172,142,143) instead hex code.

Text Font Color

.myTextColor { color: #AC8E8F; }

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

This text font color is #AC8E8F.


Background Color

.myBgColor { background-color: #AC8E8F; }

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

This div background color is #AC8E8F.


Border color

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

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

This div border color is #AC8E8F.


Opacity

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

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

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

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

This text has shadow with #AC8E8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC8E8F on black background.


Color preview on white background

This text has color #AC8E8F on white background.



Black color preview on #AC8E8F background

This text has black color on #AC8E8F background.


White color preview on #AC8E8F background

This text has white color on #AC8E8F background.