COLOR #82768F

HEX: #82768F
RGB: (130,118,143)

Color info

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

RGB color model

#82768F color RGB value is (130,118,143).

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

RGB channels and saturation

R 130 of 255 = 51%
G 118 of 255 = 46%
B 143 of 255 = 56%

130
118
143

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

Portions of RGB colors in percentages

R + G + B =
130 + 118 + 143 = 391 (100%)
R 130 of 391 ~ 33.25%
G 118 of 391 ~ 30.18%
B 143 of 391 ~ 36.57%

%33.25
%30.18
%36.57

CMYK color model

#82768F color CMYK value is (9,17,0,44).

  • cyan value is 9.09%
  • magenta value is 17.48%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(9,17,0,44)
C9M17Y0K44 
(9%,17%,0%,44%)
(0.09/0.17/0.00/0.44)	

CMYK percentages

%9.09
%17.48
%0
%43.92

Codes

Color #82768F in popluar color models

82768F
RGB130118143
HSL269°10.04%51.18%
HSB/HSV269°17.48%56.08%
CMYK9.09%17.48%0.00%
43.92%

Color #82768F in popluar number systems.

HEX82768F
Decimal130118143
Binary10000010111011010001111
Octal202166217

Shades and tints

Shades of #82768F

#82768F
(130,118,143)
#776C82
(119,108,130)
#6C6275
(108,98,117)
#615868
(97,88,104)
#564E5B
(86,78,91)
#4B444E
(75,68,78)
#403A41
(64,58,65)
#353034
(53,48,52)
#2A2627
(42,38,39)
#1F1C1A
(31,28,26)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #82768F

#82768F
(130,118,143)
#8D8299
(141,130,153)
#988EA3
(152,142,163)
#A39AAD
(163,154,173)
#AEA6B7
(174,166,183)
#B9B2C1
(185,178,193)
#C4BECB
(196,190,203)
#CFCAD5
(207,202,213)
#DAD6DF
(218,214,223)
#E5E2E9
(229,226,233)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82768F; }

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

This text font color is #82768F.


Background Color

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

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

This div background color is #82768F.


Border color

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

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

This div border color is #82768F.


Opacity

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

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

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

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

This text has shadow with #82768F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82768F on black background.


Color preview on white background

This text has color #82768F on white background.



Black color preview on #82768F background

This text has black color on #82768F background.


White color preview on #82768F background

This text has white color on #82768F background.