COLOR #828994

HEX: #828994
RGB: (130,137,148)

Color info

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

RGB color model

#828994 color RGB value is (130,137,148).

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

RGB channels and saturation

R 130 of 255 = 51%
G 137 of 255 = 54%
B 148 of 255 = 58%

130
137
148

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

Portions of RGB colors in percentages

R + G + B =
130 + 137 + 148 = 415 (100%)
R 130 of 415 ~ 31.33%
G 137 of 415 ~ 33.01%
B 148 of 415 ~ 35.66%

%31.33
%33.01
%35.66

CMYK color model

#828994 color CMYK value is (12,7,0,42).

  • cyan value is 12.16%
  • magenta value is 7.43%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(12,7,0,42)
C12M7Y0K42 
(12%,7%,0%,42%)
(0.12/0.07/0.00/0.42)	

CMYK percentages

%12.16
%7.43
%0
%41.96

Codes

Color #828994 in popluar color models

828994
RGB130137148
HSL217°7.76%54.51%
HSB/HSV217°12.16%58.04%
CMYK12.16%7.43%0.00%
41.96%

Color #828994 in popluar number systems.

HEX828994
Decimal130137148
Binary100000101000100110010100
Octal202211224

Shades and tints

Shades of #828994

#828994
(130,137,148)
#777D87
(119,125,135)
#6C717A
(108,113,122)
#61656D
(97,101,109)
#565960
(86,89,96)
#4B4D53
(75,77,83)
#404146
(64,65,70)
#353539
(53,53,57)
#2A292C
(42,41,44)
#1F1D1F
(31,29,31)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #828994

#828994
(130,137,148)
#8D939D
(141,147,157)
#989DA6
(152,157,166)
#A3A7AF
(163,167,175)
#AEB1B8
(174,177,184)
#B9BBC1
(185,187,193)
#C4C5CA
(196,197,202)
#CFCFD3
(207,207,211)
#DAD9DC
(218,217,220)
#E5E3E5
(229,227,229)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828994; }

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

This text font color is #828994.


Background Color

.myBgColor { background-color: #828994; }

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

This div background color is #828994.


Border color

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

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

This div border color is #828994.


Opacity

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

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

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

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

This text has shadow with #828994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828994 on black background.


Color preview on white background

This text has color #828994 on white background.



Black color preview on #828994 background

This text has black color on #828994 background.


White color preview on #828994 background

This text has white color on #828994 background.