COLOR #828A80

HEX: #828A80
RGB: (130,138,128)

Color info

#828A80 contains red, green and blue colors in about the same proportion. Web safe color of #828A80 is #999966 (or #996).

RGB color model

#828A80 color RGB value is (130,138,128).

  • red value is 130;
  • green value is 138;
  • blue value is 128.
RGB:
(130,138,128)
(51%,54%,50%)

RGB channels and saturation

R 130 of 255 = 51%
G 138 of 255 = 54%
B 128 of 255 = 50%

130
138
128

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

Portions of RGB colors in percentages

R + G + B =
130 + 138 + 128 = 396 (100%)
R 130 of 396 ~ 32.83%
G 138 of 396 ~ 34.85%
B 128 of 396 ~ 32.32%

%32.83
%34.85
%32.32

CMYK color model

#828A80 color CMYK value is (6,0,7,46).

  • cyan value is 5.80%
  • magenta value is 0.00%
  • yellow value is 7.25%
  • key color value is 45.88%
CMYK:
(6,0,7,46)
C6M0Y7K46 
(6%,0%,7%,46%)
(0.06/0.00/0.07/0.46)	

CMYK percentages

%5.8
%0
%7.25
%45.88

Codes

Color #828A80 in popluar color models

828A80
RGB130138128
HSL108°4.10%52.16%
HSB/HSV108°7.25%54.12%
CMYK5.80%0.00%7.25%
45.88%

Color #828A80 in popluar number systems.

HEX828A80
Decimal130138128
Binary100000101000101010000000
Octal202212200

Shades and tints

Shades of #828A80

#828A80
(130,138,128)
#777E75
(119,126,117)
#6C726A
(108,114,106)
#61665F
(97,102,95)
#565A54
(86,90,84)
#4B4E49
(75,78,73)
#40423E
(64,66,62)
#353633
(53,54,51)
#2A2A28
(42,42,40)
#1F1E1D
(31,30,29)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #828A80

#828A80
(130,138,128)
#8D948B
(141,148,139)
#989E96
(152,158,150)
#A3A8A1
(163,168,161)
#AEB2AC
(174,178,172)
#B9BCB7
(185,188,183)
#C4C6C2
(196,198,194)
#CFD0CD
(207,208,205)
#DADAD8
(218,218,216)
#E5E4E3
(229,228,227)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828A80 color. Also use rgb(130,138,128) instead hex code.

Text Font Color

.myTextColor { color: #828A80; }

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

This text font color is #828A80.


Background Color

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

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

This div background color is #828A80.


Border color

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

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

This div border color is #828A80.


Opacity

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

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

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

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

This text has shadow with #828A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828A80 on black background.


Color preview on white background

This text has color #828A80 on white background.



Black color preview on #828A80 background

This text has black color on #828A80 background.


White color preview on #828A80 background

This text has white color on #828A80 background.