COLOR #828D86

HEX: #828D86
RGB: (130,141,134)

Color info

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

RGB color model

#828D86 color RGB value is (130,141,134).

  • red value is 130;
  • green value is 141;
  • blue value is 134.
RGB:
(130,141,134)
(51%,55%,53%)

RGB channels and saturation

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

130
141
134

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

Portions of RGB colors in percentages

R + G + B =
130 + 141 + 134 = 405 (100%)
R 130 of 405 ~ 32.1%
G 141 of 405 ~ 34.81%
B 134 of 405 ~ 33.09%

%32.1
%34.81
%33.09

CMYK color model

#828D86 color CMYK value is (8,0,5,45).

  • cyan value is 7.80%
  • magenta value is 0.00%
  • yellow value is 4.96%
  • key color value is 44.71%
CMYK:
(8,0,5,45)
C8M0Y5K45 
(8%,0%,5%,45%)
(0.08/0.00/0.05/0.45)	

CMYK percentages

%7.8
%0
%4.96
%44.71

Codes

Color #828D86 in popluar color models

828D86
RGB130141134
HSL142°4.60%53.14%
HSB/HSV142°7.80%55.29%
CMYK7.80%0.00%4.96%
44.71%

Color #828D86 in popluar number systems.

HEX828D86
Decimal130141134
Binary100000101000110110000110
Octal202215206

Shades and tints

Shades of #828D86

#828D86
(130,141,134)
#77817A
(119,129,122)
#6C756E
(108,117,110)
#616962
(97,105,98)
#565D56
(86,93,86)
#4B514A
(75,81,74)
#40453E
(64,69,62)
#353932
(53,57,50)
#2A2D26
(42,45,38)
#1F211A
(31,33,26)
#14150E
(20,21,14)
#000000
(0,0,0)

Tints of #828D86

#828D86
(130,141,134)
#8D9791
(141,151,145)
#98A19C
(152,161,156)
#A3ABA7
(163,171,167)
#AEB5B2
(174,181,178)
#B9BFBD
(185,191,189)
#C4C9C8
(196,201,200)
#CFD3D3
(207,211,211)
#DADDDE
(218,221,222)
#E5E7E9
(229,231,233)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828D86; }

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

This text font color is #828D86.


Background Color

.myBgColor { background-color: #828D86; }

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

This div background color is #828D86.


Border color

.myBorderColor { border: 1px solid #828D86; }

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

This div border color is #828D86.


Opacity

.myOpacity80 { color: #828D86; opacity: 0.8; }

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

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

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

This text has shadow with #828D86 color.

.textShadow {text-shadow: 3px 3px 1px #828D86, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828D86 on black background.


Color preview on white background

This text has color #828D86 on white background.



Black color preview on #828D86 background

This text has black color on #828D86 background.


White color preview on #828D86 background

This text has white color on #828D86 background.