COLOR #AC878D

HEX: #AC878D
RGB: (172,135,141)

Color info

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

RGB color model

#AC878D color RGB value is (172,135,141).

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

RGB channels and saturation

R 172 of 255 = 67%
G 135 of 255 = 53%
B 141 of 255 = 55%

172
135
141

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

Portions of RGB colors in percentages

R + G + B =
172 + 135 + 141 = 448 (100%)
R 172 of 448 ~ 38.39%
G 135 of 448 ~ 30.13%
B 141 of 448 ~ 31.47%

%38.39
%30.13
%31.47

CMYK color model

#AC878D color CMYK value is (0,22,18,33).

  • cyan value is 0.00%
  • magenta value is 21.51%
  • yellow value is 18.02%
  • key color value is 32.55%
CMYK:
(0,22,18,33)
C0M22Y18K33 
(0%,22%,18%,33%)
(0.00/0.22/0.18/0.33)	

CMYK percentages

%0
%21.51
%18.02
%32.55

Codes

Color #AC878D in popluar color models

AC878D
RGB172135141
HSL350°18.23%60.20%
HSB/HSV350°21.51%67.45%
CMYK0.00%21.51%18.02%
32.55%

Color #AC878D in popluar number systems.

HEXAC878D
Decimal172135141
Binary101011001000011110001101
Octal254207215

Shades and tints

Shades of #AC878D

#AC878D
(172,135,141)
#9D7B81
(157,123,129)
#8E6F75
(142,111,117)
#7F6369
(127,99,105)
#70575D
(112,87,93)
#614B51
(97,75,81)
#523F45
(82,63,69)
#433339
(67,51,57)
#34272D
(52,39,45)
#251B21
(37,27,33)
#160F15
(22,15,21)
#000000
(0,0,0)

Tints of #AC878D

#AC878D
(172,135,141)
#B39197
(179,145,151)
#BA9BA1
(186,155,161)
#C1A5AB
(193,165,171)
#C8AFB5
(200,175,181)
#CFB9BF
(207,185,191)
#D6C3C9
(214,195,201)
#DDCDD3
(221,205,211)
#E4D7DD
(228,215,221)
#EBE1E7
(235,225,231)
#F2EBF1
(242,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC878D; }

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

This text font color is #AC878D.


Background Color

.myBgColor { background-color: #AC878D; }

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

This div background color is #AC878D.


Border color

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

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

This div border color is #AC878D.


Opacity

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

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

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

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

This text has shadow with #AC878D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC878D on black background.


Color preview on white background

This text has color #AC878D on white background.



Black color preview on #AC878D background

This text has black color on #AC878D background.


White color preview on #AC878D background

This text has white color on #AC878D background.