COLOR #AC82D2

HEX: #AC82D2 RGB: (172,130,210)

Color info

#AC82D2 contains mainly red and blue colors. Web safe color of #AC82D2 is #9999CC (or #99C).

RGB color model

#AC82D2 color RGB value is (172,130,210).

RGB: (172,130,210) (67%, 51%, 82%)

RGB channels and saturation

R 172 of 255 = 67%
G 130 of 255 = 51%
B 210 of 255 = 82%

172
130
210

R + G + B ~ 67%. #AC82D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 130 + 210 = 512 (100%)
R 172 of 512 ~ 33.59%
G 130 of 512 ~ 25.39%
B 210 of 512 ~ 41.02'%

%33.59
%25.39
%41.02

CMYK color model

#AC82D2 color CMYK value is (18,38,0,18).

  • cyan value is 18.10%
  • magenta value is 38.10%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (18,38,0,18)
C18M38Y0K18 (18%, 38%, 0%, 18%)
(0.18 / 0.38 / 0.00 / 0.18)

CMYK percentages

%18.1
%38.1
%0
%17.65

Codes

Color #AC82D2 in popluar color models

AC 82 D2
RGB 172 130 210
HSL 272° 47.06% 66.67%
HSB/HSV 272° 38.10% 82.35%
CMYK 18.10% 38.10% 0.00%
17.65%

Color #AC82D2 in popluar number systems.

HEX AC 82 D2
Decimal 172 130 210
Binary 10101100 10000010 11010010
Octal 254 202 322

Shades and tints

Shades of #AC82D2

#AC82D2
(172,130,210)
#9D77BF
(157,119,191)
#8E6CAC
(142,108,172)
#7F6199
(127,97,153)
#705686
(112,86,134)
#614B73
(97,75,115)
#524060
(82,64,96)
#43354D
(67,53,77)
#342A3A
(52,42,58)
#251F27
(37,31,39)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #AC82D2

#AC82D2
(172,130,210)
#B38DD6
(179,141,214)
#BA98DA
(186,152,218)
#C1A3DE
(193,163,222)
#C8AEE2
(200,174,226)
#CFB9E6
(207,185,230)
#D6C4EA
(214,196,234)
#DDCFEE
(221,207,238)
#E4DAF2
(228,218,242)
#EBE5F6
(235,229,246)
#F2F0FA
(242,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC82D2; }

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

This text font color is #AC82D2.

Background Color

.myBgColor { background-color: #AC82D2; }

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

This div background color is #AC82D2.

Border color

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

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

This div border color is #AC82D2.

Opacity

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

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

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

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

This text has shadow with #AC82D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC82D2.

Preview

Color preview on black background

This text has color #AC82D2 on black background.


Color preview on white background

This text has color #AC82D2 on white background.


Black color preview on #AC82D2 background

This text has black color on #AC82D2 background.


White color preview on #AC82D2 background

This text has white color on #AC82D2 background.


Related colors

Complementary color

Complementary color for #hex is #537D2D.


I love getcolorcode.com

Triadic colors

1 #D2AC82 and #82D2AC with #AC82D2 are triadic colors.

2 #D282AC and #82ACD2 with #AC82D2 are triadic colors.