COLOR #8483A6

HEX: #8483A6
RGB: (132,131,166)

Color info

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

RGB color model

#8483A6 color RGB value is (132,131,166).

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

RGB channels and saturation

R 132 of 255 = 52%
G 131 of 255 = 51%
B 166 of 255 = 65%

132
131
166

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

Portions of RGB colors in percentages

R + G + B =
132 + 131 + 166 = 429 (100%)
R 132 of 429 ~ 30.77%
G 131 of 429 ~ 30.54%
B 166 of 429 ~ 38.69%

%30.77
%30.54
%38.69

CMYK color model

#8483A6 color CMYK value is (20,21,0,35).

  • cyan value is 20.48%
  • magenta value is 21.08%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(20,21,0,35)
C20M21Y0K35 
(20%,21%,0%,35%)
(0.20/0.21/0.00/0.35)	

CMYK percentages

%20.48
%21.08
%0
%34.9

Codes

Color #8483A6 in popluar color models

8483A6
RGB132131166
HSL242°16.43%58.24%
HSB/HSV242°21.08%65.10%
CMYK20.48%21.08%0.00%
34.90%

Color #8483A6 in popluar number systems.

HEX8483A6
Decimal132131166
Binary100001001000001110100110
Octal204203246

Shades and tints

Shades of #8483A6

#8483A6
(132,131,166)
#787897
(120,120,151)
#6C6D88
(108,109,136)
#606279
(96,98,121)
#54576A
(84,87,106)
#484C5B
(72,76,91)
#3C414C
(60,65,76)
#30363D
(48,54,61)
#242B2E
(36,43,46)
#18201F
(24,32,31)
#0C1510
(12,21,16)
#000000
(0,0,0)

Tints of #8483A6

#8483A6
(132,131,166)
#8F8EAE
(143,142,174)
#9A99B6
(154,153,182)
#A5A4BE
(165,164,190)
#B0AFC6
(176,175,198)
#BBBACE
(187,186,206)
#C6C5D6
(198,197,214)
#D1D0DE
(209,208,222)
#DCDBE6
(220,219,230)
#E7E6EE
(231,230,238)
#F2F1F6
(242,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8483A6 color. Also use rgb(132,131,166) instead hex code.

Text Font Color

.myTextColor { color: #8483A6; }

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

This text font color is #8483A6.


Background Color

.myBgColor { background-color: #8483A6; }

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

This div background color is #8483A6.


Border color

.myBorderColor { border: 1px solid #8483A6; }

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

This div border color is #8483A6.


Opacity

.myOpacity80 { color: #8483A6; opacity: 0.8; }

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

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

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

This text has shadow with #8483A6 color.

.textShadow {text-shadow: 3px 3px 1px #8483A6, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8483A6 on black background.


Color preview on white background

This text has color #8483A6 on white background.



Black color preview on #8483A6 background

This text has black color on #8483A6 background.


White color preview on #8483A6 background

This text has white color on #8483A6 background.