COLOR #828A9C

HEX: #828A9C
RGB: (130,138,156)

Color info

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

RGB color model

#828A9C color RGB value is (130,138,156).

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

RGB channels and saturation

R 130 of 255 = 51%
G 138 of 255 = 54%
B 156 of 255 = 61%

130
138
156

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

Portions of RGB colors in percentages

R + G + B =
130 + 138 + 156 = 424 (100%)
R 130 of 424 ~ 30.66%
G 138 of 424 ~ 32.55%
B 156 of 424 ~ 36.79%

%30.66
%32.55
%36.79

CMYK color model

#828A9C color CMYK value is (17,12,0,39).

  • cyan value is 16.67%
  • magenta value is 11.54%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(17,12,0,39)
C17M12Y0K39 
(17%,12%,0%,39%)
(0.17/0.12/0.00/0.39)	

CMYK percentages

%16.67
%11.54
%0
%38.82

Codes

Color #828A9C in popluar color models

828A9C
RGB130138156
HSL222°11.61%56.08%
HSB/HSV222°16.67%61.18%
CMYK16.67%11.54%0.00%
38.82%

Color #828A9C in popluar number systems.

HEX828A9C
Decimal130138156
Binary100000101000101010011100
Octal202212234

Shades and tints

Shades of #828A9C

#828A9C
(130,138,156)
#777E8E
(119,126,142)
#6C7280
(108,114,128)
#616672
(97,102,114)
#565A64
(86,90,100)
#4B4E56
(75,78,86)
#404248
(64,66,72)
#35363A
(53,54,58)
#2A2A2C
(42,42,44)
#1F1E1E
(31,30,30)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #828A9C

#828A9C
(130,138,156)
#8D94A5
(141,148,165)
#989EAE
(152,158,174)
#A3A8B7
(163,168,183)
#AEB2C0
(174,178,192)
#B9BCC9
(185,188,201)
#C4C6D2
(196,198,210)
#CFD0DB
(207,208,219)
#DADAE4
(218,218,228)
#E5E4ED
(229,228,237)
#F0EEF6
(240,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828A9C; }

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

This text font color is #828A9C.


Background Color

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

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

This div background color is #828A9C.


Border color

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

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

This div border color is #828A9C.


Opacity

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

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

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

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

This text has shadow with #828A9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828A9C on black background.


Color preview on white background

This text has color #828A9C on white background.



Black color preview on #828A9C background

This text has black color on #828A9C background.


White color preview on #828A9C background

This text has white color on #828A9C background.