COLOR #8383A3

HEX: #8383A3
RGB: (131,131,163)

Color info

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

RGB color model

#8383A3 color RGB value is (131,131,163).

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

RGB channels and saturation

R 131 of 255 = 51%
G 131 of 255 = 51%
B 163 of 255 = 64%

131
131
163

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

Portions of RGB colors in percentages

R + G + B =
131 + 131 + 163 = 425 (100%)
R 131 of 425 ~ 30.82%
G 131 of 425 ~ 30.82%
B 163 of 425 ~ 38.35%

%30.82
%30.82
%38.35

CMYK color model

#8383A3 color CMYK value is (20,20,0,36).

  • cyan value is 19.63%
  • magenta value is 19.63%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(20,20,0,36)
C20M20Y0K36 
(20%,20%,0%,36%)
(0.20/0.20/0.00/0.36)	

CMYK percentages

%19.63
%19.63
%0
%36.08

Codes

Color #8383A3 in popluar color models

8383A3
RGB131131163
HSL240°14.81%57.65%
HSB/HSV240°19.63%63.92%
CMYK19.63%19.63%0.00%
36.08%

Color #8383A3 in popluar number systems.

HEX8383A3
Decimal131131163
Binary100000111000001110100011
Octal203203243

Shades and tints

Shades of #8383A3

#8383A3
(131,131,163)
#787895
(120,120,149)
#6D6D87
(109,109,135)
#626279
(98,98,121)
#57576B
(87,87,107)
#4C4C5D
(76,76,93)
#41414F
(65,65,79)
#363641
(54,54,65)
#2B2B33
(43,43,51)
#202025
(32,32,37)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #8383A3

#8383A3
(131,131,163)
#8E8EAB
(142,142,171)
#9999B3
(153,153,179)
#A4A4BB
(164,164,187)
#AFAFC3
(175,175,195)
#BABACB
(186,186,203)
#C5C5D3
(197,197,211)
#D0D0DB
(208,208,219)
#DBDBE3
(219,219,227)
#E6E6EB
(230,230,235)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8383A3; }

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

This text font color is #8383A3.


Background Color

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

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

This div background color is #8383A3.


Border color

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

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

This div border color is #8383A3.


Opacity

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

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

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

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

This text has shadow with #8383A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8383A3 on black background.


Color preview on white background

This text has color #8383A3 on white background.



Black color preview on #8383A3 background

This text has black color on #8383A3 background.


White color preview on #8383A3 background

This text has white color on #8383A3 background.