COLOR #826D8E

HEX: #826D8E
RGB: (130,109,142)

Color info

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

RGB color model

#826D8E color RGB value is (130,109,142).

  • red value is 130;
  • green value is 109;
  • blue value is 142.
RGB:
(130,109,142)
(51%,43%,56%)

RGB channels and saturation

R 130 of 255 = 51%
G 109 of 255 = 43%
B 142 of 255 = 56%

130
109
142

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

Portions of RGB colors in percentages

R + G + B =
130 + 109 + 142 = 381 (100%)
R 130 of 381 ~ 34.12%
G 109 of 381 ~ 28.61%
B 142 of 381 ~ 37.27%

%34.12
%28.61
%37.27

CMYK color model

#826D8E color CMYK value is (8,23,0,44).

  • cyan value is 8.45%
  • magenta value is 23.24%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(8,23,0,44)
C8M23Y0K44 
(8%,23%,0%,44%)
(0.08/0.23/0.00/0.44)	

CMYK percentages

%8.45
%23.24
%0
%44.31

Codes

Color #826D8E in popluar color models

826D8E
RGB130109142
HSL278°13.15%49.22%
HSB/HSV278°23.24%55.69%
CMYK8.45%23.24%0.00%
44.31%

Color #826D8E in popluar number systems.

HEX826D8E
Decimal130109142
Binary10000010110110110001110
Octal202155216

Shades and tints

Shades of #826D8E

#826D8E
(130,109,142)
#776482
(119,100,130)
#6C5B76
(108,91,118)
#61526A
(97,82,106)
#56495E
(86,73,94)
#4B4052
(75,64,82)
#403746
(64,55,70)
#352E3A
(53,46,58)
#2A252E
(42,37,46)
#1F1C22
(31,28,34)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #826D8E

#826D8E
(130,109,142)
#8D7A98
(141,122,152)
#9887A2
(152,135,162)
#A394AC
(163,148,172)
#AEA1B6
(174,161,182)
#B9AEC0
(185,174,192)
#C4BBCA
(196,187,202)
#CFC8D4
(207,200,212)
#DAD5DE
(218,213,222)
#E5E2E8
(229,226,232)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826D8E color. Also use rgb(130,109,142) instead hex code.

Text Font Color

.myTextColor { color: #826D8E; }

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

This text font color is #826D8E.


Background Color

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

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

This div background color is #826D8E.


Border color

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

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

This div border color is #826D8E.


Opacity

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

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

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

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

This text has shadow with #826D8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826D8E on black background.


Color preview on white background

This text has color #826D8E on white background.



Black color preview on #826D8E background

This text has black color on #826D8E background.


White color preview on #826D8E background

This text has white color on #826D8E background.