COLOR #AC7C88

HEX: #AC7C88
RGB: (172,124,136)

Color info

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

RGB color model

#AC7C88 color RGB value is (172,124,136).

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

RGB channels and saturation

R 172 of 255 = 67%
G 124 of 255 = 49%
B 136 of 255 = 53%

172
124
136

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

Portions of RGB colors in percentages

R + G + B =
172 + 124 + 136 = 432 (100%)
R 172 of 432 ~ 39.81%
G 124 of 432 ~ 28.7%
B 136 of 432 ~ 31.48%

%39.81
%28.7
%31.48

CMYK color model

#AC7C88 color CMYK value is (0,28,21,33).

  • cyan value is 0.00%
  • magenta value is 27.91%
  • yellow value is 20.93%
  • key color value is 32.55%
CMYK:
(0,28,21,33)
C0M28Y21K33 
(0%,28%,21%,33%)
(0.00/0.28/0.21/0.33)	

CMYK percentages

%0
%27.91
%20.93
%32.55

Codes

Color #AC7C88 in popluar color models

AC7C88
RGB172124136
HSL345°22.43%58.04%
HSB/HSV345°27.91%67.45%
CMYK0.00%27.91%20.93%
32.55%

Color #AC7C88 in popluar number systems.

HEXAC7C88
Decimal172124136
Binary10101100111110010001000
Octal254174210

Shades and tints

Shades of #AC7C88

#AC7C88
(172,124,136)
#9D717C
(157,113,124)
#8E6670
(142,102,112)
#7F5B64
(127,91,100)
#705058
(112,80,88)
#61454C
(97,69,76)
#523A40
(82,58,64)
#432F34
(67,47,52)
#342428
(52,36,40)
#25191C
(37,25,28)
#160E10
(22,14,16)
#000000
(0,0,0)

Tints of #AC7C88

#AC7C88
(172,124,136)
#B38792
(179,135,146)
#BA929C
(186,146,156)
#C19DA6
(193,157,166)
#C8A8B0
(200,168,176)
#CFB3BA
(207,179,186)
#D6BEC4
(214,190,196)
#DDC9CE
(221,201,206)
#E4D4D8
(228,212,216)
#EBDFE2
(235,223,226)
#F2EAEC
(242,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC7C88; }

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

This text font color is #AC7C88.


Background Color

.myBgColor { background-color: #AC7C88; }

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

This div background color is #AC7C88.


Border color

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

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

This div border color is #AC7C88.


Opacity

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

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

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

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

This text has shadow with #AC7C88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC7C88 on black background.


Color preview on white background

This text has color #AC7C88 on white background.



Black color preview on #AC7C88 background

This text has black color on #AC7C88 background.


White color preview on #AC7C88 background

This text has white color on #AC7C88 background.