COLOR #AC6780

HEX: #AC6780
RGB: (172,103,128)

Color info

#AC6780 contains mainly red and blue colors. Web safe color of #AC6780 is #996666 (or #966).

RGB color model

#AC6780 color RGB value is (172,103,128).

  • red value is 172;
  • green value is 103;
  • blue value is 128.
RGB:
(172,103,128)
(67%,40%,50%)

RGB channels and saturation

R 172 of 255 = 67%
G 103 of 255 = 40%
B 128 of 255 = 50%

172
103
128

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

Portions of RGB colors in percentages

R + G + B =
172 + 103 + 128 = 403 (100%)
R 172 of 403 ~ 42.68%
G 103 of 403 ~ 25.56%
B 128 of 403 ~ 31.76%

%42.68
%25.56
%31.76

CMYK color model

#AC6780 color CMYK value is (0,40,26,33).

  • cyan value is 0.00%
  • magenta value is 40.12%
  • yellow value is 25.58%
  • key color value is 32.55%
CMYK:
(0,40,26,33)
C0M40Y26K33 
(0%,40%,26%,33%)
(0.00/0.40/0.26/0.33)	

CMYK percentages

%0
%40.12
%25.58
%32.55

Codes

Color #AC6780 in popluar color models

AC6780
RGB172103128
HSL338°29.36%53.92%
HSB/HSV338°40.12%67.45%
CMYK0.00%40.12%25.58%
32.55%

Color #AC6780 in popluar number systems.

HEXAC6780
Decimal172103128
Binary10101100110011110000000
Octal254147200

Shades and tints

Shades of #AC6780

#AC6780
(172,103,128)
#9D5E75
(157,94,117)
#8E556A
(142,85,106)
#7F4C5F
(127,76,95)
#704354
(112,67,84)
#613A49
(97,58,73)
#52313E
(82,49,62)
#432833
(67,40,51)
#341F28
(52,31,40)
#25161D
(37,22,29)
#160D12
(22,13,18)
#000000
(0,0,0)

Tints of #AC6780

#AC6780
(172,103,128)
#B3748B
(179,116,139)
#BA8196
(186,129,150)
#C18EA1
(193,142,161)
#C89BAC
(200,155,172)
#CFA8B7
(207,168,183)
#D6B5C2
(214,181,194)
#DDC2CD
(221,194,205)
#E4CFD8
(228,207,216)
#EBDCE3
(235,220,227)
#F2E9EE
(242,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC6780 color. Also use rgb(172,103,128) instead hex code.

Text Font Color

.myTextColor { color: #AC6780; }

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

This text font color is #AC6780.


Background Color

.myBgColor { background-color: #AC6780; }

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

This div background color is #AC6780.


Border color

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

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

This div border color is #AC6780.


Opacity

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

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

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

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

This text has shadow with #AC6780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC6780 on black background.


Color preview on white background

This text has color #AC6780 on white background.



Black color preview on #AC6780 background

This text has black color on #AC6780 background.


White color preview on #AC6780 background

This text has white color on #AC6780 background.