COLOR #826B7D

HEX: #826B7D RGB: (130,107,125)

Color info

#826B7D contains red, green and blue colors in about the same proportion. Web safe color of #826B7D is #996666 (or #966).

RGB color model

#826B7D color RGB value is (130,107,125).

RGB: (130,107,125) (51%, 42%, 49%)

RGB channels and saturation

R 130 of 255 = 51%
G 107 of 255 = 42%
B 125 of 255 = 49%

130
107
125

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

Portions of RGB colors in percentages

R + G + B = 130 + 107 + 125 = 362 (100%)
R 130 of 362 ~ 35.91%
G 107 of 362 ~ 29.56%
B 125 of 362 ~ 34.53'%

%35.91
%29.56
%34.53

CMYK color model

#826B7D color CMYK value is (0,18,4,49).

  • cyan value is 0.00%
  • magenta value is 17.69%
  • yellow value is 3.85%
  • key color value is 49.02%

CMYK: (0,18,4,49)
C0M18Y4K49 (0%, 18%, 4%, 49%)
(0.00 / 0.18 / 0.04 / 0.49)

CMYK percentages

%0
%17.69
%3.85
%49.02

Codes

Color #826B7D in popluar color models

82 6B 7D
RGB 130 107 125
HSL 313° 9.70% 46.47%
HSB/HSV 313° 17.69% 50.98%
CMYK 0.00% 17.69% 3.85%
49.02%

Color #826B7D in popluar number systems.

HEX 82 6B 7D
Decimal 130 107 125
Binary 10000010 1101011 1111101
Octal 202 153 175

Shades and tints

Shades of #826B7D

#826B7D
(130,107,125)
#776272
(119,98,114)
#6C5967
(108,89,103)
#61505C
(97,80,92)
#564751
(86,71,81)
#4B3E46
(75,62,70)
#40353B
(64,53,59)
#352C30
(53,44,48)
#2A2325
(42,35,37)
#1F1A1A
(31,26,26)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #826B7D

#826B7D
(130,107,125)
#8D7888
(141,120,136)
#988593
(152,133,147)
#A3929E
(163,146,158)
#AE9FA9
(174,159,169)
#B9ACB4
(185,172,180)
#C4B9BF
(196,185,191)
#CFC6CA
(207,198,202)
#DAD3D5
(218,211,213)
#E5E0E0
(229,224,224)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826B7D; }

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

This text font color is #826B7D.

Background Color

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

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

This div background color is #826B7D.

Border color

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

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

This div border color is #826B7D.

Opacity

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

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

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

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

This text has shadow with #826B7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #826B7D.

Preview

Color preview on black background

This text has color #826B7D on black background.


Color preview on white background

This text has color #826B7D on white background.


Black color preview on #826B7D background

This text has black color on #826B7D background.


White color preview on #826B7D background

This text has white color on #826B7D background.


Related colors

Complementary color

Complementary color for #hex is #7D9482.


I love getcolorcode.com

Triadic colors

1 #7D826B and #6B7D82 with #826B7D are triadic colors.

2 #7D6B82 and #6B827D with #826B7D are triadic colors.