COLOR #AC6882

HEX: #AC6882
RGB: (172,104,130)

Color info

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

RGB color model

#AC6882 color RGB value is (172,104,130).

  • red value is 172;
  • green value is 104;
  • blue value is 130.
RGB:
(172,104,130)
(67%,41%,51%)

RGB channels and saturation

R 172 of 255 = 67%
G 104 of 255 = 41%
B 130 of 255 = 51%

172
104
130

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

Portions of RGB colors in percentages

R + G + B =
172 + 104 + 130 = 406 (100%)
R 172 of 406 ~ 42.36%
G 104 of 406 ~ 25.62%
B 130 of 406 ~ 32.02%

%42.36
%25.62
%32.02

CMYK color model

#AC6882 color CMYK value is (0,40,24,33).

  • cyan value is 0.00%
  • magenta value is 39.53%
  • yellow value is 24.42%
  • key color value is 32.55%
CMYK:
(0,40,24,33)
C0M40Y24K33 
(0%,40%,24%,33%)
(0.00/0.40/0.24/0.33)	

CMYK percentages

%0
%39.53
%24.42
%32.55

Codes

Color #AC6882 in popluar color models

AC6882
RGB172104130
HSL337°29.06%54.12%
HSB/HSV337°39.53%67.45%
CMYK0.00%39.53%24.42%
32.55%

Color #AC6882 in popluar number systems.

HEXAC6882
Decimal172104130
Binary10101100110100010000010
Octal254150202

Shades and tints

Shades of #AC6882

#AC6882
(172,104,130)
#9D5F77
(157,95,119)
#8E566C
(142,86,108)
#7F4D61
(127,77,97)
#704456
(112,68,86)
#613B4B
(97,59,75)
#523240
(82,50,64)
#432935
(67,41,53)
#34202A
(52,32,42)
#25171F
(37,23,31)
#160E14
(22,14,20)
#000000
(0,0,0)

Tints of #AC6882

#AC6882
(172,104,130)
#B3758D
(179,117,141)
#BA8298
(186,130,152)
#C18FA3
(193,143,163)
#C89CAE
(200,156,174)
#CFA9B9
(207,169,185)
#D6B6C4
(214,182,196)
#DDC3CF
(221,195,207)
#E4D0DA
(228,208,218)
#EBDDE5
(235,221,229)
#F2EAF0
(242,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC6882 color. Also use rgb(172,104,130) instead hex code.

Text Font Color

.myTextColor { color: #AC6882; }

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

This text font color is #AC6882.


Background Color

.myBgColor { background-color: #AC6882; }

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

This div background color is #AC6882.


Border color

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

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

This div border color is #AC6882.


Opacity

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

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

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

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

This text has shadow with #AC6882 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC6882 on black background.


Color preview on white background

This text has color #AC6882 on white background.



Black color preview on #AC6882 background

This text has black color on #AC6882 background.


White color preview on #AC6882 background

This text has white color on #AC6882 background.