COLOR #828399

HEX: #828399
RGB: (130,131,153)

Color info

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

RGB color model

#828399 color RGB value is (130,131,153).

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

RGB channels and saturation

R 130 of 255 = 51%
G 131 of 255 = 51%
B 153 of 255 = 60%

130
131
153

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

Portions of RGB colors in percentages

R + G + B =
130 + 131 + 153 = 414 (100%)
R 130 of 414 ~ 31.4%
G 131 of 414 ~ 31.64%
B 153 of 414 ~ 36.96%

%31.4
%31.64
%36.96

CMYK color model

#828399 color CMYK value is (15,14,0,40).

  • cyan value is 15.03%
  • magenta value is 14.38%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(15,14,0,40)
C15M14Y0K40 
(15%,14%,0%,40%)
(0.15/0.14/0.00/0.40)	

CMYK percentages

%15.03
%14.38
%0
%40

Codes

Color #828399 in popluar color models

828399
RGB130131153
HSL237°10.13%55.49%
HSB/HSV237°15.03%60.00%
CMYK15.03%14.38%0.00%
40.00%

Color #828399 in popluar number systems.

HEX828399
Decimal130131153
Binary100000101000001110011001
Octal202203231

Shades and tints

Shades of #828399

#828399
(130,131,153)
#77788C
(119,120,140)
#6C6D7F
(108,109,127)
#616272
(97,98,114)
#565765
(86,87,101)
#4B4C58
(75,76,88)
#40414B
(64,65,75)
#35363E
(53,54,62)
#2A2B31
(42,43,49)
#1F2024
(31,32,36)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #828399

#828399
(130,131,153)
#8D8EA2
(141,142,162)
#9899AB
(152,153,171)
#A3A4B4
(163,164,180)
#AEAFBD
(174,175,189)
#B9BAC6
(185,186,198)
#C4C5CF
(196,197,207)
#CFD0D8
(207,208,216)
#DADBE1
(218,219,225)
#E5E6EA
(229,230,234)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828399; }

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

This text font color is #828399.


Background Color

.myBgColor { background-color: #828399; }

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

This div background color is #828399.


Border color

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

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

This div border color is #828399.


Opacity

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

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

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

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

This text has shadow with #828399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828399 on black background.


Color preview on white background

This text has color #828399 on white background.



Black color preview on #828399 background

This text has black color on #828399 background.


White color preview on #828399 background

This text has white color on #828399 background.