COLOR #8482AF

HEX: #8482AF RGB: (132,130,175)

Color info

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

RGB color model

#8482AF color RGB value is (132,130,175).

RGB: (132,130,175) (52%, 51%, 69%)

RGB channels and saturation

R 132 of 255 = 52%
G 130 of 255 = 51%
B 175 of 255 = 69%

132
130
175

R + G + B ~ 57%. #8482AF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 132 + 130 + 175 = 437 (100%)
R 132 of 437 ~ 30.21%
G 130 of 437 ~ 29.75%
B 175 of 437 ~ 40.05'%

%30.21
%29.75
%40.05

CMYK color model

#8482AF color CMYK value is (25,26,0,31).

  • cyan value is 24.57%
  • magenta value is 25.71%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (25,26,0,31)
C25M26Y0K31 (25%, 26%, 0%, 31%)
(0.25 / 0.26 / 0.00 / 0.31)

CMYK percentages

%24.57
%25.71
%0
%31.37

Codes

Color #8482AF in popluar color models

84 82 AF
RGB 132 130 175
HSL 243° 21.95% 59.80%
HSB/HSV 243° 25.71% 68.63%
CMYK 24.57% 25.71% 0.00%
31.37%

Color #8482AF in popluar number systems.

HEX 84 82 AF
Decimal 132 130 175
Binary 10000100 10000010 10101111
Octal 204 202 257

Shades and tints

Shades of #8482AF

#8482AF
(132,130,175)
#7877A0
(120,119,160)
#6C6C91
(108,108,145)
#606182
(96,97,130)
#545673
(84,86,115)
#484B64
(72,75,100)
#3C4055
(60,64,85)
#303546
(48,53,70)
#242A37
(36,42,55)
#181F28
(24,31,40)
#0C1419
(12,20,25)
#000000
(0,0,0)

Tints of #8482AF

#8482AF
(132,130,175)
#8F8DB6
(143,141,182)
#9A98BD
(154,152,189)
#A5A3C4
(165,163,196)
#B0AECB
(176,174,203)
#BBB9D2
(187,185,210)
#C6C4D9
(198,196,217)
#D1CFE0
(209,207,224)
#DCDAE7
(220,218,231)
#E7E5EE
(231,229,238)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8482AF color. Also use rgb(132,130,175) instead hex code.

Text Font Color

.myTextColor { color: #8482AF; }

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

This text font color is #8482AF.

Background Color

.myBgColor { background-color: #8482AF; }

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

This div background color is #8482AF.

Border color

.myBorderColor { border: 1px solid #8482AF; }

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

This div border color is #8482AF.

Opacity

.myOpacity80 { color: #8482AF; opacity: 0.8; }

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

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

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

This text has shadow with #8482AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8482AF.

Preview

Color preview on black background

This text has color #8482AF on black background.


Color preview on white background

This text has color #8482AF on white background.


Black color preview on #8482AF background

This text has black color on #8482AF background.


White color preview on #8482AF background

This text has white color on #8482AF background.


Related colors

Complementary color

Complementary color for #hex is #7B7D50.


I love getcolorcode.com

Triadic colors

1 #AF8482 and #82AF84 with #8482AF are triadic colors.

2 #AF8284 and #8284AF with #8482AF are triadic colors.