COLOR #8482A7

HEX: #8482A7
RGB: (132,130,167)

Color info

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

RGB color model

#8482A7 color RGB value is (132,130,167).

  • red value is 132;
  • green value is 130;
  • blue value is 167.
RGB:
(132,130,167)
(52%,51%,65%)

RGB channels and saturation

R 132 of 255 = 52%
G 130 of 255 = 51%
B 167 of 255 = 65%

132
130
167

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

Portions of RGB colors in percentages

R + G + B =
132 + 130 + 167 = 429 (100%)
R 132 of 429 ~ 30.77%
G 130 of 429 ~ 30.3%
B 167 of 429 ~ 38.93%

%30.77
%30.3
%38.93

CMYK color model

#8482A7 color CMYK value is (21,22,0,35).

  • cyan value is 20.96%
  • magenta value is 22.16%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(21,22,0,35)
C21M22Y0K35 
(21%,22%,0%,35%)
(0.21/0.22/0.00/0.35)	

CMYK percentages

%20.96
%22.16
%0
%34.51

Codes

Color #8482A7 in popluar color models

8482A7
RGB132130167
HSL243°17.37%58.24%
HSB/HSV243°22.16%65.49%
CMYK20.96%22.16%0.00%
34.51%

Color #8482A7 in popluar number systems.

HEX8482A7
Decimal132130167
Binary100001001000001010100111
Octal204202247

Shades and tints

Shades of #8482A7

#8482A7
(132,130,167)
#787798
(120,119,152)
#6C6C89
(108,108,137)
#60617A
(96,97,122)
#54566B
(84,86,107)
#484B5C
(72,75,92)
#3C404D
(60,64,77)
#30353E
(48,53,62)
#242A2F
(36,42,47)
#181F20
(24,31,32)
#0C1411
(12,20,17)
#000000
(0,0,0)

Tints of #8482A7

#8482A7
(132,130,167)
#8F8DAF
(143,141,175)
#9A98B7
(154,152,183)
#A5A3BF
(165,163,191)
#B0AEC7
(176,174,199)
#BBB9CF
(187,185,207)
#C6C4D7
(198,196,215)
#D1CFDF
(209,207,223)
#DCDAE7
(220,218,231)
#E7E5EF
(231,229,239)
#F2F0F7
(242,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8482A7; }

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

This text font color is #8482A7.


Background Color

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

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

This div background color is #8482A7.


Border color

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

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

This div border color is #8482A7.


Opacity

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

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

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

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

This text has shadow with #8482A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8482A7 on black background.


Color preview on white background

This text has color #8482A7 on white background.



Black color preview on #8482A7 background

This text has black color on #8482A7 background.


White color preview on #8482A7 background

This text has white color on #8482A7 background.