COLOR #8482C6

HEX: #8482C6
RGB: (132,130,198)

Color info

#8482C6 contains mainly blue color. Web safe color of #8482C6 is #9999CC (or #99C).

RGB color model

#8482C6 color RGB value is (132,130,198).

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

RGB channels and saturation

R 132 of 255 = 52%
G 130 of 255 = 51%
B 198 of 255 = 78%

132
130
198

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

Portions of RGB colors in percentages

R + G + B =
132 + 130 + 198 = 460 (100%)
R 132 of 460 ~ 28.7%
G 130 of 460 ~ 28.26%
B 198 of 460 ~ 43.04%

%28.7
%28.26
%43.04

CMYK color model

#8482C6 color CMYK value is (33,34,0,22).

  • cyan value is 33.33%
  • magenta value is 34.34%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(33,34,0,22)
C33M34Y0K22 
(33%,34%,0%,22%)
(0.33/0.34/0.00/0.22)	

CMYK percentages

%33.33
%34.34
%0
%22.35

Codes

Color #8482C6 in popluar color models

8482C6
RGB132130198
HSL242°37.36%64.31%
HSB/HSV242°34.34%77.65%
CMYK33.33%34.34%0.00%
22.35%

Color #8482C6 in popluar number systems.

HEX8482C6
Decimal132130198
Binary100001001000001011000110
Octal204202306

Shades and tints

Shades of #8482C6

#8482C6
(132,130,198)
#7877B4
(120,119,180)
#6C6CA2
(108,108,162)
#606190
(96,97,144)
#54567E
(84,86,126)
#484B6C
(72,75,108)
#3C405A
(60,64,90)
#303548
(48,53,72)
#242A36
(36,42,54)
#181F24
(24,31,36)
#0C1412
(12,20,18)
#000000
(0,0,0)

Tints of #8482C6

#8482C6
(132,130,198)
#8F8DCB
(143,141,203)
#9A98D0
(154,152,208)
#A5A3D5
(165,163,213)
#B0AEDA
(176,174,218)
#BBB9DF
(187,185,223)
#C6C4E4
(198,196,228)
#D1CFE9
(209,207,233)
#DCDAEE
(220,218,238)
#E7E5F3
(231,229,243)
#F2F0F8
(242,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8482C6; }

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

This text font color is #8482C6.


Background Color

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

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

This div background color is #8482C6.


Border color

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

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

This div border color is #8482C6.


Opacity

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

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

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

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

This text has shadow with #8482C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8482C6 on black background.


Color preview on white background

This text has color #8482C6 on white background.



Black color preview on #8482C6 background

This text has black color on #8482C6 background.


White color preview on #8482C6 background

This text has white color on #8482C6 background.