COLOR #828684

HEX: #828684
RGB: (130,134,132)

Color info

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

RGB color model

#828684 color RGB value is (130,134,132).

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

RGB channels and saturation

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

130
134
132

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

Portions of RGB colors in percentages

R + G + B =
130 + 134 + 132 = 396 (100%)
R 130 of 396 ~ 32.83%
G 134 of 396 ~ 33.84%
B 132 of 396 ~ 33.33%

%32.83
%33.84
%33.33

CMYK color model

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

  • cyan value is 2.99%
  • magenta value is 0.00%
  • yellow value is 1.49%
  • key color value is 47.45%
CMYK:
(3,0,1,47)
C3M0Y1K47 
(3%,0%,1%,47%)
(0.03/0.00/0.01/0.47)	

CMYK percentages

%2.99
%0
%1.49
%47.45

Codes

Color #828684 in popluar color models

828684
RGB130134132
HSL150°1.63%51.76%
HSB/HSV150°2.99%52.55%
CMYK2.99%0.00%1.49%
47.45%

Color #828684 in popluar number systems.

HEX828684
Decimal130134132
Binary100000101000011010000100
Octal202206204

Shades and tints

Shades of #828684

#828684
(130,134,132)
#777A78
(119,122,120)
#6C6E6C
(108,110,108)
#616260
(97,98,96)
#565654
(86,86,84)
#4B4A48
(75,74,72)
#403E3C
(64,62,60)
#353230
(53,50,48)
#2A2624
(42,38,36)
#1F1A18
(31,26,24)
#140E0C
(20,14,12)
#000000
(0,0,0)

Tints of #828684

#828684
(130,134,132)
#8D918F
(141,145,143)
#989C9A
(152,156,154)
#A3A7A5
(163,167,165)
#AEB2B0
(174,178,176)
#B9BDBB
(185,189,187)
#C4C8C6
(196,200,198)
#CFD3D1
(207,211,209)
#DADEDC
(218,222,220)
#E5E9E7
(229,233,231)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828684; }

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

This text font color is #828684.


Background Color

.myBgColor { background-color: #828684; }

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

This div background color is #828684.


Border color

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

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

This div border color is #828684.


Opacity

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

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

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

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

This text has shadow with #828684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828684 on black background.


Color preview on white background

This text has color #828684 on white background.



Black color preview on #828684 background

This text has black color on #828684 background.


White color preview on #828684 background

This text has white color on #828684 background.