COLOR #AC82AD

HEX: #AC82AD RGB: (172,130,173)

Color info

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

RGB color model

#AC82AD color RGB value is (172,130,173).

RGB: (172,130,173) (67%, 51%, 68%)

RGB channels and saturation

R 172 of 255 = 67%
G 130 of 255 = 51%
B 173 of 255 = 68%

172
130
173

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

Portions of RGB colors in percentages

R + G + B = 172 + 130 + 173 = 475 (100%)
R 172 of 475 ~ 36.21%
G 130 of 475 ~ 27.37%
B 173 of 475 ~ 36.42'%

%36.21
%27.37
%36.42

CMYK color model

#AC82AD color CMYK value is (1,25,0,32).

  • cyan value is 0.58%
  • magenta value is 24.86%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (1,25,0,32) C1M25Y0K32 (1%,25%,0%,32%) (0.01/0.25/0.00/0.32) 

CMYK percentages

%0.58
%24.86
%0
%32.16

Codes

Color #AC82AD in popluar color models

AC 82 AD
RGB 172 130 173
HSL 299° 20.77% 59.41%
HSB/HSV 299° 24.86% 67.84%
CMYK 0.58% 24.86% 0.00%
32.16%

Color #AC82AD in popluar number systems.

HEX AC 82 AD
Decimal 172 130 173
Binary 10101100 10000010 10101101
Octal 254 202 255

Shades and tints

Shades of #AC82AD

#AC82AD
(172,130,173)
#9D779E
(157,119,158)
#8E6C8F
(142,108,143)
#7F6180
(127,97,128)
#705671
(112,86,113)
#614B62
(97,75,98)
#524053
(82,64,83)
#433544
(67,53,68)
#342A35
(52,42,53)
#251F26
(37,31,38)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #AC82AD

#AC82AD
(172,130,173)
#B38DB4
(179,141,180)
#BA98BB
(186,152,187)
#C1A3C2
(193,163,194)
#C8AEC9
(200,174,201)
#CFB9D0
(207,185,208)
#D6C4D7
(214,196,215)
#DDCFDE
(221,207,222)
#E4DAE5
(228,218,229)
#EBE5EC
(235,229,236)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC82AD; }

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

This text font color is #AC82AD.

Background Color

.myBgColor { background-color: #AC82AD; }

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

This div background color is #AC82AD.

Border color

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

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

This div border color is #AC82AD.

Opacity

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

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

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

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

This text has shadow with #AC82AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC82AD.

Preview

Color preview on black background

This text has color #AC82AD on black background.


Color preview on white background

This text has color #AC82AD on white background.


Black color preview on #AC82AD background

This text has black color on #AC82AD background.


White color preview on #AC82AD background

This text has white color on #AC82AD background.


Related colors

Complementary color

Complementary color for #hex is #537D52.


I love getcolorcode.com

Triadic colors

1 #ADAC82 and #82ADAC with #AC82AD are triadic colors.

2 #AD82AC and #82ACAD with #AC82AD are triadic colors.