COLOR #83809A

HEX: #83809A
RGB: (131,128,154)

Color info

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

RGB color model

#83809A color RGB value is (131,128,154).

  • red value is 131;
  • green value is 128;
  • blue value is 154.
RGB:
(131,128,154)
(51%,50%,60%)

RGB channels and saturation

R 131 of 255 = 51%
G 128 of 255 = 50%
B 154 of 255 = 60%

131
128
154

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

Portions of RGB colors in percentages

R + G + B =
131 + 128 + 154 = 413 (100%)
R 131 of 413 ~ 31.72%
G 128 of 413 ~ 30.99%
B 154 of 413 ~ 37.29%

%31.72
%30.99
%37.29

CMYK color model

#83809A color CMYK value is (15,17,0,40).

  • cyan value is 14.94%
  • magenta value is 16.88%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(15,17,0,40)
C15M17Y0K40 
(15%,17%,0%,40%)
(0.15/0.17/0.00/0.40)	

CMYK percentages

%14.94
%16.88
%0
%39.61

Codes

Color #83809A in popluar color models

83809A
RGB131128154
HSL247°11.40%55.29%
HSB/HSV247°16.88%60.39%
CMYK14.94%16.88%0.00%
39.61%

Color #83809A in popluar number systems.

HEX83809A
Decimal131128154
Binary100000111000000010011010
Octal203200232

Shades and tints

Shades of #83809A

#83809A
(131,128,154)
#78758C
(120,117,140)
#6D6A7E
(109,106,126)
#625F70
(98,95,112)
#575462
(87,84,98)
#4C4954
(76,73,84)
#413E46
(65,62,70)
#363338
(54,51,56)
#2B282A
(43,40,42)
#201D1C
(32,29,28)
#15120E
(21,18,14)
#000000
(0,0,0)

Tints of #83809A

#83809A
(131,128,154)
#8E8BA3
(142,139,163)
#9996AC
(153,150,172)
#A4A1B5
(164,161,181)
#AFACBE
(175,172,190)
#BAB7C7
(186,183,199)
#C5C2D0
(197,194,208)
#D0CDD9
(208,205,217)
#DBD8E2
(219,216,226)
#E6E3EB
(230,227,235)
#F1EEF4
(241,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83809A; }

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

This text font color is #83809A.


Background Color

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

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

This div background color is #83809A.


Border color

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

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

This div border color is #83809A.


Opacity

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

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

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

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

This text has shadow with #83809A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83809A on black background.


Color preview on white background

This text has color #83809A on white background.



Black color preview on #83809A background

This text has black color on #83809A background.


White color preview on #83809A background

This text has white color on #83809A background.