COLOR #826A92

HEX: #826A92
RGB: (130,106,146)

Color info

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

RGB color model

#826A92 color RGB value is (130,106,146).

  • red value is 130;
  • green value is 106;
  • blue value is 146.
RGB:
(130,106,146)
(51%,42%,57%)

RGB channels and saturation

R 130 of 255 = 51%
G 106 of 255 = 42%
B 146 of 255 = 57%

130
106
146

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

Portions of RGB colors in percentages

R + G + B =
130 + 106 + 146 = 382 (100%)
R 130 of 382 ~ 34.03%
G 106 of 382 ~ 27.75%
B 146 of 382 ~ 38.22%

%34.03
%27.75
%38.22

CMYK color model

#826A92 color CMYK value is (11,27,0,43).

  • cyan value is 10.96%
  • magenta value is 27.40%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(11,27,0,43)
C11M27Y0K43 
(11%,27%,0%,43%)
(0.11/0.27/0.00/0.43)	

CMYK percentages

%10.96
%27.4
%0
%42.75

Codes

Color #826A92 in popluar color models

826A92
RGB130106146
HSL276°15.87%49.41%
HSB/HSV276°27.40%57.25%
CMYK10.96%27.40%0.00%
42.75%

Color #826A92 in popluar number systems.

HEX826A92
Decimal130106146
Binary10000010110101010010010
Octal202152222

Shades and tints

Shades of #826A92

#826A92
(130,106,146)
#776185
(119,97,133)
#6C5878
(108,88,120)
#614F6B
(97,79,107)
#56465E
(86,70,94)
#4B3D51
(75,61,81)
#403444
(64,52,68)
#352B37
(53,43,55)
#2A222A
(42,34,42)
#1F191D
(31,25,29)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #826A92

#826A92
(130,106,146)
#8D779B
(141,119,155)
#9884A4
(152,132,164)
#A391AD
(163,145,173)
#AE9EB6
(174,158,182)
#B9ABBF
(185,171,191)
#C4B8C8
(196,184,200)
#CFC5D1
(207,197,209)
#DAD2DA
(218,210,218)
#E5DFE3
(229,223,227)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826A92 color. Also use rgb(130,106,146) instead hex code.

Text Font Color

.myTextColor { color: #826A92; }

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

This text font color is #826A92.


Background Color

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

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

This div background color is #826A92.


Border color

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

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

This div border color is #826A92.


Opacity

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

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

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

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

This text has shadow with #826A92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826A92 on black background.


Color preview on white background

This text has color #826A92 on white background.



Black color preview on #826A92 background

This text has black color on #826A92 background.


White color preview on #826A92 background

This text has white color on #826A92 background.