COLOR #83809D

HEX: #83809D RGB: (131,128,157)

Color info

#83809D contains red, green and blue colors in about the same proportion. Web safe color of #83809D is #996699 (or #969).

RGB color model

#83809D color RGB value is (131,128,157).

RGB: (131,128,157) (51%, 50%, 62%)

RGB channels and saturation

R 131 of 255 = 51%
G 128 of 255 = 50%
B 157 of 255 = 62%

131
128
157

R + G + B ~ 54%. #83809D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 131 + 128 + 157 = 416 (100%)
R 131 of 416 ~ 31.49%
G 128 of 416 ~ 30.77%
B 157 of 416 ~ 37.74'%

%31.49
%30.77
%37.74

CMYK color model

#83809D color CMYK value is (17,18,0,38).

  • cyan value is 16.56%
  • magenta value is 18.47%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (17,18,0,38)
C17M18Y0K38 (17%, 18%, 0%, 38%)
(0.17 / 0.18 / 0.00 / 0.38)

CMYK percentages

%16.56
%18.47
%0
%38.43

Codes

Color #83809D in popluar color models

83 80 9D
RGB 131 128 157
HSL 246° 12.89% 55.88%
HSB/HSV 246° 18.47% 61.57%
CMYK 16.56% 18.47% 0.00%
38.43%

Color #83809D in popluar number systems.

HEX 83 80 9D
Decimal 131 128 157
Binary 10000011 10000000 10011101
Octal 203 200 235

Shades and tints

Shades of #83809D

#83809D
(131,128,157)
#78758F
(120,117,143)
#6D6A81
(109,106,129)
#625F73
(98,95,115)
#575465
(87,84,101)
#4C4957
(76,73,87)
#413E49
(65,62,73)
#36333B
(54,51,59)
#2B282D
(43,40,45)
#201D1F
(32,29,31)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #83809D

#83809D
(131,128,157)
#8E8BA5
(142,139,165)
#9996AD
(153,150,173)
#A4A1B5
(164,161,181)
#AFACBD
(175,172,189)
#BAB7C5
(186,183,197)
#C5C2CD
(197,194,205)
#D0CDD5
(208,205,213)
#DBD8DD
(219,216,221)
#E6E3E5
(230,227,229)
#F1EEED
(241,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83809D color. Also use rgb(131,128,157) instead hex code.

Text Font Color

.myTextColor { color: #83809D; }

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

This text font color is #83809D.

Background Color

.myBgColor { background-color: #83809D; }

<div style="background-color:#83809D">Inner text</div>

This div background color is #83809D.

Border color

.myBorderColor { border: 1px solid #83809D; }

<div style="border:3px solid #83809D">Div</div>

This div border color is #83809D.

Opacity

.myOpacity80 { color: #83809D; opacity: 0.8; }

<p style="color:#83809D;opacity:0.8;">80%</p>

Text with #83809D 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 #83809D;}

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

This text has shadow with #83809D color.


.textShadow {text-shadow: 3px 3px 1px #83809D', 3px 3px 1px red;}

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

This text has shadow with #83809D primary color and red secondary color.


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

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

This text has shadow with #83809D and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #83809D; -webkit-box-shadow: 1px 1px 3px 2px #83809D; box-shadow:1px 1px 3px 2px #83809D;">
Div content here
</div>

This div box has shadow with color #83809D.

Preview

Color preview on black background

This text has color #83809D on black background.


Color preview on white background

This text has color #83809D on white background.


Black color preview on #83809D background

This text has black color on #83809D background.


White color preview on #83809D background

This text has white color on #83809D background.


Related colors

Complementary color

Complementary color for #hex is #7C7F62.


I love getcolorcode.com

Triadic colors

1 #9D8380 and #809D83 with #83809D are triadic colors.

2 #9D8083 and #80839D with #83809D are triadic colors.