COLOR #82718C

HEX: #82718C
RGB: (130,113,140)

Color info

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

RGB color model

#82718C color RGB value is (130,113,140).

  • red value is 130;
  • green value is 113;
  • blue value is 140.
RGB:
(130,113,140)
(51%,44%,55%)

RGB channels and saturation

R 130 of 255 = 51%
G 113 of 255 = 44%
B 140 of 255 = 55%

130
113
140

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

Portions of RGB colors in percentages

R + G + B =
130 + 113 + 140 = 383 (100%)
R 130 of 383 ~ 33.94%
G 113 of 383 ~ 29.5%
B 140 of 383 ~ 36.55%

%33.94
%29.5
%36.55

CMYK color model

#82718C color CMYK value is (7,19,0,45).

  • cyan value is 7.14%
  • magenta value is 19.29%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(7,19,0,45)
C7M19Y0K45 
(7%,19%,0%,45%)
(0.07/0.19/0.00/0.45)	

CMYK percentages

%7.14
%19.29
%0
%45.1

Codes

Color #82718C in popluar color models

82718C
RGB130113140
HSL278°10.67%49.61%
HSB/HSV278°19.29%54.90%
CMYK7.14%19.29%0.00%
45.10%

Color #82718C in popluar number systems.

HEX82718C
Decimal130113140
Binary10000010111000110001100
Octal202161214

Shades and tints

Shades of #82718C

#82718C
(130,113,140)
#776780
(119,103,128)
#6C5D74
(108,93,116)
#615368
(97,83,104)
#56495C
(86,73,92)
#4B3F50
(75,63,80)
#403544
(64,53,68)
#352B38
(53,43,56)
#2A212C
(42,33,44)
#1F1720
(31,23,32)
#140D14
(20,13,20)
#000000
(0,0,0)

Tints of #82718C

#82718C
(130,113,140)
#8D7D96
(141,125,150)
#9889A0
(152,137,160)
#A395AA
(163,149,170)
#AEA1B4
(174,161,180)
#B9ADBE
(185,173,190)
#C4B9C8
(196,185,200)
#CFC5D2
(207,197,210)
#DAD1DC
(218,209,220)
#E5DDE6
(229,221,230)
#F0E9F0
(240,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82718C color. Also use rgb(130,113,140) instead hex code.

Text Font Color

.myTextColor { color: #82718C; }

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

This text font color is #82718C.


Background Color

.myBgColor { background-color: #82718C; }

<div style="background-color:#82718C">Inner text</div>

This div background color is #82718C.


Border color

.myBorderColor { border: 1px solid #82718C; }

<div style="border:3px solid #82718C">Div</div>

This div border color is #82718C.


Opacity

.myOpacity80 { color: #82718C; opacity: 0.8; }

<p style="color:#82718C;opacity:0.8;">80%</p>

Text with #82718C 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 #82718C;}

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

This text has shadow with #82718C color.

.textShadow {text-shadow: 3px 3px 1px #82718C, 3px 3px 1px red;}

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

This text has shadow with #82718C primary color and red secondary color.


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

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

This text has shadow with #82718C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82718C on black background.


Color preview on white background

This text has color #82718C on white background.



Black color preview on #82718C background

This text has black color on #82718C background.


White color preview on #82718C background

This text has white color on #82718C background.