COLOR #826E7F

HEX: #826E7F
RGB: (130,110,127)

Color info

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

RGB color model

#826E7F color RGB value is (130,110,127).

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

RGB channels and saturation

R 130 of 255 = 51%
G 110 of 255 = 43%
B 127 of 255 = 50%

130
110
127

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

Portions of RGB colors in percentages

R + G + B =
130 + 110 + 127 = 367 (100%)
R 130 of 367 ~ 35.42%
G 110 of 367 ~ 29.97%
B 127 of 367 ~ 34.6%

%35.42
%29.97
%34.6

CMYK color model

#826E7F color CMYK value is (0,15,2,49).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 2.31%
  • key color value is 49.02%
CMYK:
(0,15,2,49)
C0M15Y2K49 
(0%,15%,2%,49%)
(0.00/0.15/0.02/0.49)	

CMYK percentages

%0
%15.38
%2.31
%49.02

Codes

Color #826E7F in popluar color models

826E7F
RGB130110127
HSL309°8.33%47.06%
HSB/HSV309°15.38%50.98%
CMYK0.00%15.38%2.31%
49.02%

Color #826E7F in popluar number systems.

HEX826E7F
Decimal130110127
Binary1000001011011101111111
Octal202156177

Shades and tints

Shades of #826E7F

#826E7F
(130,110,127)
#776474
(119,100,116)
#6C5A69
(108,90,105)
#61505E
(97,80,94)
#564653
(86,70,83)
#4B3C48
(75,60,72)
#40323D
(64,50,61)
#352832
(53,40,50)
#2A1E27
(42,30,39)
#1F141C
(31,20,28)
#140A11
(20,10,17)
#000000
(0,0,0)

Tints of #826E7F

#826E7F
(130,110,127)
#8D7B8A
(141,123,138)
#988895
(152,136,149)
#A395A0
(163,149,160)
#AEA2AB
(174,162,171)
#B9AFB6
(185,175,182)
#C4BCC1
(196,188,193)
#CFC9CC
(207,201,204)
#DAD6D7
(218,214,215)
#E5E3E2
(229,227,226)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826E7F; }

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

This text font color is #826E7F.


Background Color

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

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

This div background color is #826E7F.


Border color

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

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

This div border color is #826E7F.


Opacity

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

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

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

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

This text has shadow with #826E7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826E7F on black background.


Color preview on white background

This text has color #826E7F on white background.



Black color preview on #826E7F background

This text has black color on #826E7F background.


White color preview on #826E7F background

This text has white color on #826E7F background.