COLOR #826E7B

HEX: #826E7B
RGB: (130,110,123)

Color info

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

RGB color model

#826E7B color RGB value is (130,110,123).

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

RGB channels and saturation

R 130 of 255 = 51%
G 110 of 255 = 43%
B 123 of 255 = 48%

130
110
123

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

Portions of RGB colors in percentages

R + G + B =
130 + 110 + 123 = 363 (100%)
R 130 of 363 ~ 35.81%
G 110 of 363 ~ 30.3%
B 123 of 363 ~ 33.88%

%35.81
%30.3
%33.88

CMYK color model

#826E7B color CMYK value is (0,15,5,49).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 5.38%
  • key color value is 49.02%
CMYK:
(0,15,5,49)
C0M15Y5K49 
(0%,15%,5%,49%)
(0.00/0.15/0.05/0.49)	

CMYK percentages

%0
%15.38
%5.38
%49.02

Codes

Color #826E7B in popluar color models

826E7B
RGB130110123
HSL321°8.33%47.06%
HSB/HSV321°15.38%50.98%
CMYK0.00%15.38%5.38%
49.02%

Color #826E7B in popluar number systems.

HEX826E7B
Decimal130110123
Binary1000001011011101111011
Octal202156173

Shades and tints

Shades of #826E7B

#826E7B
(130,110,123)
#776470
(119,100,112)
#6C5A65
(108,90,101)
#61505A
(97,80,90)
#56464F
(86,70,79)
#4B3C44
(75,60,68)
#403239
(64,50,57)
#35282E
(53,40,46)
#2A1E23
(42,30,35)
#1F1418
(31,20,24)
#140A0D
(20,10,13)
#000000
(0,0,0)

Tints of #826E7B

#826E7B
(130,110,123)
#8D7B87
(141,123,135)
#988893
(152,136,147)
#A3959F
(163,149,159)
#AEA2AB
(174,162,171)
#B9AFB7
(185,175,183)
#C4BCC3
(196,188,195)
#CFC9CF
(207,201,207)
#DAD6DB
(218,214,219)
#E5E3E7
(229,227,231)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826E7B; }

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

This text font color is #826E7B.


Background Color

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

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

This div background color is #826E7B.


Border color

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

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

This div border color is #826E7B.


Opacity

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

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

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

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

This text has shadow with #826E7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826E7B on black background.


Color preview on white background

This text has color #826E7B on white background.



Black color preview on #826E7B background

This text has black color on #826E7B background.


White color preview on #826E7B background

This text has white color on #826E7B background.