COLOR #AC6E96

HEX: #AC6E96
RGB: (172,110,150)

Color info

#AC6E96 contains mainly red and blue colors. Web safe color of #AC6E96 is #996699 (or #969).

RGB color model

#AC6E96 color RGB value is (172,110,150).

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

RGB channels and saturation

R 172 of 255 = 67%
G 110 of 255 = 43%
B 150 of 255 = 59%

172
110
150

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

Portions of RGB colors in percentages

R + G + B =
172 + 110 + 150 = 432 (100%)
R 172 of 432 ~ 39.81%
G 110 of 432 ~ 25.46%
B 150 of 432 ~ 34.72%

%39.81
%25.46
%34.72

CMYK color model

#AC6E96 color CMYK value is (0,36,13,33).

  • cyan value is 0.00%
  • magenta value is 36.05%
  • yellow value is 12.79%
  • key color value is 32.55%
CMYK:
(0,36,13,33)
C0M36Y13K33 
(0%,36%,13%,33%)
(0.00/0.36/0.13/0.33)	

CMYK percentages

%0
%36.05
%12.79
%32.55

Codes

Color #AC6E96 in popluar color models

AC6E96
RGB172110150
HSL321°27.19%55.29%
HSB/HSV321°36.05%67.45%
CMYK0.00%36.05%12.79%
32.55%

Color #AC6E96 in popluar number systems.

HEXAC6E96
Decimal172110150
Binary10101100110111010010110
Octal254156226

Shades and tints

Shades of #AC6E96

#AC6E96
(172,110,150)
#9D6489
(157,100,137)
#8E5A7C
(142,90,124)
#7F506F
(127,80,111)
#704662
(112,70,98)
#613C55
(97,60,85)
#523248
(82,50,72)
#43283B
(67,40,59)
#341E2E
(52,30,46)
#251421
(37,20,33)
#160A14
(22,10,20)
#000000
(0,0,0)

Tints of #AC6E96

#AC6E96
(172,110,150)
#B37B9F
(179,123,159)
#BA88A8
(186,136,168)
#C195B1
(193,149,177)
#C8A2BA
(200,162,186)
#CFAFC3
(207,175,195)
#D6BCCC
(214,188,204)
#DDC9D5
(221,201,213)
#E4D6DE
(228,214,222)
#EBE3E7
(235,227,231)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC6E96; }

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

This text font color is #AC6E96.


Background Color

.myBgColor { background-color: #AC6E96; }

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

This div background color is #AC6E96.


Border color

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

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

This div border color is #AC6E96.


Opacity

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

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

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

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

This text has shadow with #AC6E96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC6E96 on black background.


Color preview on white background

This text has color #AC6E96 on white background.



Black color preview on #AC6E96 background

This text has black color on #AC6E96 background.


White color preview on #AC6E96 background

This text has white color on #AC6E96 background.