COLOR #AC6E93

HEX: #AC6E93
RGB: (172,110,147)

Color info

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

RGB color model

#AC6E93 color RGB value is (172,110,147).

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

RGB channels and saturation

R 172 of 255 = 67%
G 110 of 255 = 43%
B 147 of 255 = 58%

172
110
147

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

Portions of RGB colors in percentages

R + G + B =
172 + 110 + 147 = 429 (100%)
R 172 of 429 ~ 40.09%
G 110 of 429 ~ 25.64%
B 147 of 429 ~ 34.27%

%40.09
%25.64
%34.27

CMYK color model

#AC6E93 color CMYK value is (0,36,15,33).

  • cyan value is 0.00%
  • magenta value is 36.05%
  • yellow value is 14.53%
  • key color value is 32.55%
CMYK:
(0,36,15,33)
C0M36Y15K33 
(0%,36%,15%,33%)
(0.00/0.36/0.15/0.33)	

CMYK percentages

%0
%36.05
%14.53
%32.55

Codes

Color #AC6E93 in popluar color models

AC6E93
RGB172110147
HSL324°27.19%55.29%
HSB/HSV324°36.05%67.45%
CMYK0.00%36.05%14.53%
32.55%

Color #AC6E93 in popluar number systems.

HEXAC6E93
Decimal172110147
Binary10101100110111010010011
Octal254156223

Shades and tints

Shades of #AC6E93

#AC6E93
(172,110,147)
#9D6486
(157,100,134)
#8E5A79
(142,90,121)
#7F506C
(127,80,108)
#70465F
(112,70,95)
#613C52
(97,60,82)
#523245
(82,50,69)
#432838
(67,40,56)
#341E2B
(52,30,43)
#25141E
(37,20,30)
#160A11
(22,10,17)
#000000
(0,0,0)

Tints of #AC6E93

#AC6E93
(172,110,147)
#B37B9C
(179,123,156)
#BA88A5
(186,136,165)
#C195AE
(193,149,174)
#C8A2B7
(200,162,183)
#CFAFC0
(207,175,192)
#D6BCC9
(214,188,201)
#DDC9D2
(221,201,210)
#E4D6DB
(228,214,219)
#EBE3E4
(235,227,228)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC6E93; }

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

This text font color is #AC6E93.


Background Color

.myBgColor { background-color: #AC6E93; }

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

This div background color is #AC6E93.


Border color

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

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

This div border color is #AC6E93.


Opacity

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

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

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

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

This text has shadow with #AC6E93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC6E93 on black background.


Color preview on white background

This text has color #AC6E93 on white background.



Black color preview on #AC6E93 background

This text has black color on #AC6E93 background.


White color preview on #AC6E93 background

This text has white color on #AC6E93 background.