COLOR #AC7C97

HEX: #AC7C97
RGB: (172,124,151)

Color info

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

RGB color model

#AC7C97 color RGB value is (172,124,151).

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

RGB channels and saturation

R 172 of 255 = 67%
G 124 of 255 = 49%
B 151 of 255 = 59%

172
124
151

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

Portions of RGB colors in percentages

R + G + B =
172 + 124 + 151 = 447 (100%)
R 172 of 447 ~ 38.48%
G 124 of 447 ~ 27.74%
B 151 of 447 ~ 33.78%

%38.48
%27.74
%33.78

CMYK color model

#AC7C97 color CMYK value is (0,28,12,33).

  • cyan value is 0.00%
  • magenta value is 27.91%
  • yellow value is 12.21%
  • key color value is 32.55%
CMYK:
(0,28,12,33)
C0M28Y12K33 
(0%,28%,12%,33%)
(0.00/0.28/0.12/0.33)	

CMYK percentages

%0
%27.91
%12.21
%32.55

Codes

Color #AC7C97 in popluar color models

AC7C97
RGB172124151
HSL326°22.43%58.04%
HSB/HSV326°27.91%67.45%
CMYK0.00%27.91%12.21%
32.55%

Color #AC7C97 in popluar number systems.

HEXAC7C97
Decimal172124151
Binary10101100111110010010111
Octal254174227

Shades and tints

Shades of #AC7C97

#AC7C97
(172,124,151)
#9D718A
(157,113,138)
#8E667D
(142,102,125)
#7F5B70
(127,91,112)
#705063
(112,80,99)
#614556
(97,69,86)
#523A49
(82,58,73)
#432F3C
(67,47,60)
#34242F
(52,36,47)
#251922
(37,25,34)
#160E15
(22,14,21)
#000000
(0,0,0)

Tints of #AC7C97

#AC7C97
(172,124,151)
#B387A0
(179,135,160)
#BA92A9
(186,146,169)
#C19DB2
(193,157,178)
#C8A8BB
(200,168,187)
#CFB3C4
(207,179,196)
#D6BECD
(214,190,205)
#DDC9D6
(221,201,214)
#E4D4DF
(228,212,223)
#EBDFE8
(235,223,232)
#F2EAF1
(242,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC7C97; }

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

This text font color is #AC7C97.


Background Color

.myBgColor { background-color: #AC7C97; }

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

This div background color is #AC7C97.


Border color

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

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

This div border color is #AC7C97.


Opacity

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

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

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

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

This text has shadow with #AC7C97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC7C97 on black background.


Color preview on white background

This text has color #AC7C97 on white background.



Black color preview on #AC7C97 background

This text has black color on #AC7C97 background.


White color preview on #AC7C97 background

This text has white color on #AC7C97 background.