COLOR #AC82A5

HEX: #AC82A5
RGB: (172,130,165)

Color info

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

RGB color model

#AC82A5 color RGB value is (172,130,165).

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

RGB channels and saturation

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

172
130
165

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

Portions of RGB colors in percentages

R + G + B =
172 + 130 + 165 = 467 (100%)
R 172 of 467 ~ 36.83%
G 130 of 467 ~ 27.84%
B 165 of 467 ~ 35.33%

%36.83
%27.84
%35.33

CMYK color model

#AC82A5 color CMYK value is (0,24,4,33).

  • cyan value is 0.00%
  • magenta value is 24.42%
  • yellow value is 4.07%
  • key color value is 32.55%
CMYK:
(0,24,4,33)
C0M24Y4K33 
(0%,24%,4%,33%)
(0.00/0.24/0.04/0.33)	

CMYK percentages

%0
%24.42
%4.07
%32.55

Codes

Color #AC82A5 in popluar color models

AC82A5
RGB172130165
HSL310°20.19%59.22%
HSB/HSV310°24.42%67.45%
CMYK0.00%24.42%4.07%
32.55%

Color #AC82A5 in popluar number systems.

HEXAC82A5
Decimal172130165
Binary101011001000001010100101
Octal254202245

Shades and tints

Shades of #AC82A5

#AC82A5
(172,130,165)
#9D7796
(157,119,150)
#8E6C87
(142,108,135)
#7F6178
(127,97,120)
#705669
(112,86,105)
#614B5A
(97,75,90)
#52404B
(82,64,75)
#43353C
(67,53,60)
#342A2D
(52,42,45)
#251F1E
(37,31,30)
#16140F
(22,20,15)
#000000
(0,0,0)

Tints of #AC82A5

#AC82A5
(172,130,165)
#B38DAD
(179,141,173)
#BA98B5
(186,152,181)
#C1A3BD
(193,163,189)
#C8AEC5
(200,174,197)
#CFB9CD
(207,185,205)
#D6C4D5
(214,196,213)
#DDCFDD
(221,207,221)
#E4DAE5
(228,218,229)
#EBE5ED
(235,229,237)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC82A5; }

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

This text font color is #AC82A5.


Background Color

.myBgColor { background-color: #AC82A5; }

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

This div background color is #AC82A5.


Border color

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

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

This div border color is #AC82A5.


Opacity

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

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

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

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

This text has shadow with #AC82A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC82A5 on black background.


Color preview on white background

This text has color #AC82A5 on white background.



Black color preview on #AC82A5 background

This text has black color on #AC82A5 background.


White color preview on #AC82A5 background

This text has white color on #AC82A5 background.