COLOR #82878F

HEX: #82878F RGB: (130,135,143)

Color info

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

RGB color model

#82878F color RGB value is (130,135,143).

RGB: (130,135,143) (51%, 53%, 56%)

RGB channels and saturation

R 130 of 255 = 51%
G 135 of 255 = 53%
B 143 of 255 = 56%

130
135
143

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

Portions of RGB colors in percentages

R + G + B = 130 + 135 + 143 = 408 (100%)
R 130 of 408 ~ 31.86%
G 135 of 408 ~ 33.09%
B 143 of 408 ~ 35.05'%

%31.86
%33.09
%35.05

CMYK color model

#82878F color CMYK value is (9,6,0,44).

  • cyan value is 9.09%
  • magenta value is 5.59%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (9,6,0,44)
C9M6Y0K44 (9%, 6%, 0%, 44%)
(0.09 / 0.06 / 0.00 / 0.44)

CMYK percentages

%9.09
%5.59
%0
%43.92

Codes

Color #82878F in popluar color models

82 87 8F
RGB 130 135 143
HSL 217° 5.49% 53.53%
HSB/HSV 217° 9.09% 56.08%
CMYK 9.09% 5.59% 0.00%
43.92%

Color #82878F in popluar number systems.

HEX 82 87 8F
Decimal 130 135 143
Binary 10000010 10000111 10001111
Octal 202 207 217

Shades and tints

Shades of #82878F

#82878F
(130,135,143)
#777B82
(119,123,130)
#6C6F75
(108,111,117)
#616368
(97,99,104)
#56575B
(86,87,91)
#4B4B4E
(75,75,78)
#403F41
(64,63,65)
#353334
(53,51,52)
#2A2727
(42,39,39)
#1F1B1A
(31,27,26)
#140F0D
(20,15,13)
#000000
(0,0,0)

Tints of #82878F

#82878F
(130,135,143)
#8D9199
(141,145,153)
#989BA3
(152,155,163)
#A3A5AD
(163,165,173)
#AEAFB7
(174,175,183)
#B9B9C1
(185,185,193)
#C4C3CB
(196,195,203)
#CFCDD5
(207,205,213)
#DAD7DF
(218,215,223)
#E5E1E9
(229,225,233)
#F0EBF3
(240,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82878F color. Also use rgb(130,135,143) instead hex code.

Text Font Color

.myTextColor { color: #82878F; }

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

This text font color is #82878F.

Background Color

.myBgColor { background-color: #82878F; }

<div style="background-color:#82878F">Inner text</div>

This div background color is #82878F.

Border color

.myBorderColor { border: 1px solid #82878F; }

<div style="border:3px solid #82878F">Div</div>

This div border color is #82878F.

Opacity

.myOpacity80 { color: #82878F; opacity: 0.8; }

<p style="color:#82878F;opacity:0.8;">80%</p>

Text with #82878F 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 #82878F;}

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

This text has shadow with #82878F color.


.textShadow {text-shadow: 3px 3px 1px #82878F', 3px 3px 1px red;}

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

This text has shadow with #82878F primary color and red secondary color.


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

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

This text has shadow with #82878F and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #82878F; -webkit-box-shadow: 1px 1px 3px 2px #82878F; box-shadow:1px 1px 3px 2px #82878F;">
Div content here
</div>

This div box has shadow with color #82878F.

Preview

Color preview on black background

This text has color #82878F on black background.


Color preview on white background

This text has color #82878F on white background.


Black color preview on #82878F background

This text has black color on #82878F background.


White color preview on #82878F background

This text has white color on #82878F background.


Related colors

Complementary color

Complementary color for #hex is #7D7870.


I love getcolorcode.com

Triadic colors

1 #8F8287 and #878F82 with #82878F are triadic colors.

2 #8F8782 and #87828F with #82878F are triadic colors.