COLOR #82729C

HEX: #82729C
RGB: (130,114,156)

Color info

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

RGB color model

#82729C color RGB value is (130,114,156).

  • red value is 130;
  • green value is 114;
  • blue value is 156.
RGB:
(130,114,156)
(51%,45%,61%)

RGB channels and saturation

R 130 of 255 = 51%
G 114 of 255 = 45%
B 156 of 255 = 61%

130
114
156

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

Portions of RGB colors in percentages

R + G + B =
130 + 114 + 156 = 400 (100%)
R 130 of 400 ~ 32.5%
G 114 of 400 ~ 28.5%
B 156 of 400 ~ 39%

%32.5
%28.5
%39

CMYK color model

#82729C color CMYK value is (17,27,0,39).

  • cyan value is 16.67%
  • magenta value is 26.92%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(17,27,0,39)
C17M27Y0K39 
(17%,27%,0%,39%)
(0.17/0.27/0.00/0.39)	

CMYK percentages

%16.67
%26.92
%0
%38.82

Codes

Color #82729C in popluar color models

82729C
RGB130114156
HSL263°17.50%52.94%
HSB/HSV263°26.92%61.18%
CMYK16.67%26.92%0.00%
38.82%

Color #82729C in popluar number systems.

HEX82729C
Decimal130114156
Binary10000010111001010011100
Octal202162234

Shades and tints

Shades of #82729C

#82729C
(130,114,156)
#77688E
(119,104,142)
#6C5E80
(108,94,128)
#615472
(97,84,114)
#564A64
(86,74,100)
#4B4056
(75,64,86)
#403648
(64,54,72)
#352C3A
(53,44,58)
#2A222C
(42,34,44)
#1F181E
(31,24,30)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #82729C

#82729C
(130,114,156)
#8D7EA5
(141,126,165)
#988AAE
(152,138,174)
#A396B7
(163,150,183)
#AEA2C0
(174,162,192)
#B9AEC9
(185,174,201)
#C4BAD2
(196,186,210)
#CFC6DB
(207,198,219)
#DAD2E4
(218,210,228)
#E5DEED
(229,222,237)
#F0EAF6
(240,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82729C color. Also use rgb(130,114,156) instead hex code.

Text Font Color

.myTextColor { color: #82729C; }

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

This text font color is #82729C.


Background Color

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

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

This div background color is #82729C.


Border color

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

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

This div border color is #82729C.


Opacity

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

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

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

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

This text has shadow with #82729C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82729C on black background.


Color preview on white background

This text has color #82729C on white background.



Black color preview on #82729C background

This text has black color on #82729C background.


White color preview on #82729C background

This text has white color on #82729C background.