COLOR #826E81

HEX: #826E81 RGB: (130,110,129)

Color info

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

RGB color model

#826E81 color RGB value is (130,110,129).

RGB: (130,110,129) (51%, 43%, 51%)

RGB channels and saturation

R 130 of 255 = 51%
G 110 of 255 = 43%
B 129 of 255 = 51%

130
110
129

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

Portions of RGB colors in percentages

R + G + B = 130 + 110 + 129 = 369 (100%)
R 130 of 369 ~ 35.23%
G 110 of 369 ~ 29.81%
B 129 of 369 ~ 34.96'%

%35.23
%29.81
%34.96

CMYK color model

#826E81 color CMYK value is (0,15,1,49).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 0.77%
  • key color value is 49.02%

CMYK: (0,15,1,49)
C0M15Y1K49 (0%, 15%, 1%, 49%)
(0.00 / 0.15 / 0.01 / 0.49)

CMYK percentages

%0
%15.38
%0.77
%49.02

Codes

Color #826E81 in popluar color models

82 6E 81
RGB 130 110 129
HSL 303° 8.33% 47.06%
HSB/HSV 303° 15.38% 50.98%
CMYK 0.00% 15.38% 0.77%
49.02%

Color #826E81 in popluar number systems.

HEX 82 6E 81
Decimal 130 110 129
Binary 10000010 1101110 10000001
Octal 202 156 201

Shades and tints

Shades of #826E81

#826E81
(130,110,129)
#776476
(119,100,118)
#6C5A6B
(108,90,107)
#615060
(97,80,96)
#564655
(86,70,85)
#4B3C4A
(75,60,74)
#40323F
(64,50,63)
#352834
(53,40,52)
#2A1E29
(42,30,41)
#1F141E
(31,20,30)
#140A13
(20,10,19)
#000000
(0,0,0)

Tints of #826E81

#826E81
(130,110,129)
#8D7B8C
(141,123,140)
#988897
(152,136,151)
#A395A2
(163,149,162)
#AEA2AD
(174,162,173)
#B9AFB8
(185,175,184)
#C4BCC3
(196,188,195)
#CFC9CE
(207,201,206)
#DAD6D9
(218,214,217)
#E5E3E4
(229,227,228)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826E81; }

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

This text font color is #826E81.

Background Color

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

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

This div background color is #826E81.

Border color

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

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

This div border color is #826E81.

Opacity

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

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

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

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

This text has shadow with #826E81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #826E81.

Preview

Color preview on black background

This text has color #826E81 on black background.


Color preview on white background

This text has color #826E81 on white background.


Black color preview on #826E81 background

This text has black color on #826E81 background.


White color preview on #826E81 background

This text has white color on #826E81 background.


Related colors

Complementary color

Complementary color for #hex is #7D917E.


I love getcolorcode.com

Triadic colors

1 #81826E and #6E8182 with #826E81 are triadic colors.

2 #816E82 and #6E8281 with #826E81 are triadic colors.