COLOR #AC6D94

HEX: #AC6D94
RGB: (172,109,148)

Color info

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

RGB color model

#AC6D94 color RGB value is (172,109,148).

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

RGB channels and saturation

R 172 of 255 = 67%
G 109 of 255 = 43%
B 148 of 255 = 58%

172
109
148

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

Portions of RGB colors in percentages

R + G + B =
172 + 109 + 148 = 429 (100%)
R 172 of 429 ~ 40.09%
G 109 of 429 ~ 25.41%
B 148 of 429 ~ 34.5%

%40.09
%25.41
%34.5

CMYK color model

#AC6D94 color CMYK value is (0,37,14,33).

  • cyan value is 0.00%
  • magenta value is 36.63%
  • yellow value is 13.95%
  • key color value is 32.55%
CMYK:
(0,37,14,33)
C0M37Y14K33 
(0%,37%,14%,33%)
(0.00/0.37/0.14/0.33)	

CMYK percentages

%0
%36.63
%13.95
%32.55

Codes

Color #AC6D94 in popluar color models

AC6D94
RGB172109148
HSL323°27.51%55.10%
HSB/HSV323°36.63%67.45%
CMYK0.00%36.63%13.95%
32.55%

Color #AC6D94 in popluar number systems.

HEXAC6D94
Decimal172109148
Binary10101100110110110010100
Octal254155224

Shades and tints

Shades of #AC6D94

#AC6D94
(172,109,148)
#9D6487
(157,100,135)
#8E5B7A
(142,91,122)
#7F526D
(127,82,109)
#704960
(112,73,96)
#614053
(97,64,83)
#523746
(82,55,70)
#432E39
(67,46,57)
#34252C
(52,37,44)
#251C1F
(37,28,31)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #AC6D94

#AC6D94
(172,109,148)
#B37A9D
(179,122,157)
#BA87A6
(186,135,166)
#C194AF
(193,148,175)
#C8A1B8
(200,161,184)
#CFAEC1
(207,174,193)
#D6BBCA
(214,187,202)
#DDC8D3
(221,200,211)
#E4D5DC
(228,213,220)
#EBE2E5
(235,226,229)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC6D94 color. Also use rgb(172,109,148) instead hex code.

Text Font Color

.myTextColor { color: #AC6D94; }

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

This text font color is #AC6D94.


Background Color

.myBgColor { background-color: #AC6D94; }

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

This div background color is #AC6D94.


Border color

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

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

This div border color is #AC6D94.


Opacity

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

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

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

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

This text has shadow with #AC6D94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC6D94 on black background.


Color preview on white background

This text has color #AC6D94 on white background.



Black color preview on #AC6D94 background

This text has black color on #AC6D94 background.


White color preview on #AC6D94 background

This text has white color on #AC6D94 background.