COLOR #828798

HEX: #828798
RGB: (130,135,152)

Color info

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

RGB color model

#828798 color RGB value is (130,135,152).

  • red value is 130;
  • green value is 135;
  • blue value is 152.
RGB:
(130,135,152)
(51%,53%,60%)

RGB channels and saturation

R 130 of 255 = 51%
G 135 of 255 = 53%
B 152 of 255 = 60%

130
135
152

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

Portions of RGB colors in percentages

R + G + B =
130 + 135 + 152 = 417 (100%)
R 130 of 417 ~ 31.18%
G 135 of 417 ~ 32.37%
B 152 of 417 ~ 36.45%

%31.18
%32.37
%36.45

CMYK color model

#828798 color CMYK value is (14,11,0,40).

  • cyan value is 14.47%
  • magenta value is 11.18%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(14,11,0,40)
C14M11Y0K40 
(14%,11%,0%,40%)
(0.14/0.11/0.00/0.40)	

CMYK percentages

%14.47
%11.18
%0
%40.39

Codes

Color #828798 in popluar color models

828798
RGB130135152
HSL226°9.65%55.29%
HSB/HSV226°14.47%59.61%
CMYK14.47%11.18%0.00%
40.39%

Color #828798 in popluar number systems.

HEX828798
Decimal130135152
Binary100000101000011110011000
Octal202207230

Shades and tints

Shades of #828798

#828798
(130,135,152)
#777B8B
(119,123,139)
#6C6F7E
(108,111,126)
#616371
(97,99,113)
#565764
(86,87,100)
#4B4B57
(75,75,87)
#403F4A
(64,63,74)
#35333D
(53,51,61)
#2A2730
(42,39,48)
#1F1B23
(31,27,35)
#140F16
(20,15,22)
#000000
(0,0,0)

Tints of #828798

#828798
(130,135,152)
#8D91A1
(141,145,161)
#989BAA
(152,155,170)
#A3A5B3
(163,165,179)
#AEAFBC
(174,175,188)
#B9B9C5
(185,185,197)
#C4C3CE
(196,195,206)
#CFCDD7
(207,205,215)
#DAD7E0
(218,215,224)
#E5E1E9
(229,225,233)
#F0EBF2
(240,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828798 color. Also use rgb(130,135,152) instead hex code.

Text Font Color

.myTextColor { color: #828798; }

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

This text font color is #828798.


Background Color

.myBgColor { background-color: #828798; }

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

This div background color is #828798.


Border color

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

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

This div border color is #828798.


Opacity

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

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

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

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

This text has shadow with #828798 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828798 on black background.


Color preview on white background

This text has color #828798 on white background.



Black color preview on #828798 background

This text has black color on #828798 background.


White color preview on #828798 background

This text has white color on #828798 background.