COLOR #826980

HEX: #826980
RGB: (130,105,128)

Color info

#826980 contains red, green and blue colors in about the same proportion. Web safe color of #826980 is #996666 (or #966).

RGB color model

#826980 color RGB value is (130,105,128).

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

RGB channels and saturation

R 130 of 255 = 51%
G 105 of 255 = 41%
B 128 of 255 = 50%

130
105
128

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

Portions of RGB colors in percentages

R + G + B =
130 + 105 + 128 = 363 (100%)
R 130 of 363 ~ 35.81%
G 105 of 363 ~ 28.93%
B 128 of 363 ~ 35.26%

%35.81
%28.93
%35.26

CMYK color model

#826980 color CMYK value is (0,19,2,49).

  • cyan value is 0.00%
  • magenta value is 19.23%
  • yellow value is 1.54%
  • key color value is 49.02%
CMYK:
(0,19,2,49)
C0M19Y2K49 
(0%,19%,2%,49%)
(0.00/0.19/0.02/0.49)	

CMYK percentages

%0
%19.23
%1.54
%49.02

Codes

Color #826980 in popluar color models

826980
RGB130105128
HSL305°10.64%46.08%
HSB/HSV305°19.23%50.98%
CMYK0.00%19.23%1.54%
49.02%

Color #826980 in popluar number systems.

HEX826980
Decimal130105128
Binary10000010110100110000000
Octal202151200

Shades and tints

Shades of #826980

#826980
(130,105,128)
#776075
(119,96,117)
#6C576A
(108,87,106)
#614E5F
(97,78,95)
#564554
(86,69,84)
#4B3C49
(75,60,73)
#40333E
(64,51,62)
#352A33
(53,42,51)
#2A2128
(42,33,40)
#1F181D
(31,24,29)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #826980

#826980
(130,105,128)
#8D768B
(141,118,139)
#988396
(152,131,150)
#A390A1
(163,144,161)
#AE9DAC
(174,157,172)
#B9AAB7
(185,170,183)
#C4B7C2
(196,183,194)
#CFC4CD
(207,196,205)
#DAD1D8
(218,209,216)
#E5DEE3
(229,222,227)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826980; }

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

This text font color is #826980.


Background Color

.myBgColor { background-color: #826980; }

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

This div background color is #826980.


Border color

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

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

This div border color is #826980.


Opacity

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

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

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

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

This text has shadow with #826980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826980 on black background.


Color preview on white background

This text has color #826980 on white background.



Black color preview on #826980 background

This text has black color on #826980 background.


White color preview on #826980 background

This text has white color on #826980 background.