COLOR #828997

HEX: #828997
RGB: (130,137,151)

Color info

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

RGB color model

#828997 color RGB value is (130,137,151).

  • red value is 130;
  • green value is 137;
  • blue value is 151.
RGB:
(130,137,151)
(51%,54%,59%)

RGB channels and saturation

R 130 of 255 = 51%
G 137 of 255 = 54%
B 151 of 255 = 59%

130
137
151

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

Portions of RGB colors in percentages

R + G + B =
130 + 137 + 151 = 418 (100%)
R 130 of 418 ~ 31.1%
G 137 of 418 ~ 32.78%
B 151 of 418 ~ 36.12%

%31.1
%32.78
%36.12

CMYK color model

#828997 color CMYK value is (14,9,0,41).

  • cyan value is 13.91%
  • magenta value is 9.27%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(14,9,0,41)
C14M9Y0K41 
(14%,9%,0%,41%)
(0.14/0.09/0.00/0.41)	

CMYK percentages

%13.91
%9.27
%0
%40.78

Codes

Color #828997 in popluar color models

828997
RGB130137151
HSL220°9.17%55.10%
HSB/HSV220°13.91%59.22%
CMYK13.91%9.27%0.00%
40.78%

Color #828997 in popluar number systems.

HEX828997
Decimal130137151
Binary100000101000100110010111
Octal202211227

Shades and tints

Shades of #828997

#828997
(130,137,151)
#777D8A
(119,125,138)
#6C717D
(108,113,125)
#616570
(97,101,112)
#565963
(86,89,99)
#4B4D56
(75,77,86)
#404149
(64,65,73)
#35353C
(53,53,60)
#2A292F
(42,41,47)
#1F1D22
(31,29,34)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #828997

#828997
(130,137,151)
#8D93A0
(141,147,160)
#989DA9
(152,157,169)
#A3A7B2
(163,167,178)
#AEB1BB
(174,177,187)
#B9BBC4
(185,187,196)
#C4C5CD
(196,197,205)
#CFCFD6
(207,207,214)
#DAD9DF
(218,217,223)
#E5E3E8
(229,227,232)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828997 color. Also use rgb(130,137,151) instead hex code.

Text Font Color

.myTextColor { color: #828997; }

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

This text font color is #828997.


Background Color

.myBgColor { background-color: #828997; }

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

This div background color is #828997.


Border color

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

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

This div border color is #828997.


Opacity

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

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

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

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

This text has shadow with #828997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828997 on black background.


Color preview on white background

This text has color #828997 on white background.



Black color preview on #828997 background

This text has black color on #828997 background.


White color preview on #828997 background

This text has white color on #828997 background.