COLOR #82879B

HEX: #82879B
RGB: (130,135,155)

Color info

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

RGB color model

#82879B color RGB value is (130,135,155).

  • red value is 130;
  • green value is 135;
  • blue value is 155.
RGB:
(130,135,155)
(51%,53%,61%)

RGB channels and saturation

R 130 of 255 = 51%
G 135 of 255 = 53%
B 155 of 255 = 61%

130
135
155

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

Portions of RGB colors in percentages

R + G + B =
130 + 135 + 155 = 420 (100%)
R 130 of 420 ~ 30.95%
G 135 of 420 ~ 32.14%
B 155 of 420 ~ 36.9%

%30.95
%32.14
%36.9

CMYK color model

#82879B color CMYK value is (16,13,0,39).

  • cyan value is 16.13%
  • magenta value is 12.90%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(16,13,0,39)
C16M13Y0K39 
(16%,13%,0%,39%)
(0.16/0.13/0.00/0.39)	

CMYK percentages

%16.13
%12.9
%0
%39.22

Codes

Color #82879B in popluar color models

82879B
RGB130135155
HSL228°11.11%55.88%
HSB/HSV228°16.13%60.78%
CMYK16.13%12.90%0.00%
39.22%

Color #82879B in popluar number systems.

HEX82879B
Decimal130135155
Binary100000101000011110011011
Octal202207233

Shades and tints

Shades of #82879B

#82879B
(130,135,155)
#777B8D
(119,123,141)
#6C6F7F
(108,111,127)
#616371
(97,99,113)
#565763
(86,87,99)
#4B4B55
(75,75,85)
#403F47
(64,63,71)
#353339
(53,51,57)
#2A272B
(42,39,43)
#1F1B1D
(31,27,29)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #82879B

#82879B
(130,135,155)
#8D91A4
(141,145,164)
#989BAD
(152,155,173)
#A3A5B6
(163,165,182)
#AEAFBF
(174,175,191)
#B9B9C8
(185,185,200)
#C4C3D1
(196,195,209)
#CFCDDA
(207,205,218)
#DAD7E3
(218,215,227)
#E5E1EC
(229,225,236)
#F0EBF5
(240,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82879B color. Also use rgb(130,135,155) instead hex code.

Text Font Color

.myTextColor { color: #82879B; }

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

This text font color is #82879B.


Background Color

.myBgColor { background-color: #82879B; }

<div style="background-color:#82879B">Inner text</div>

This div background color is #82879B.


Border color

.myBorderColor { border: 1px solid #82879B; }

<div style="border:3px solid #82879B">Div</div>

This div border color is #82879B.


Opacity

.myOpacity80 { color: #82879B; opacity: 0.8; }

<p style="color:#82879B;opacity:0.8;">80%</p>

Text with #82879B 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 #82879B;}

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

This text has shadow with #82879B color.

.textShadow {text-shadow: 3px 3px 1px #82879B, 3px 3px 1px red;}

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

This text has shadow with #82879B primary color and red secondary color.


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

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

This text has shadow with #82879B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82879B on black background.


Color preview on white background

This text has color #82879B on white background.



Black color preview on #82879B background

This text has black color on #82879B background.


White color preview on #82879B background

This text has white color on #82879B background.