COLOR #AC889B

HEX: #AC889B
RGB: (172,136,155)

Color info

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

RGB color model

#AC889B color RGB value is (172,136,155).

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

RGB channels and saturation

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

172
136
155

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

Portions of RGB colors in percentages

R + G + B =
172 + 136 + 155 = 463 (100%)
R 172 of 463 ~ 37.15%
G 136 of 463 ~ 29.37%
B 155 of 463 ~ 33.48%

%37.15
%29.37
%33.48

CMYK color model

#AC889B color CMYK value is (0,21,10,33).

  • cyan value is 0.00%
  • magenta value is 20.93%
  • yellow value is 9.88%
  • key color value is 32.55%
CMYK:
(0,21,10,33)
C0M21Y10K33 
(0%,21%,10%,33%)
(0.00/0.21/0.10/0.33)	

CMYK percentages

%0
%20.93
%9.88
%32.55

Codes

Color #AC889B in popluar color models

AC889B
RGB172136155
HSL328°17.82%60.39%
HSB/HSV328°20.93%67.45%
CMYK0.00%20.93%9.88%
32.55%

Color #AC889B in popluar number systems.

HEXAC889B
Decimal172136155
Binary101011001000100010011011
Octal254210233

Shades and tints

Shades of #AC889B

#AC889B
(172,136,155)
#9D7C8D
(157,124,141)
#8E707F
(142,112,127)
#7F6471
(127,100,113)
#705863
(112,88,99)
#614C55
(97,76,85)
#524047
(82,64,71)
#433439
(67,52,57)
#34282B
(52,40,43)
#251C1D
(37,28,29)
#16100F
(22,16,15)
#000000
(0,0,0)

Tints of #AC889B

#AC889B
(172,136,155)
#B392A4
(179,146,164)
#BA9CAD
(186,156,173)
#C1A6B6
(193,166,182)
#C8B0BF
(200,176,191)
#CFBAC8
(207,186,200)
#D6C4D1
(214,196,209)
#DDCEDA
(221,206,218)
#E4D8E3
(228,216,227)
#EBE2EC
(235,226,236)
#F2ECF5
(242,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC889B; }

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

This text font color is #AC889B.


Background Color

.myBgColor { background-color: #AC889B; }

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

This div background color is #AC889B.


Border color

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

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

This div border color is #AC889B.


Opacity

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

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

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

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

This text has shadow with #AC889B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC889B on black background.


Color preview on white background

This text has color #AC889B on white background.



Black color preview on #AC889B background

This text has black color on #AC889B background.


White color preview on #AC889B background

This text has white color on #AC889B background.