COLOR #82729E

HEX: #82729E
RGB: (130,114,158)

Color info

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

RGB color model

#82729E color RGB value is (130,114,158).

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

RGB channels and saturation

R 130 of 255 = 51%
G 114 of 255 = 45%
B 158 of 255 = 62%

130
114
158

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

Portions of RGB colors in percentages

R + G + B =
130 + 114 + 158 = 402 (100%)
R 130 of 402 ~ 32.34%
G 114 of 402 ~ 28.36%
B 158 of 402 ~ 39.3%

%32.34
%28.36
%39.3

CMYK color model

#82729E color CMYK value is (18,28,0,38).

  • cyan value is 17.72%
  • magenta value is 27.85%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(18,28,0,38)
C18M28Y0K38 
(18%,28%,0%,38%)
(0.18/0.28/0.00/0.38)	

CMYK percentages

%17.72
%27.85
%0
%38.04

Codes

Color #82729E in popluar color models

82729E
RGB130114158
HSL262°18.49%53.33%
HSB/HSV262°27.85%61.96%
CMYK17.72%27.85%0.00%
38.04%

Color #82729E in popluar number systems.

HEX82729E
Decimal130114158
Binary10000010111001010011110
Octal202162236

Shades and tints

Shades of #82729E

#82729E
(130,114,158)
#776890
(119,104,144)
#6C5E82
(108,94,130)
#615474
(97,84,116)
#564A66
(86,74,102)
#4B4058
(75,64,88)
#40364A
(64,54,74)
#352C3C
(53,44,60)
#2A222E
(42,34,46)
#1F1820
(31,24,32)
#140E12
(20,14,18)
#000000
(0,0,0)

Tints of #82729E

#82729E
(130,114,158)
#8D7EA6
(141,126,166)
#988AAE
(152,138,174)
#A396B6
(163,150,182)
#AEA2BE
(174,162,190)
#B9AEC6
(185,174,198)
#C4BACE
(196,186,206)
#CFC6D6
(207,198,214)
#DAD2DE
(218,210,222)
#E5DEE6
(229,222,230)
#F0EAEE
(240,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82729E; }

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

This text font color is #82729E.


Background Color

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

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

This div background color is #82729E.


Border color

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

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

This div border color is #82729E.


Opacity

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

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

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

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

This text has shadow with #82729E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82729E on black background.


Color preview on white background

This text has color #82729E on white background.



Black color preview on #82729E background

This text has black color on #82729E background.


White color preview on #82729E background

This text has white color on #82729E background.