COLOR #826B86

HEX: #826B86
RGB: (130,107,134)

Color info

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

RGB color model

#826B86 color RGB value is (130,107,134).

  • red value is 130;
  • green value is 107;
  • blue value is 134.
RGB:
(130,107,134)
(51%,42%,53%)

RGB channels and saturation

R 130 of 255 = 51%
G 107 of 255 = 42%
B 134 of 255 = 53%

130
107
134

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

Portions of RGB colors in percentages

R + G + B =
130 + 107 + 134 = 371 (100%)
R 130 of 371 ~ 35.04%
G 107 of 371 ~ 28.84%
B 134 of 371 ~ 36.12%

%35.04
%28.84
%36.12

CMYK color model

#826B86 color CMYK value is (3,20,0,47).

  • cyan value is 2.99%
  • magenta value is 20.15%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(3,20,0,47)
C3M20Y0K47 
(3%,20%,0%,47%)
(0.03/0.20/0.00/0.47)	

CMYK percentages

%2.99
%20.15
%0
%47.45

Codes

Color #826B86 in popluar color models

826B86
RGB130107134
HSL291°11.20%47.25%
HSB/HSV291°20.15%52.55%
CMYK2.99%20.15%0.00%
47.45%

Color #826B86 in popluar number systems.

HEX826B86
Decimal130107134
Binary10000010110101110000110
Octal202153206

Shades and tints

Shades of #826B86

#826B86
(130,107,134)
#77627A
(119,98,122)
#6C596E
(108,89,110)
#615062
(97,80,98)
#564756
(86,71,86)
#4B3E4A
(75,62,74)
#40353E
(64,53,62)
#352C32
(53,44,50)
#2A2326
(42,35,38)
#1F1A1A
(31,26,26)
#14110E
(20,17,14)
#000000
(0,0,0)

Tints of #826B86

#826B86
(130,107,134)
#8D7891
(141,120,145)
#98859C
(152,133,156)
#A392A7
(163,146,167)
#AE9FB2
(174,159,178)
#B9ACBD
(185,172,189)
#C4B9C8
(196,185,200)
#CFC6D3
(207,198,211)
#DAD3DE
(218,211,222)
#E5E0E9
(229,224,233)
#F0EDF4
(240,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826B86 color. Also use rgb(130,107,134) instead hex code.

Text Font Color

.myTextColor { color: #826B86; }

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

This text font color is #826B86.


Background Color

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

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

This div background color is #826B86.


Border color

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

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

This div border color is #826B86.


Opacity

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

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

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

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

This text has shadow with #826B86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826B86 on black background.


Color preview on white background

This text has color #826B86 on white background.



Black color preview on #826B86 background

This text has black color on #826B86 background.


White color preview on #826B86 background

This text has white color on #826B86 background.