COLOR #82899C

HEX: #82899C
RGB: (130,137,156)

Color info

#82899C contains red, green and blue colors in about the same proportion. Web safe color of #82899C is #999999 (or #999).

RGB color model

#82899C color RGB value is (130,137,156).

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

RGB channels and saturation

R 130 of 255 = 51%
G 137 of 255 = 54%
B 156 of 255 = 61%

130
137
156

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

Portions of RGB colors in percentages

R + G + B =
130 + 137 + 156 = 423 (100%)
R 130 of 423 ~ 30.73%
G 137 of 423 ~ 32.39%
B 156 of 423 ~ 36.88%

%30.73
%32.39
%36.88

CMYK color model

#82899C color CMYK value is (17,12,0,39).

  • cyan value is 16.67%
  • magenta value is 12.18%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(17,12,0,39)
C17M12Y0K39 
(17%,12%,0%,39%)
(0.17/0.12/0.00/0.39)	

CMYK percentages

%16.67
%12.18
%0
%38.82

Codes

Color #82899C in popluar color models

82899C
RGB130137156
HSL224°11.61%56.08%
HSB/HSV224°16.67%61.18%
CMYK16.67%12.18%0.00%
38.82%

Color #82899C in popluar number systems.

HEX82899C
Decimal130137156
Binary100000101000100110011100
Octal202211234

Shades and tints

Shades of #82899C

#82899C
(130,137,156)
#777D8E
(119,125,142)
#6C7180
(108,113,128)
#616572
(97,101,114)
#565964
(86,89,100)
#4B4D56
(75,77,86)
#404148
(64,65,72)
#35353A
(53,53,58)
#2A292C
(42,41,44)
#1F1D1E
(31,29,30)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #82899C

#82899C
(130,137,156)
#8D93A5
(141,147,165)
#989DAE
(152,157,174)
#A3A7B7
(163,167,183)
#AEB1C0
(174,177,192)
#B9BBC9
(185,187,201)
#C4C5D2
(196,197,210)
#CFCFDB
(207,207,219)
#DAD9E4
(218,217,228)
#E5E3ED
(229,227,237)
#F0EDF6
(240,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82899C; }

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

This text font color is #82899C.


Background Color

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

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

This div background color is #82899C.


Border color

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

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

This div border color is #82899C.


Opacity

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

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

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

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

This text has shadow with #82899C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82899C on black background.


Color preview on white background

This text has color #82899C on white background.



Black color preview on #82899C background

This text has black color on #82899C background.


White color preview on #82899C background

This text has white color on #82899C background.