COLOR #AC82BE

HEX: #AC82BE RGB: (172,130,190)

Color info

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

RGB color model

#AC82BE color RGB value is (172,130,190).

RGB: (172,130,190) (67%, 51%, 75%)

RGB channels and saturation

R 172 of 255 = 67%
G 130 of 255 = 51%
B 190 of 255 = 75%

172
130
190

R + G + B ~ 64%. #AC82BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 130 + 190 = 492 (100%)
R 172 of 492 ~ 34.96%
G 130 of 492 ~ 26.42%
B 190 of 492 ~ 38.62'%

%34.96
%26.42
%38.62

CMYK color model

#AC82BE color CMYK value is (9,32,0,25).

  • cyan value is 9.47%
  • magenta value is 31.58%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (9,32,0,25)
C9M32Y0K25 (9%, 32%, 0%, 25%)
(0.09 / 0.32 / 0.00 / 0.25)

CMYK percentages

%9.47
%31.58
%0
%25.49

Codes

Color #AC82BE in popluar color models

AC 82 BE
RGB 172 130 190
HSL 282° 31.58% 62.75%
HSB/HSV 282° 31.58% 74.51%
CMYK 9.47% 31.58% 0.00%
25.49%

Color #AC82BE in popluar number systems.

HEX AC 82 BE
Decimal 172 130 190
Binary 10101100 10000010 10111110
Octal 254 202 276

Shades and tints

Shades of #AC82BE

#AC82BE
(172,130,190)
#9D77AD
(157,119,173)
#8E6C9C
(142,108,156)
#7F618B
(127,97,139)
#70567A
(112,86,122)
#614B69
(97,75,105)
#524058
(82,64,88)
#433547
(67,53,71)
#342A36
(52,42,54)
#251F25
(37,31,37)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #AC82BE

#AC82BE
(172,130,190)
#B38DC3
(179,141,195)
#BA98C8
(186,152,200)
#C1A3CD
(193,163,205)
#C8AED2
(200,174,210)
#CFB9D7
(207,185,215)
#D6C4DC
(214,196,220)
#DDCFE1
(221,207,225)
#E4DAE6
(228,218,230)
#EBE5EB
(235,229,235)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC82BE; }

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

This text font color is #AC82BE.

Background Color

.myBgColor { background-color: #AC82BE; }

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

This div background color is #AC82BE.

Border color

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

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

This div border color is #AC82BE.

Opacity

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

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

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

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

This text has shadow with #AC82BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC82BE.

Preview

Color preview on black background

This text has color #AC82BE on black background.


Color preview on white background

This text has color #AC82BE on white background.


Black color preview on #AC82BE background

This text has black color on #AC82BE background.


White color preview on #AC82BE background

This text has white color on #AC82BE background.


Related colors

Complementary color

Complementary color for #hex is #537D41.


I love getcolorcode.com

Triadic colors

1 #BEAC82 and #82BEAC with #AC82BE are triadic colors.

2 #BE82AC and #82ACBE with #AC82BE are triadic colors.