COLOR #828390

HEX: #828390
RGB: (130,131,144)

Color info

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

RGB color model

#828390 color RGB value is (130,131,144).

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

RGB channels and saturation

R 130 of 255 = 51%
G 131 of 255 = 51%
B 144 of 255 = 56%

130
131
144

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

Portions of RGB colors in percentages

R + G + B =
130 + 131 + 144 = 405 (100%)
R 130 of 405 ~ 32.1%
G 131 of 405 ~ 32.35%
B 144 of 405 ~ 35.56%

%32.1
%32.35
%35.56

CMYK color model

#828390 color CMYK value is (10,9,0,44).

  • cyan value is 9.72%
  • magenta value is 9.03%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(10,9,0,44)
C10M9Y0K44 
(10%,9%,0%,44%)
(0.10/0.09/0.00/0.44)	

CMYK percentages

%9.72
%9.03
%0
%43.53

Codes

Color #828390 in popluar color models

828390
RGB130131144
HSL236°5.93%53.73%
HSB/HSV236°9.72%56.47%
CMYK9.72%9.03%0.00%
43.53%

Color #828390 in popluar number systems.

HEX828390
Decimal130131144
Binary100000101000001110010000
Octal202203220

Shades and tints

Shades of #828390

#828390
(130,131,144)
#777883
(119,120,131)
#6C6D76
(108,109,118)
#616269
(97,98,105)
#56575C
(86,87,92)
#4B4C4F
(75,76,79)
#404142
(64,65,66)
#353635
(53,54,53)
#2A2B28
(42,43,40)
#1F201B
(31,32,27)
#14150E
(20,21,14)
#000000
(0,0,0)

Tints of #828390

#828390
(130,131,144)
#8D8E9A
(141,142,154)
#9899A4
(152,153,164)
#A3A4AE
(163,164,174)
#AEAFB8
(174,175,184)
#B9BAC2
(185,186,194)
#C4C5CC
(196,197,204)
#CFD0D6
(207,208,214)
#DADBE0
(218,219,224)
#E5E6EA
(229,230,234)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828390; }

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

This text font color is #828390.


Background Color

.myBgColor { background-color: #828390; }

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

This div background color is #828390.


Border color

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

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

This div border color is #828390.


Opacity

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

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

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

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

This text has shadow with #828390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828390 on black background.


Color preview on white background

This text has color #828390 on white background.



Black color preview on #828390 background

This text has black color on #828390 background.


White color preview on #828390 background

This text has white color on #828390 background.