COLOR #82697F

HEX: #82697F
RGB: (130,105,127)

Color info

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

RGB color model

#82697F color RGB value is (130,105,127).

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

RGB channels and saturation

R 130 of 255 = 51%
G 105 of 255 = 41%
B 127 of 255 = 50%

130
105
127

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

Portions of RGB colors in percentages

R + G + B =
130 + 105 + 127 = 362 (100%)
R 130 of 362 ~ 35.91%
G 105 of 362 ~ 29.01%
B 127 of 362 ~ 35.08%

%35.91
%29.01
%35.08

CMYK color model

#82697F color CMYK value is (0,19,2,49).

  • cyan value is 0.00%
  • magenta value is 19.23%
  • yellow value is 2.31%
  • key color value is 49.02%
CMYK:
(0,19,2,49)
C0M19Y2K49 
(0%,19%,2%,49%)
(0.00/0.19/0.02/0.49)	

CMYK percentages

%0
%19.23
%2.31
%49.02

Codes

Color #82697F in popluar color models

82697F
RGB130105127
HSL307°10.64%46.08%
HSB/HSV307°19.23%50.98%
CMYK0.00%19.23%2.31%
49.02%

Color #82697F in popluar number systems.

HEX82697F
Decimal130105127
Binary1000001011010011111111
Octal202151177

Shades and tints

Shades of #82697F

#82697F
(130,105,127)
#776074
(119,96,116)
#6C5769
(108,87,105)
#614E5E
(97,78,94)
#564553
(86,69,83)
#4B3C48
(75,60,72)
#40333D
(64,51,61)
#352A32
(53,42,50)
#2A2127
(42,33,39)
#1F181C
(31,24,28)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #82697F

#82697F
(130,105,127)
#8D768A
(141,118,138)
#988395
(152,131,149)
#A390A0
(163,144,160)
#AE9DAB
(174,157,171)
#B9AAB6
(185,170,182)
#C4B7C1
(196,183,193)
#CFC4CC
(207,196,204)
#DAD1D7
(218,209,215)
#E5DEE2
(229,222,226)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82697F color. Also use rgb(130,105,127) instead hex code.

Text Font Color

.myTextColor { color: #82697F; }

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

This text font color is #82697F.


Background Color

.myBgColor { background-color: #82697F; }

<div style="background-color:#82697F">Inner text</div>

This div background color is #82697F.


Border color

.myBorderColor { border: 1px solid #82697F; }

<div style="border:3px solid #82697F">Div</div>

This div border color is #82697F.


Opacity

.myOpacity80 { color: #82697F; opacity: 0.8; }

<p style="color:#82697F;opacity:0.8;">80%</p>

Text with #82697F 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 #82697F;}

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

This text has shadow with #82697F color.

.textShadow {text-shadow: 3px 3px 1px #82697F, 3px 3px 1px red;}

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

This text has shadow with #82697F primary color and red secondary color.


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

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

This text has shadow with #82697F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82697F on black background.


Color preview on white background

This text has color #82697F on white background.



Black color preview on #82697F background

This text has black color on #82697F background.


White color preview on #82697F background

This text has white color on #82697F background.