COLOR #AC7C91

HEX: #AC7C91
RGB: (172,124,145)

Color info

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

RGB color model

#AC7C91 color RGB value is (172,124,145).

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

RGB channels and saturation

R 172 of 255 = 67%
G 124 of 255 = 49%
B 145 of 255 = 57%

172
124
145

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

Portions of RGB colors in percentages

R + G + B =
172 + 124 + 145 = 441 (100%)
R 172 of 441 ~ 39%
G 124 of 441 ~ 28.12%
B 145 of 441 ~ 32.88%

%39
%28.12
%32.88

CMYK color model

#AC7C91 color CMYK value is (0,28,16,33).

  • cyan value is 0.00%
  • magenta value is 27.91%
  • yellow value is 15.70%
  • key color value is 32.55%
CMYK:
(0,28,16,33)
C0M28Y16K33 
(0%,28%,16%,33%)
(0.00/0.28/0.16/0.33)	

CMYK percentages

%0
%27.91
%15.7
%32.55

Codes

Color #AC7C91 in popluar color models

AC7C91
RGB172124145
HSL334°22.43%58.04%
HSB/HSV334°27.91%67.45%
CMYK0.00%27.91%15.70%
32.55%

Color #AC7C91 in popluar number systems.

HEXAC7C91
Decimal172124145
Binary10101100111110010010001
Octal254174221

Shades and tints

Shades of #AC7C91

#AC7C91
(172,124,145)
#9D7184
(157,113,132)
#8E6677
(142,102,119)
#7F5B6A
(127,91,106)
#70505D
(112,80,93)
#614550
(97,69,80)
#523A43
(82,58,67)
#432F36
(67,47,54)
#342429
(52,36,41)
#25191C
(37,25,28)
#160E0F
(22,14,15)
#000000
(0,0,0)

Tints of #AC7C91

#AC7C91
(172,124,145)
#B3879B
(179,135,155)
#BA92A5
(186,146,165)
#C19DAF
(193,157,175)
#C8A8B9
(200,168,185)
#CFB3C3
(207,179,195)
#D6BECD
(214,190,205)
#DDC9D7
(221,201,215)
#E4D4E1
(228,212,225)
#EBDFEB
(235,223,235)
#F2EAF5
(242,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC7C91; }

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

This text font color is #AC7C91.


Background Color

.myBgColor { background-color: #AC7C91; }

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

This div background color is #AC7C91.


Border color

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

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

This div border color is #AC7C91.


Opacity

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

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

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

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

This text has shadow with #AC7C91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC7C91 on black background.


Color preview on white background

This text has color #AC7C91 on white background.



Black color preview on #AC7C91 background

This text has black color on #AC7C91 background.


White color preview on #AC7C91 background

This text has white color on #AC7C91 background.