COLOR #AC7B87

HEX: #AC7B87
RGB: (172,123,135)

Color info

#AC7B87 contains red, green and blue colors in about the same proportion. Web safe color of #AC7B87 is #996699 (or #969).

RGB color model

#AC7B87 color RGB value is (172,123,135).

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

RGB channels and saturation

R 172 of 255 = 67%
G 123 of 255 = 48%
B 135 of 255 = 53%

172
123
135

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

Portions of RGB colors in percentages

R + G + B =
172 + 123 + 135 = 430 (100%)
R 172 of 430 ~ 40%
G 123 of 430 ~ 28.6%
B 135 of 430 ~ 31.4%

%40
%28.6
%31.4

CMYK color model

#AC7B87 color CMYK value is (0,28,22,33).

  • cyan value is 0.00%
  • magenta value is 28.49%
  • yellow value is 21.51%
  • key color value is 32.55%
CMYK:
(0,28,22,33)
C0M28Y22K33 
(0%,28%,22%,33%)
(0.00/0.28/0.22/0.33)	

CMYK percentages

%0
%28.49
%21.51
%32.55

Codes

Color #AC7B87 in popluar color models

AC7B87
RGB172123135
HSL345°22.79%57.84%
HSB/HSV345°28.49%67.45%
CMYK0.00%28.49%21.51%
32.55%

Color #AC7B87 in popluar number systems.

HEXAC7B87
Decimal172123135
Binary10101100111101110000111
Octal254173207

Shades and tints

Shades of #AC7B87

#AC7B87
(172,123,135)
#9D707B
(157,112,123)
#8E656F
(142,101,111)
#7F5A63
(127,90,99)
#704F57
(112,79,87)
#61444B
(97,68,75)
#52393F
(82,57,63)
#432E33
(67,46,51)
#342327
(52,35,39)
#25181B
(37,24,27)
#160D0F
(22,13,15)
#000000
(0,0,0)

Tints of #AC7B87

#AC7B87
(172,123,135)
#B38791
(179,135,145)
#BA939B
(186,147,155)
#C19FA5
(193,159,165)
#C8ABAF
(200,171,175)
#CFB7B9
(207,183,185)
#D6C3C3
(214,195,195)
#DDCFCD
(221,207,205)
#E4DBD7
(228,219,215)
#EBE7E1
(235,231,225)
#F2F3EB
(242,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC7B87; }

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

This text font color is #AC7B87.


Background Color

.myBgColor { background-color: #AC7B87; }

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

This div background color is #AC7B87.


Border color

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

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

This div border color is #AC7B87.


Opacity

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

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

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

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

This text has shadow with #AC7B87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC7B87 on black background.


Color preview on white background

This text has color #AC7B87 on white background.



Black color preview on #AC7B87 background

This text has black color on #AC7B87 background.


White color preview on #AC7B87 background

This text has white color on #AC7B87 background.