COLOR #828D9E

HEX: #828D9E
RGB: (130,141,158)

Color info

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

RGB color model

#828D9E color RGB value is (130,141,158).

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

RGB channels and saturation

R 130 of 255 = 51%
G 141 of 255 = 55%
B 158 of 255 = 62%

130
141
158

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

Portions of RGB colors in percentages

R + G + B =
130 + 141 + 158 = 429 (100%)
R 130 of 429 ~ 30.3%
G 141 of 429 ~ 32.87%
B 158 of 429 ~ 36.83%

%30.3
%32.87
%36.83

CMYK color model

#828D9E color CMYK value is (18,11,0,38).

  • cyan value is 17.72%
  • magenta value is 10.76%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(18,11,0,38)
C18M11Y0K38 
(18%,11%,0%,38%)
(0.18/0.11/0.00/0.38)	

CMYK percentages

%17.72
%10.76
%0
%38.04

Codes

Color #828D9E in popluar color models

828D9E
RGB130141158
HSL216°12.61%56.47%
HSB/HSV216°17.72%61.96%
CMYK17.72%10.76%0.00%
38.04%

Color #828D9E in popluar number systems.

HEX828D9E
Decimal130141158
Binary100000101000110110011110
Octal202215236

Shades and tints

Shades of #828D9E

#828D9E
(130,141,158)
#778190
(119,129,144)
#6C7582
(108,117,130)
#616974
(97,105,116)
#565D66
(86,93,102)
#4B5158
(75,81,88)
#40454A
(64,69,74)
#35393C
(53,57,60)
#2A2D2E
(42,45,46)
#1F2120
(31,33,32)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #828D9E

#828D9E
(130,141,158)
#8D97A6
(141,151,166)
#98A1AE
(152,161,174)
#A3ABB6
(163,171,182)
#AEB5BE
(174,181,190)
#B9BFC6
(185,191,198)
#C4C9CE
(196,201,206)
#CFD3D6
(207,211,214)
#DADDDE
(218,221,222)
#E5E7E6
(229,231,230)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828D9E; }

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

This text font color is #828D9E.


Background Color

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

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

This div background color is #828D9E.


Border color

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

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

This div border color is #828D9E.


Opacity

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

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

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

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

This text has shadow with #828D9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828D9E on black background.


Color preview on white background

This text has color #828D9E on white background.



Black color preview on #828D9E background

This text has black color on #828D9E background.


White color preview on #828D9E background

This text has white color on #828D9E background.