COLOR #826E8A

HEX: #826E8A
RGB: (130,110,138)

Color info

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

RGB color model

#826E8A color RGB value is (130,110,138).

  • red value is 130;
  • green value is 110;
  • blue value is 138.
RGB:
(130,110,138)
(51%,43%,54%)

RGB channels and saturation

R 130 of 255 = 51%
G 110 of 255 = 43%
B 138 of 255 = 54%

130
110
138

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

Portions of RGB colors in percentages

R + G + B =
130 + 110 + 138 = 378 (100%)
R 130 of 378 ~ 34.39%
G 110 of 378 ~ 29.1%
B 138 of 378 ~ 36.51%

%34.39
%29.1
%36.51

CMYK color model

#826E8A color CMYK value is (6,20,0,46).

  • cyan value is 5.80%
  • magenta value is 20.29%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(6,20,0,46)
C6M20Y0K46 
(6%,20%,0%,46%)
(0.06/0.20/0.00/0.46)	

CMYK percentages

%5.8
%20.29
%0
%45.88

Codes

Color #826E8A in popluar color models

826E8A
RGB130110138
HSL283°11.29%48.63%
HSB/HSV283°20.29%54.12%
CMYK5.80%20.29%0.00%
45.88%

Color #826E8A in popluar number systems.

HEX826E8A
Decimal130110138
Binary10000010110111010001010
Octal202156212

Shades and tints

Shades of #826E8A

#826E8A
(130,110,138)
#77647E
(119,100,126)
#6C5A72
(108,90,114)
#615066
(97,80,102)
#56465A
(86,70,90)
#4B3C4E
(75,60,78)
#403242
(64,50,66)
#352836
(53,40,54)
#2A1E2A
(42,30,42)
#1F141E
(31,20,30)
#140A12
(20,10,18)
#000000
(0,0,0)

Tints of #826E8A

#826E8A
(130,110,138)
#8D7B94
(141,123,148)
#98889E
(152,136,158)
#A395A8
(163,149,168)
#AEA2B2
(174,162,178)
#B9AFBC
(185,175,188)
#C4BCC6
(196,188,198)
#CFC9D0
(207,201,208)
#DAD6DA
(218,214,218)
#E5E3E4
(229,227,228)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826E8A color. Also use rgb(130,110,138) instead hex code.

Text Font Color

.myTextColor { color: #826E8A; }

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

This text font color is #826E8A.


Background Color

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

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

This div background color is #826E8A.


Border color

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

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

This div border color is #826E8A.


Opacity

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

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

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

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

This text has shadow with #826E8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826E8A on black background.


Color preview on white background

This text has color #826E8A on white background.



Black color preview on #826E8A background

This text has black color on #826E8A background.


White color preview on #826E8A background

This text has white color on #826E8A background.