COLOR #828686

HEX: #828686 RGB: (130,134,134)

Color info

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

RGB color model

#828686 color RGB value is (130,134,134).

RGB: (130,134,134) (51%, 53%, 53%)

RGB channels and saturation

R 130 of 255 = 51%
G 134 of 255 = 53%
B 134 of 255 = 53%

130
134
134

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

Portions of RGB colors in percentages

R + G + B = 130 + 134 + 134 = 398 (100%)
R 130 of 398 ~ 32.66%
G 134 of 398 ~ 33.67%
B 134 of 398 ~ 33.67'%

%32.66
%33.67
%33.67

CMYK color model

#828686 color CMYK value is (3,0,0,47).

  • cyan value is 2.99%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 47.45%

CMYK: (3,0,0,47)
C3M0Y0K47 (3%, 0%, 0%, 47%)
(0.03 / 0.00 / 0.00 / 0.47)

CMYK percentages

%2.99
%0
%0
%47.45

Codes

Color #828686 in popluar color models

82 86 86
RGB 130 134 134
HSL 180° 1.63% 51.76%
HSB/HSV 180° 2.99% 52.55%
CMYK 2.99% 0.00% 0.00%
47.45%

Color #828686 in popluar number systems.

HEX 82 86 86
Decimal 130 134 134
Binary 10000010 10000110 10000110
Octal 202 206 206

Shades and tints

Shades of #828686

#828686
(130,134,134)
#777A7A
(119,122,122)
#6C6E6E
(108,110,110)
#616262
(97,98,98)
#565656
(86,86,86)
#4B4A4A
(75,74,74)
#403E3E
(64,62,62)
#353232
(53,50,50)
#2A2626
(42,38,38)
#1F1A1A
(31,26,26)
#140E0E
(20,14,14)
#000000
(0,0,0)

Tints of #828686

#828686
(130,134,134)
#8D9191
(141,145,145)
#989C9C
(152,156,156)
#A3A7A7
(163,167,167)
#AEB2B2
(174,178,178)
#B9BDBD
(185,189,189)
#C4C8C8
(196,200,200)
#CFD3D3
(207,211,211)
#DADEDE
(218,222,222)
#E5E9E9
(229,233,233)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828686 color. Also use rgb(130,134,134) instead hex code.

Text Font Color

.myTextColor { color: #828686; }

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

This text font color is #828686.

Background Color

.myBgColor { background-color: #828686; }

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

This div background color is #828686.

Border color

.myBorderColor { border: 1px solid #828686; }

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

This div border color is #828686.

Opacity

.myOpacity80 { color: #828686; opacity: 0.8; }

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

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

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

This text has shadow with #828686 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #828686.

Preview

Color preview on black background

This text has color #828686 on black background.


Color preview on white background

This text has color #828686 on white background.


Black color preview on #828686 background

This text has black color on #828686 background.


White color preview on #828686 background

This text has white color on #828686 background.


Related colors

Complementary color

Complementary color for #hex is #7D7979.


I love getcolorcode.com