COLOR #8482AE

HEX: #8482AE
RGB: (132,130,174)

Color info

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

RGB color model

#8482AE color RGB value is (132,130,174).

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

RGB channels and saturation

R 132 of 255 = 52%
G 130 of 255 = 51%
B 174 of 255 = 68%

132
130
174

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

Portions of RGB colors in percentages

R + G + B =
132 + 130 + 174 = 436 (100%)
R 132 of 436 ~ 30.28%
G 130 of 436 ~ 29.82%
B 174 of 436 ~ 39.91%

%30.28
%29.82
%39.91

CMYK color model

#8482AE color CMYK value is (24,25,0,32).

  • cyan value is 24.14%
  • magenta value is 25.29%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(24,25,0,32)
C24M25Y0K32 
(24%,25%,0%,32%)
(0.24/0.25/0.00/0.32)	

CMYK percentages

%24.14
%25.29
%0
%31.76

Codes

Color #8482AE in popluar color models

8482AE
RGB132130174
HSL243°21.36%59.61%
HSB/HSV243°25.29%68.24%
CMYK24.14%25.29%0.00%
31.76%

Color #8482AE in popluar number systems.

HEX8482AE
Decimal132130174
Binary100001001000001010101110
Octal204202256

Shades and tints

Shades of #8482AE

#8482AE
(132,130,174)
#78779F
(120,119,159)
#6C6C90
(108,108,144)
#606181
(96,97,129)
#545672
(84,86,114)
#484B63
(72,75,99)
#3C4054
(60,64,84)
#303545
(48,53,69)
#242A36
(36,42,54)
#181F27
(24,31,39)
#0C1418
(12,20,24)
#000000
(0,0,0)

Tints of #8482AE

#8482AE
(132,130,174)
#8F8DB5
(143,141,181)
#9A98BC
(154,152,188)
#A5A3C3
(165,163,195)
#B0AECA
(176,174,202)
#BBB9D1
(187,185,209)
#C6C4D8
(198,196,216)
#D1CFDF
(209,207,223)
#DCDAE6
(220,218,230)
#E7E5ED
(231,229,237)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8482AE; }

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

This text font color is #8482AE.


Background Color

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

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

This div background color is #8482AE.


Border color

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

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

This div border color is #8482AE.


Opacity

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

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

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

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

This text has shadow with #8482AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8482AE on black background.


Color preview on white background

This text has color #8482AE on white background.



Black color preview on #8482AE background

This text has black color on #8482AE background.


White color preview on #8482AE background

This text has white color on #8482AE background.