COLOR #AC879B

HEX: #AC879B
RGB: (172,135,155)

Color info

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

RGB color model

#AC879B color RGB value is (172,135,155).

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

RGB channels and saturation

R 172 of 255 = 67%
G 135 of 255 = 53%
B 155 of 255 = 61%

172
135
155

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

Portions of RGB colors in percentages

R + G + B =
172 + 135 + 155 = 462 (100%)
R 172 of 462 ~ 37.23%
G 135 of 462 ~ 29.22%
B 155 of 462 ~ 33.55%

%37.23
%29.22
%33.55

CMYK color model

#AC879B color CMYK value is (0,22,10,33).

  • cyan value is 0.00%
  • magenta value is 21.51%
  • yellow value is 9.88%
  • key color value is 32.55%
CMYK:
(0,22,10,33)
C0M22Y10K33 
(0%,22%,10%,33%)
(0.00/0.22/0.10/0.33)	

CMYK percentages

%0
%21.51
%9.88
%32.55

Codes

Color #AC879B in popluar color models

AC879B
RGB172135155
HSL328°18.23%60.20%
HSB/HSV328°21.51%67.45%
CMYK0.00%21.51%9.88%
32.55%

Color #AC879B in popluar number systems.

HEXAC879B
Decimal172135155
Binary101011001000011110011011
Octal254207233

Shades and tints

Shades of #AC879B

#AC879B
(172,135,155)
#9D7B8D
(157,123,141)
#8E6F7F
(142,111,127)
#7F6371
(127,99,113)
#705763
(112,87,99)
#614B55
(97,75,85)
#523F47
(82,63,71)
#433339
(67,51,57)
#34272B
(52,39,43)
#251B1D
(37,27,29)
#160F0F
(22,15,15)
#000000
(0,0,0)

Tints of #AC879B

#AC879B
(172,135,155)
#B391A4
(179,145,164)
#BA9BAD
(186,155,173)
#C1A5B6
(193,165,182)
#C8AFBF
(200,175,191)
#CFB9C8
(207,185,200)
#D6C3D1
(214,195,209)
#DDCDDA
(221,205,218)
#E4D7E3
(228,215,227)
#EBE1EC
(235,225,236)
#F2EBF5
(242,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC879B; }

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

This text font color is #AC879B.


Background Color

.myBgColor { background-color: #AC879B; }

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

This div background color is #AC879B.


Border color

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

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

This div border color is #AC879B.


Opacity

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

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

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

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

This text has shadow with #AC879B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC879B on black background.


Color preview on white background

This text has color #AC879B on white background.



Black color preview on #AC879B background

This text has black color on #AC879B background.


White color preview on #AC879B background

This text has white color on #AC879B background.