COLOR #826C83

HEX: #826C83
RGB: (130,108,131)

Color info

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

RGB color model

#826C83 color RGB value is (130,108,131).

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

RGB channels and saturation

R 130 of 255 = 51%
G 108 of 255 = 42%
B 131 of 255 = 51%

130
108
131

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

Portions of RGB colors in percentages

R + G + B =
130 + 108 + 131 = 369 (100%)
R 130 of 369 ~ 35.23%
G 108 of 369 ~ 29.27%
B 131 of 369 ~ 35.5%

%35.23
%29.27
%35.5

CMYK color model

#826C83 color CMYK value is (1,18,0,49).

  • cyan value is 0.76%
  • magenta value is 17.56%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(1,18,0,49)
C1M18Y0K49 
(1%,18%,0%,49%)
(0.01/0.18/0.00/0.49)	

CMYK percentages

%0.76
%17.56
%0
%48.63

Codes

Color #826C83 in popluar color models

826C83
RGB130108131
HSL297°9.62%46.86%
HSB/HSV297°17.56%51.37%
CMYK0.76%17.56%0.00%
48.63%

Color #826C83 in popluar number systems.

HEX826C83
Decimal130108131
Binary10000010110110010000011
Octal202154203

Shades and tints

Shades of #826C83

#826C83
(130,108,131)
#776378
(119,99,120)
#6C5A6D
(108,90,109)
#615162
(97,81,98)
#564857
(86,72,87)
#4B3F4C
(75,63,76)
#403641
(64,54,65)
#352D36
(53,45,54)
#2A242B
(42,36,43)
#1F1B20
(31,27,32)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #826C83

#826C83
(130,108,131)
#8D798E
(141,121,142)
#988699
(152,134,153)
#A393A4
(163,147,164)
#AEA0AF
(174,160,175)
#B9ADBA
(185,173,186)
#C4BAC5
(196,186,197)
#CFC7D0
(207,199,208)
#DAD4DB
(218,212,219)
#E5E1E6
(229,225,230)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826C83; }

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

This text font color is #826C83.


Background Color

.myBgColor { background-color: #826C83; }

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

This div background color is #826C83.


Border color

.myBorderColor { border: 1px solid #826C83; }

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

This div border color is #826C83.


Opacity

.myOpacity80 { color: #826C83; opacity: 0.8; }

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

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

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

This text has shadow with #826C83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826C83 on black background.


Color preview on white background

This text has color #826C83 on white background.



Black color preview on #826C83 background

This text has black color on #826C83 background.


White color preview on #826C83 background

This text has white color on #826C83 background.