COLOR #826983

HEX: #826983
RGB: (130,105,131)

Color info

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

RGB color model

#826983 color RGB value is (130,105,131).

  • red value is 130;
  • green value is 105;
  • blue value is 131.
RGB:
(130,105,131)
(51%,41%,51%)

RGB channels and saturation

R 130 of 255 = 51%
G 105 of 255 = 41%
B 131 of 255 = 51%

130
105
131

R + G + B ~ 48%. #826983 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 105 + 131 = 366 (100%)
R 130 of 366 ~ 35.52%
G 105 of 366 ~ 28.69%
B 131 of 366 ~ 35.79%

%35.52
%28.69
%35.79

CMYK color model

#826983 color CMYK value is (1,20,0,49).

  • cyan value is 0.76%
  • magenta value is 19.85%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(1,20,0,49)
C1M20Y0K49 
(1%,20%,0%,49%)
(0.01/0.20/0.00/0.49)	

CMYK percentages

%0.76
%19.85
%0
%48.63

Codes

Color #826983 in popluar color models

826983
RGB130105131
HSL298°11.02%46.27%
HSB/HSV298°19.85%51.37%
CMYK0.76%19.85%0.00%
48.63%

Color #826983 in popluar number systems.

HEX826983
Decimal130105131
Binary10000010110100110000011
Octal202151203

Shades and tints

Shades of #826983

#826983
(130,105,131)
#776078
(119,96,120)
#6C576D
(108,87,109)
#614E62
(97,78,98)
#564557
(86,69,87)
#4B3C4C
(75,60,76)
#403341
(64,51,65)
#352A36
(53,42,54)
#2A212B
(42,33,43)
#1F1820
(31,24,32)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #826983

#826983
(130,105,131)
#8D768E
(141,118,142)
#988399
(152,131,153)
#A390A4
(163,144,164)
#AE9DAF
(174,157,175)
#B9AABA
(185,170,186)
#C4B7C5
(196,183,197)
#CFC4D0
(207,196,208)
#DAD1DB
(218,209,219)
#E5DEE6
(229,222,230)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826983 color. Also use rgb(130,105,131) instead hex code.

Text Font Color

.myTextColor { color: #826983; }

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

This text font color is #826983.


Background Color

.myBgColor { background-color: #826983; }

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

This div background color is #826983.


Border color

.myBorderColor { border: 1px solid #826983; }

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

This div border color is #826983.


Opacity

.myOpacity80 { color: #826983; opacity: 0.8; }

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

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

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

This text has shadow with #826983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826983 on black background.


Color preview on white background

This text has color #826983 on white background.



Black color preview on #826983 background

This text has black color on #826983 background.


White color preview on #826983 background

This text has white color on #826983 background.