COLOR #8383A0

HEX: #8383A0
RGB: (131,131,160)

Color info

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

RGB color model

#8383A0 color RGB value is (131,131,160).

  • red value is 131;
  • green value is 131;
  • blue value is 160.
RGB:
(131,131,160)
(51%,51%,63%)

RGB channels and saturation

R 131 of 255 = 51%
G 131 of 255 = 51%
B 160 of 255 = 63%

131
131
160

R + G + B ~ 55%. #8383A0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 131 + 160 = 422 (100%)
R 131 of 422 ~ 31.04%
G 131 of 422 ~ 31.04%
B 160 of 422 ~ 37.91%

%31.04
%31.04
%37.91

CMYK color model

#8383A0 color CMYK value is (18,18,0,37).

  • cyan value is 18.13%
  • magenta value is 18.13%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(18,18,0,37)
C18M18Y0K37 
(18%,18%,0%,37%)
(0.18/0.18/0.00/0.37)	

CMYK percentages

%18.13
%18.13
%0
%37.25

Codes

Color #8383A0 in popluar color models

8383A0
RGB131131160
HSL240°13.24%57.06%
HSB/HSV240°18.13%62.75%
CMYK18.13%18.13%0.00%
37.25%

Color #8383A0 in popluar number systems.

HEX8383A0
Decimal131131160
Binary100000111000001110100000
Octal203203240

Shades and tints

Shades of #8383A0

#8383A0
(131,131,160)
#787892
(120,120,146)
#6D6D84
(109,109,132)
#626276
(98,98,118)
#575768
(87,87,104)
#4C4C5A
(76,76,90)
#41414C
(65,65,76)
#36363E
(54,54,62)
#2B2B30
(43,43,48)
#202022
(32,32,34)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #8383A0

#8383A0
(131,131,160)
#8E8EA8
(142,142,168)
#9999B0
(153,153,176)
#A4A4B8
(164,164,184)
#AFAFC0
(175,175,192)
#BABAC8
(186,186,200)
#C5C5D0
(197,197,208)
#D0D0D8
(208,208,216)
#DBDBE0
(219,219,224)
#E6E6E8
(230,230,232)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8383A0 color. Also use rgb(131,131,160) instead hex code.

Text Font Color

.myTextColor { color: #8383A0; }

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

This text font color is #8383A0.


Background Color

.myBgColor { background-color: #8383A0; }

<div style="background-color:#8383A0">Inner text</div>

This div background color is #8383A0.


Border color

.myBorderColor { border: 1px solid #8383A0; }

<div style="border:3px solid #8383A0">Div</div>

This div border color is #8383A0.


Opacity

.myOpacity80 { color: #8383A0; opacity: 0.8; }

<p style="color:#8383A0;opacity:0.8;">80%</p>

Text with #8383A0 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 #8383A0;}

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

This text has shadow with #8383A0 color.

.textShadow {text-shadow: 3px 3px 1px #8383A0, 3px 3px 1px red;}

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

This text has shadow with #8383A0 primary color and red secondary color.


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

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

This text has shadow with #8383A0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8383A0 on black background.


Color preview on white background

This text has color #8383A0 on white background.



Black color preview on #8383A0 background

This text has black color on #8383A0 background.


White color preview on #8383A0 background

This text has white color on #8383A0 background.