COLOR #828B93

HEX: #828B93
RGB: (130,139,147)

Color info

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

RGB color model

#828B93 color RGB value is (130,139,147).

  • red value is 130;
  • green value is 139;
  • blue value is 147.
RGB:
(130,139,147)
(51%,55%,58%)

RGB channels and saturation

R 130 of 255 = 51%
G 139 of 255 = 55%
B 147 of 255 = 58%

130
139
147

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

Portions of RGB colors in percentages

R + G + B =
130 + 139 + 147 = 416 (100%)
R 130 of 416 ~ 31.25%
G 139 of 416 ~ 33.41%
B 147 of 416 ~ 35.34%

%31.25
%33.41
%35.34

CMYK color model

#828B93 color CMYK value is (12,5,0,42).

  • cyan value is 11.56%
  • magenta value is 5.44%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(12,5,0,42)
C12M5Y0K42 
(12%,5%,0%,42%)
(0.12/0.05/0.00/0.42)	

CMYK percentages

%11.56
%5.44
%0
%42.35

Codes

Color #828B93 in popluar color models

828B93
RGB130139147
HSL208°7.30%54.31%
HSB/HSV208°11.56%57.65%
CMYK11.56%5.44%0.00%
42.35%

Color #828B93 in popluar number systems.

HEX828B93
Decimal130139147
Binary100000101000101110010011
Octal202213223

Shades and tints

Shades of #828B93

#828B93
(130,139,147)
#777F86
(119,127,134)
#6C7379
(108,115,121)
#61676C
(97,103,108)
#565B5F
(86,91,95)
#4B4F52
(75,79,82)
#404345
(64,67,69)
#353738
(53,55,56)
#2A2B2B
(42,43,43)
#1F1F1E
(31,31,30)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #828B93

#828B93
(130,139,147)
#8D959C
(141,149,156)
#989FA5
(152,159,165)
#A3A9AE
(163,169,174)
#AEB3B7
(174,179,183)
#B9BDC0
(185,189,192)
#C4C7C9
(196,199,201)
#CFD1D2
(207,209,210)
#DADBDB
(218,219,219)
#E5E5E4
(229,229,228)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828B93 color. Also use rgb(130,139,147) instead hex code.

Text Font Color

.myTextColor { color: #828B93; }

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

This text font color is #828B93.


Background Color

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

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

This div background color is #828B93.


Border color

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

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

This div border color is #828B93.


Opacity

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

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

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

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

This text has shadow with #828B93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828B93 on black background.


Color preview on white background

This text has color #828B93 on white background.



Black color preview on #828B93 background

This text has black color on #828B93 background.


White color preview on #828B93 background

This text has white color on #828B93 background.