COLOR #826F92

HEX: #826F92 RGB: (130,111,146)

Color info

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

RGB color model

#826F92 color RGB value is (130,111,146).

RGB: (130,111,146) (51%, 44%, 57%)

RGB channels and saturation

R 130 of 255 = 51%
G 111 of 255 = 44%
B 146 of 255 = 57%

130
111
146

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

Portions of RGB colors in percentages

R + G + B = 130 + 111 + 146 = 387 (100%)
R 130 of 387 ~ 33.59%
G 111 of 387 ~ 28.68%
B 146 of 387 ~ 37.73'%

%33.59
%28.68
%37.73

CMYK color model

#826F92 color CMYK value is (11,24,0,43).

  • cyan value is 10.96%
  • magenta value is 23.97%
  • yellow value is 0.00%
  • key color value is 42.75%

CMYK: (11,24,0,43)
C11M24Y0K43 (11%, 24%, 0%, 43%)
(0.11 / 0.24 / 0.00 / 0.43)

CMYK percentages

%10.96
%23.97
%0
%42.75

Codes

Color #826F92 in popluar color models

82 6F 92
RGB 130 111 146
HSL 273° 13.83% 50.39%
HSB/HSV 273° 23.97% 57.25%
CMYK 10.96% 23.97% 0.00%
42.75%

Color #826F92 in popluar number systems.

HEX 82 6F 92
Decimal 130 111 146
Binary 10000010 1101111 10010010
Octal 202 157 222

Shades and tints

Shades of #826F92

#826F92
(130,111,146)
#776585
(119,101,133)
#6C5B78
(108,91,120)
#61516B
(97,81,107)
#56475E
(86,71,94)
#4B3D51
(75,61,81)
#403344
(64,51,68)
#352937
(53,41,55)
#2A1F2A
(42,31,42)
#1F151D
(31,21,29)
#140B10
(20,11,16)
#000000
(0,0,0)

Tints of #826F92

#826F92
(130,111,146)
#8D7C9B
(141,124,155)
#9889A4
(152,137,164)
#A396AD
(163,150,173)
#AEA3B6
(174,163,182)
#B9B0BF
(185,176,191)
#C4BDC8
(196,189,200)
#CFCAD1
(207,202,209)
#DAD7DA
(218,215,218)
#E5E4E3
(229,228,227)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826F92; }

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

This text font color is #826F92.

Background Color

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

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

This div background color is #826F92.

Border color

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

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

This div border color is #826F92.

Opacity

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

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

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

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

This text has shadow with #826F92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #826F92.

Preview

Color preview on black background

This text has color #826F92 on black background.


Color preview on white background

This text has color #826F92 on white background.


Black color preview on #826F92 background

This text has black color on #826F92 background.


White color preview on #826F92 background

This text has white color on #826F92 background.


Related colors

Complementary color

Complementary color for #hex is #7D906D.


I love getcolorcode.com

Triadic colors

1 #92826F and #6F9282 with #826F92 are triadic colors.

2 #926F82 and #6F8292 with #826F92 are triadic colors.