COLOR #AC82AA

HEX: #AC82AA
RGB: (172,130,170)

Color info

#AC82AA contains red, green and blue colors in about the same proportion. Web safe color of #AC82AA is #999999 (or #999).

RGB color model

#AC82AA color RGB value is (172,130,170).

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

RGB channels and saturation

R 172 of 255 = 67%
G 130 of 255 = 51%
B 170 of 255 = 67%

172
130
170

R + G + B ~ 62%. #AC82AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 130 + 170 = 472 (100%)
R 172 of 472 ~ 36.44%
G 130 of 472 ~ 27.54%
B 170 of 472 ~ 36.02%

%36.44
%27.54
%36.02

CMYK color model

#AC82AA color CMYK value is (0,24,1,33).

  • cyan value is 0.00%
  • magenta value is 24.42%
  • yellow value is 1.16%
  • key color value is 32.55%
CMYK:
(0,24,1,33)
C0M24Y1K33 
(0%,24%,1%,33%)
(0.00/0.24/0.01/0.33)	

CMYK percentages

%0
%24.42
%1.16
%32.55

Codes

Color #AC82AA in popluar color models

AC82AA
RGB172130170
HSL303°20.19%59.22%
HSB/HSV303°24.42%67.45%
CMYK0.00%24.42%1.16%
32.55%

Color #AC82AA in popluar number systems.

HEXAC82AA
Decimal172130170
Binary101011001000001010101010
Octal254202252

Shades and tints

Shades of #AC82AA

#AC82AA
(172,130,170)
#9D779B
(157,119,155)
#8E6C8C
(142,108,140)
#7F617D
(127,97,125)
#70566E
(112,86,110)
#614B5F
(97,75,95)
#524050
(82,64,80)
#433541
(67,53,65)
#342A32
(52,42,50)
#251F23
(37,31,35)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #AC82AA

#AC82AA
(172,130,170)
#B38DB1
(179,141,177)
#BA98B8
(186,152,184)
#C1A3BF
(193,163,191)
#C8AEC6
(200,174,198)
#CFB9CD
(207,185,205)
#D6C4D4
(214,196,212)
#DDCFDB
(221,207,219)
#E4DAE2
(228,218,226)
#EBE5E9
(235,229,233)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC82AA; }

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

This text font color is #AC82AA.


Background Color

.myBgColor { background-color: #AC82AA; }

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

This div background color is #AC82AA.


Border color

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

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

This div border color is #AC82AA.


Opacity

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

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

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

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

This text has shadow with #AC82AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC82AA on black background.


Color preview on white background

This text has color #AC82AA on white background.



Black color preview on #AC82AA background

This text has black color on #AC82AA background.


White color preview on #AC82AA background

This text has white color on #AC82AA background.