COLOR #828E99

HEX: #828E99
RGB: (130,142,153)

Color info

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

RGB color model

#828E99 color RGB value is (130,142,153).

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

RGB channels and saturation

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

130
142
153

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

Portions of RGB colors in percentages

R + G + B =
130 + 142 + 153 = 425 (100%)
R 130 of 425 ~ 30.59%
G 142 of 425 ~ 33.41%
B 153 of 425 ~ 36%

%30.59
%33.41
%36

CMYK color model

#828E99 color CMYK value is (15,7,0,40).

  • cyan value is 15.03%
  • magenta value is 7.19%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(15,7,0,40)
C15M7Y0K40 
(15%,7%,0%,40%)
(0.15/0.07/0.00/0.40)	

CMYK percentages

%15.03
%7.19
%0
%40

Codes

Color #828E99 in popluar color models

828E99
RGB130142153
HSL209°10.13%55.49%
HSB/HSV209°15.03%60.00%
CMYK15.03%7.19%0.00%
40.00%

Color #828E99 in popluar number systems.

HEX828E99
Decimal130142153
Binary100000101000111010011001
Octal202216231

Shades and tints

Shades of #828E99

#828E99
(130,142,153)
#77828C
(119,130,140)
#6C767F
(108,118,127)
#616A72
(97,106,114)
#565E65
(86,94,101)
#4B5258
(75,82,88)
#40464B
(64,70,75)
#353A3E
(53,58,62)
#2A2E31
(42,46,49)
#1F2224
(31,34,36)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #828E99

#828E99
(130,142,153)
#8D98A2
(141,152,162)
#98A2AB
(152,162,171)
#A3ACB4
(163,172,180)
#AEB6BD
(174,182,189)
#B9C0C6
(185,192,198)
#C4CACF
(196,202,207)
#CFD4D8
(207,212,216)
#DADEE1
(218,222,225)
#E5E8EA
(229,232,234)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828E99; }

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

This text font color is #828E99.


Background Color

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

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

This div background color is #828E99.


Border color

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

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

This div border color is #828E99.


Opacity

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

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

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

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

This text has shadow with #828E99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828E99 on black background.


Color preview on white background

This text has color #828E99 on white background.



Black color preview on #828E99 background

This text has black color on #828E99 background.


White color preview on #828E99 background

This text has white color on #828E99 background.