COLOR #828A9A

HEX: #828A9A
RGB: (130,138,154)

Color info

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

RGB color model

#828A9A color RGB value is (130,138,154).

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

RGB channels and saturation

R 130 of 255 = 51%
G 138 of 255 = 54%
B 154 of 255 = 60%

130
138
154

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

Portions of RGB colors in percentages

R + G + B =
130 + 138 + 154 = 422 (100%)
R 130 of 422 ~ 30.81%
G 138 of 422 ~ 32.7%
B 154 of 422 ~ 36.49%

%30.81
%32.7
%36.49

CMYK color model

#828A9A color CMYK value is (16,10,0,40).

  • cyan value is 15.58%
  • magenta value is 10.39%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(16,10,0,40)
C16M10Y0K40 
(16%,10%,0%,40%)
(0.16/0.10/0.00/0.40)	

CMYK percentages

%15.58
%10.39
%0
%39.61

Codes

Color #828A9A in popluar color models

828A9A
RGB130138154
HSL220°10.62%55.69%
HSB/HSV220°15.58%60.39%
CMYK15.58%10.39%0.00%
39.61%

Color #828A9A in popluar number systems.

HEX828A9A
Decimal130138154
Binary100000101000101010011010
Octal202212232

Shades and tints

Shades of #828A9A

#828A9A
(130,138,154)
#777E8C
(119,126,140)
#6C727E
(108,114,126)
#616670
(97,102,112)
#565A62
(86,90,98)
#4B4E54
(75,78,84)
#404246
(64,66,70)
#353638
(53,54,56)
#2A2A2A
(42,42,42)
#1F1E1C
(31,30,28)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #828A9A

#828A9A
(130,138,154)
#8D94A3
(141,148,163)
#989EAC
(152,158,172)
#A3A8B5
(163,168,181)
#AEB2BE
(174,178,190)
#B9BCC7
(185,188,199)
#C4C6D0
(196,198,208)
#CFD0D9
(207,208,217)
#DADAE2
(218,218,226)
#E5E4EB
(229,228,235)
#F0EEF4
(240,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828A9A; }

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

This text font color is #828A9A.


Background Color

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

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

This div background color is #828A9A.


Border color

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

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

This div border color is #828A9A.


Opacity

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

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

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

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

This text has shadow with #828A9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828A9A on black background.


Color preview on white background

This text has color #828A9A on white background.



Black color preview on #828A9A background

This text has black color on #828A9A background.


White color preview on #828A9A background

This text has white color on #828A9A background.