COLOR #828290

HEX: #828290
RGB: (130,130,144)

Color info

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

RGB color model

#828290 color RGB value is (130,130,144).

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

RGB channels and saturation

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

130
130
144

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

Portions of RGB colors in percentages

R + G + B =
130 + 130 + 144 = 404 (100%)
R 130 of 404 ~ 32.18%
G 130 of 404 ~ 32.18%
B 144 of 404 ~ 35.64%

%32.18
%32.18
%35.64

CMYK color model

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

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

CMYK percentages

%9.72
%9.72
%0
%43.53

Codes

Color #828290 in popluar color models

828290
RGB130130144
HSL240°5.93%53.73%
HSB/HSV240°9.72%56.47%
CMYK9.72%9.72%0.00%
43.53%

Color #828290 in popluar number systems.

HEX828290
Decimal130130144
Binary100000101000001010010000
Octal202202220

Shades and tints

Shades of #828290

#828290
(130,130,144)
#777783
(119,119,131)
#6C6C76
(108,108,118)
#616169
(97,97,105)
#56565C
(86,86,92)
#4B4B4F
(75,75,79)
#404042
(64,64,66)
#353535
(53,53,53)
#2A2A28
(42,42,40)
#1F1F1B
(31,31,27)
#14140E
(20,20,14)
#000000
(0,0,0)

Tints of #828290

#828290
(130,130,144)
#8D8D9A
(141,141,154)
#9898A4
(152,152,164)
#A3A3AE
(163,163,174)
#AEAEB8
(174,174,184)
#B9B9C2
(185,185,194)
#C4C4CC
(196,196,204)
#CFCFD6
(207,207,214)
#DADAE0
(218,218,224)
#E5E5EA
(229,229,234)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828290; }

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

This text font color is #828290.


Background Color

.myBgColor { background-color: #828290; }

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

This div background color is #828290.


Border color

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

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

This div border color is #828290.


Opacity

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

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

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

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

This text has shadow with #828290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828290 on black background.


Color preview on white background

This text has color #828290 on white background.



Black color preview on #828290 background

This text has black color on #828290 background.


White color preview on #828290 background

This text has white color on #828290 background.