COLOR #828E98

HEX: #828E98
RGB: (130,142,152)

Color info

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

RGB color model

#828E98 color RGB value is (130,142,152).

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

RGB channels and saturation

R 130 of 255 = 51%
G 142 of 255 = 56%
B 152 of 255 = 60%

130
142
152

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

Portions of RGB colors in percentages

R + G + B =
130 + 142 + 152 = 424 (100%)
R 130 of 424 ~ 30.66%
G 142 of 424 ~ 33.49%
B 152 of 424 ~ 35.85%

%30.66
%33.49
%35.85

CMYK color model

#828E98 color CMYK value is (14,7,0,40).

  • cyan value is 14.47%
  • magenta value is 6.58%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(14,7,0,40)
C14M7Y0K40 
(14%,7%,0%,40%)
(0.14/0.07/0.00/0.40)	

CMYK percentages

%14.47
%6.58
%0
%40.39

Codes

Color #828E98 in popluar color models

828E98
RGB130142152
HSL207°9.65%55.29%
HSB/HSV207°14.47%59.61%
CMYK14.47%6.58%0.00%
40.39%

Color #828E98 in popluar number systems.

HEX828E98
Decimal130142152
Binary100000101000111010011000
Octal202216230

Shades and tints

Shades of #828E98

#828E98
(130,142,152)
#77828B
(119,130,139)
#6C767E
(108,118,126)
#616A71
(97,106,113)
#565E64
(86,94,100)
#4B5257
(75,82,87)
#40464A
(64,70,74)
#353A3D
(53,58,61)
#2A2E30
(42,46,48)
#1F2223
(31,34,35)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #828E98

#828E98
(130,142,152)
#8D98A1
(141,152,161)
#98A2AA
(152,162,170)
#A3ACB3
(163,172,179)
#AEB6BC
(174,182,188)
#B9C0C5
(185,192,197)
#C4CACE
(196,202,206)
#CFD4D7
(207,212,215)
#DADEE0
(218,222,224)
#E5E8E9
(229,232,233)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828E98; }

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

This text font color is #828E98.


Background Color

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

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

This div background color is #828E98.


Border color

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

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

This div border color is #828E98.


Opacity

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

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

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

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

This text has shadow with #828E98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828E98 on black background.


Color preview on white background

This text has color #828E98 on white background.



Black color preview on #828E98 background

This text has black color on #828E98 background.


White color preview on #828E98 background

This text has white color on #828E98 background.