COLOR #AC7E96

HEX: #AC7E96
RGB: (172,126,150)

Color info

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

RGB color model

#AC7E96 color RGB value is (172,126,150).

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

RGB channels and saturation

R 172 of 255 = 67%
G 126 of 255 = 49%
B 150 of 255 = 59%

172
126
150

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

Portions of RGB colors in percentages

R + G + B =
172 + 126 + 150 = 448 (100%)
R 172 of 448 ~ 38.39%
G 126 of 448 ~ 28.13%
B 150 of 448 ~ 33.48%

%38.39
%28.13
%33.48

CMYK color model

#AC7E96 color CMYK value is (0,27,13,33).

  • cyan value is 0.00%
  • magenta value is 26.74%
  • yellow value is 12.79%
  • key color value is 32.55%
CMYK:
(0,27,13,33)
C0M27Y13K33 
(0%,27%,13%,33%)
(0.00/0.27/0.13/0.33)	

CMYK percentages

%0
%26.74
%12.79
%32.55

Codes

Color #AC7E96 in popluar color models

AC7E96
RGB172126150
HSL329°21.70%58.43%
HSB/HSV329°26.74%67.45%
CMYK0.00%26.74%12.79%
32.55%

Color #AC7E96 in popluar number systems.

HEXAC7E96
Decimal172126150
Binary10101100111111010010110
Octal254176226

Shades and tints

Shades of #AC7E96

#AC7E96
(172,126,150)
#9D7389
(157,115,137)
#8E687C
(142,104,124)
#7F5D6F
(127,93,111)
#705262
(112,82,98)
#614755
(97,71,85)
#523C48
(82,60,72)
#43313B
(67,49,59)
#34262E
(52,38,46)
#251B21
(37,27,33)
#161014
(22,16,20)
#000000
(0,0,0)

Tints of #AC7E96

#AC7E96
(172,126,150)
#B3899F
(179,137,159)
#BA94A8
(186,148,168)
#C19FB1
(193,159,177)
#C8AABA
(200,170,186)
#CFB5C3
(207,181,195)
#D6C0CC
(214,192,204)
#DDCBD5
(221,203,213)
#E4D6DE
(228,214,222)
#EBE1E7
(235,225,231)
#F2ECF0
(242,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC7E96 color. Also use rgb(172,126,150) instead hex code.

Text Font Color

.myTextColor { color: #AC7E96; }

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

This text font color is #AC7E96.


Background Color

.myBgColor { background-color: #AC7E96; }

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

This div background color is #AC7E96.


Border color

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

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

This div border color is #AC7E96.


Opacity

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

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

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

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

This text has shadow with #AC7E96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC7E96 on black background.


Color preview on white background

This text has color #AC7E96 on white background.



Black color preview on #AC7E96 background

This text has black color on #AC7E96 background.


White color preview on #AC7E96 background

This text has white color on #AC7E96 background.