COLOR #826C8B

HEX: #826C8B
RGB: (130,108,139)

Color info

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

RGB color model

#826C8B color RGB value is (130,108,139).

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

RGB channels and saturation

R 130 of 255 = 51%
G 108 of 255 = 42%
B 139 of 255 = 55%

130
108
139

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

Portions of RGB colors in percentages

R + G + B =
130 + 108 + 139 = 377 (100%)
R 130 of 377 ~ 34.48%
G 108 of 377 ~ 28.65%
B 139 of 377 ~ 36.87%

%34.48
%28.65
%36.87

CMYK color model

#826C8B color CMYK value is (6,22,0,45).

  • cyan value is 6.47%
  • magenta value is 22.30%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(6,22,0,45)
C6M22Y0K45 
(6%,22%,0%,45%)
(0.06/0.22/0.00/0.45)	

CMYK percentages

%6.47
%22.3
%0
%45.49

Codes

Color #826C8B in popluar color models

826C8B
RGB130108139
HSL283°12.55%48.43%
HSB/HSV283°22.30%54.51%
CMYK6.47%22.30%0.00%
45.49%

Color #826C8B in popluar number systems.

HEX826C8B
Decimal130108139
Binary10000010110110010001011
Octal202154213

Shades and tints

Shades of #826C8B

#826C8B
(130,108,139)
#77637F
(119,99,127)
#6C5A73
(108,90,115)
#615167
(97,81,103)
#56485B
(86,72,91)
#4B3F4F
(75,63,79)
#403643
(64,54,67)
#352D37
(53,45,55)
#2A242B
(42,36,43)
#1F1B1F
(31,27,31)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #826C8B

#826C8B
(130,108,139)
#8D7995
(141,121,149)
#98869F
(152,134,159)
#A393A9
(163,147,169)
#AEA0B3
(174,160,179)
#B9ADBD
(185,173,189)
#C4BAC7
(196,186,199)
#CFC7D1
(207,199,209)
#DAD4DB
(218,212,219)
#E5E1E5
(229,225,229)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826C8B; }

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

This text font color is #826C8B.


Background Color

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

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

This div background color is #826C8B.


Border color

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

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

This div border color is #826C8B.


Opacity

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

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

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

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

This text has shadow with #826C8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826C8B on black background.


Color preview on white background

This text has color #826C8B on white background.



Black color preview on #826C8B background

This text has black color on #826C8B background.


White color preview on #826C8B background

This text has white color on #826C8B background.