COLOR #82708F

HEX: #82708F
RGB: (130,112,143)

Color info

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

RGB color model

#82708F color RGB value is (130,112,143).

  • red value is 130;
  • green value is 112;
  • blue value is 143.
RGB:
(130,112,143)
(51%,44%,56%)

RGB channels and saturation

R 130 of 255 = 51%
G 112 of 255 = 44%
B 143 of 255 = 56%

130
112
143

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

Portions of RGB colors in percentages

R + G + B =
130 + 112 + 143 = 385 (100%)
R 130 of 385 ~ 33.77%
G 112 of 385 ~ 29.09%
B 143 of 385 ~ 37.14%

%33.77
%29.09
%37.14

CMYK color model

#82708F color CMYK value is (9,22,0,44).

  • cyan value is 9.09%
  • magenta value is 21.68%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(9,22,0,44)
C9M22Y0K44 
(9%,22%,0%,44%)
(0.09/0.22/0.00/0.44)	

CMYK percentages

%9.09
%21.68
%0
%43.92

Codes

Color #82708F in popluar color models

82708F
RGB130112143
HSL275°12.16%50.00%
HSB/HSV275°21.68%56.08%
CMYK9.09%21.68%0.00%
43.92%

Color #82708F in popluar number systems.

HEX82708F
Decimal130112143
Binary10000010111000010001111
Octal202160217

Shades and tints

Shades of #82708F

#82708F
(130,112,143)
#776682
(119,102,130)
#6C5C75
(108,92,117)
#615268
(97,82,104)
#56485B
(86,72,91)
#4B3E4E
(75,62,78)
#403441
(64,52,65)
#352A34
(53,42,52)
#2A2027
(42,32,39)
#1F161A
(31,22,26)
#140C0D
(20,12,13)
#000000
(0,0,0)

Tints of #82708F

#82708F
(130,112,143)
#8D7D99
(141,125,153)
#988AA3
(152,138,163)
#A397AD
(163,151,173)
#AEA4B7
(174,164,183)
#B9B1C1
(185,177,193)
#C4BECB
(196,190,203)
#CFCBD5
(207,203,213)
#DAD8DF
(218,216,223)
#E5E5E9
(229,229,233)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82708F color. Also use rgb(130,112,143) instead hex code.

Text Font Color

.myTextColor { color: #82708F; }

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

This text font color is #82708F.


Background Color

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

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

This div background color is #82708F.


Border color

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

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

This div border color is #82708F.


Opacity

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

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

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

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

This text has shadow with #82708F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82708F on black background.


Color preview on white background

This text has color #82708F on white background.



Black color preview on #82708F background

This text has black color on #82708F background.


White color preview on #82708F background

This text has white color on #82708F background.