COLOR #826780

HEX: #826780
RGB: (130,103,128)

Color info

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

RGB color model

#826780 color RGB value is (130,103,128).

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

RGB channels and saturation

R 130 of 255 = 51%
G 103 of 255 = 40%
B 128 of 255 = 50%

130
103
128

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

Portions of RGB colors in percentages

R + G + B =
130 + 103 + 128 = 361 (100%)
R 130 of 361 ~ 36.01%
G 103 of 361 ~ 28.53%
B 128 of 361 ~ 35.46%

%36.01
%28.53
%35.46

CMYK color model

#826780 color CMYK value is (0,21,2,49).

  • cyan value is 0.00%
  • magenta value is 20.77%
  • yellow value is 1.54%
  • key color value is 49.02%
CMYK:
(0,21,2,49)
C0M21Y2K49 
(0%,21%,2%,49%)
(0.00/0.21/0.02/0.49)	

CMYK percentages

%0
%20.77
%1.54
%49.02

Codes

Color #826780 in popluar color models

826780
RGB130103128
HSL304°11.59%45.69%
HSB/HSV304°20.77%50.98%
CMYK0.00%20.77%1.54%
49.02%

Color #826780 in popluar number systems.

HEX826780
Decimal130103128
Binary10000010110011110000000
Octal202147200

Shades and tints

Shades of #826780

#826780
(130,103,128)
#775E75
(119,94,117)
#6C556A
(108,85,106)
#614C5F
(97,76,95)
#564354
(86,67,84)
#4B3A49
(75,58,73)
#40313E
(64,49,62)
#352833
(53,40,51)
#2A1F28
(42,31,40)
#1F161D
(31,22,29)
#140D12
(20,13,18)
#000000
(0,0,0)

Tints of #826780

#826780
(130,103,128)
#8D748B
(141,116,139)
#988196
(152,129,150)
#A38EA1
(163,142,161)
#AE9BAC
(174,155,172)
#B9A8B7
(185,168,183)
#C4B5C2
(196,181,194)
#CFC2CD
(207,194,205)
#DACFD8
(218,207,216)
#E5DCE3
(229,220,227)
#F0E9EE
(240,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826780; }

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

This text font color is #826780.


Background Color

.myBgColor { background-color: #826780; }

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

This div background color is #826780.


Border color

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

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

This div border color is #826780.


Opacity

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

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

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

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

This text has shadow with #826780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826780 on black background.


Color preview on white background

This text has color #826780 on white background.



Black color preview on #826780 background

This text has black color on #826780 background.


White color preview on #826780 background

This text has white color on #826780 background.