COLOR #828890

HEX: #828890
RGB: (130,136,144)

Color info

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

RGB color model

#828890 color RGB value is (130,136,144).

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

RGB channels and saturation

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

130
136
144

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

Portions of RGB colors in percentages

R + G + B =
130 + 136 + 144 = 410 (100%)
R 130 of 410 ~ 31.71%
G 136 of 410 ~ 33.17%
B 144 of 410 ~ 35.12%

%31.71
%33.17
%35.12

CMYK color model

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

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

CMYK percentages

%9.72
%5.56
%0
%43.53

Codes

Color #828890 in popluar color models

828890
RGB130136144
HSL214°5.93%53.73%
HSB/HSV214°9.72%56.47%
CMYK9.72%5.56%0.00%
43.53%

Color #828890 in popluar number systems.

HEX828890
Decimal130136144
Binary100000101000100010010000
Octal202210220

Shades and tints

Shades of #828890

#828890
(130,136,144)
#777C83
(119,124,131)
#6C7076
(108,112,118)
#616469
(97,100,105)
#56585C
(86,88,92)
#4B4C4F
(75,76,79)
#404042
(64,64,66)
#353435
(53,52,53)
#2A2828
(42,40,40)
#1F1C1B
(31,28,27)
#14100E
(20,16,14)
#000000
(0,0,0)

Tints of #828890

#828890
(130,136,144)
#8D929A
(141,146,154)
#989CA4
(152,156,164)
#A3A6AE
(163,166,174)
#AEB0B8
(174,176,184)
#B9BAC2
(185,186,194)
#C4C4CC
(196,196,204)
#CFCED6
(207,206,214)
#DAD8E0
(218,216,224)
#E5E2EA
(229,226,234)
#F0ECF4
(240,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828890; }

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

This text font color is #828890.


Background Color

.myBgColor { background-color: #828890; }

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

This div background color is #828890.


Border color

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

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

This div border color is #828890.


Opacity

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

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

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

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

This text has shadow with #828890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828890 on black background.


Color preview on white background

This text has color #828890 on white background.



Black color preview on #828890 background

This text has black color on #828890 background.


White color preview on #828890 background

This text has white color on #828890 background.