COLOR #AC82A7

HEX: #AC82A7 RGB: (172,130,167)

Color info

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

RGB color model

#AC82A7 color RGB value is (172,130,167).

RGB: (172,130,167) (67%, 51%, 65%)

RGB channels and saturation

R 172 of 255 = 67%
G 130 of 255 = 51%
B 167 of 255 = 65%

172
130
167

R + G + B ~ 61%. #AC82A7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 130 + 167 = 469 (100%)
R 172 of 469 ~ 36.67%
G 130 of 469 ~ 27.72%
B 167 of 469 ~ 35.61'%

%36.67
%27.72
%35.61

CMYK color model

#AC82A7 color CMYK value is (0,24,3,33).

  • cyan value is 0.00%
  • magenta value is 24.42%
  • yellow value is 2.91%
  • key color value is 32.55%
CMYK: (0,24,3,33) C0M24Y3K33 (0%,24%,3%,33%) (0.00/0.24/0.03/0.33) 

CMYK percentages

%0
%24.42
%2.91
%32.55

Codes

Color #AC82A7 in popluar color models

AC 82 A7
RGB 172 130 167
HSL 307° 20.19% 59.22%
HSB/HSV 307° 24.42% 67.45%
CMYK 0.00% 24.42% 2.91%
32.55%

Color #AC82A7 in popluar number systems.

HEX AC 82 A7
Decimal 172 130 167
Binary 10101100 10000010 10100111
Octal 254 202 247

Shades and tints

Shades of #AC82A7

#AC82A7
(172,130,167)
#9D7798
(157,119,152)
#8E6C89
(142,108,137)
#7F617A
(127,97,122)
#70566B
(112,86,107)
#614B5C
(97,75,92)
#52404D
(82,64,77)
#43353E
(67,53,62)
#342A2F
(52,42,47)
#251F20
(37,31,32)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #AC82A7

#AC82A7
(172,130,167)
#B38DAF
(179,141,175)
#BA98B7
(186,152,183)
#C1A3BF
(193,163,191)
#C8AEC7
(200,174,199)
#CFB9CF
(207,185,207)
#D6C4D7
(214,196,215)
#DDCFDF
(221,207,223)
#E4DAE7
(228,218,231)
#EBE5EF
(235,229,239)
#F2F0F7
(242,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC82A7; }

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

This text font color is #AC82A7.

Background Color

.myBgColor { background-color: #AC82A7; }

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

This div background color is #AC82A7.

Border color

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

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

This div border color is #AC82A7.

Opacity

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

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

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

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

This text has shadow with #AC82A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC82A7.

Preview

Color preview on black background

This text has color #AC82A7 on black background.


Color preview on white background

This text has color #AC82A7 on white background.


Black color preview on #AC82A7 background

This text has black color on #AC82A7 background.


White color preview on #AC82A7 background

This text has white color on #AC82A7 background.


Related colors

Complementary color

Complementary color for #hex is #537D58.


I love getcolorcode.com

Triadic colors

1 #A7AC82 and #82A7AC with #AC82A7 are triadic colors.

2 #A782AC and #82ACA7 with #AC82A7 are triadic colors.