COLOR #828C8D

HEX: #828C8D RGB: (130,140,141)

Color info

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

RGB color model

#828C8D color RGB value is (130,140,141).

RGB: (130,140,141) (51%, 55%, 55%)

RGB channels and saturation

R 130 of 255 = 51%
G 140 of 255 = 55%
B 141 of 255 = 55%

130
140
141

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

Portions of RGB colors in percentages

R + G + B = 130 + 140 + 141 = 411 (100%)
R 130 of 411 ~ 31.63%
G 140 of 411 ~ 34.06%
B 141 of 411 ~ 34.31'%

%31.63
%34.06
%34.31

CMYK color model

#828C8D color CMYK value is (8,1,0,45).

  • cyan value is 7.80%
  • magenta value is 0.71%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (8,1,0,45)
C8M1Y0K45 (8%, 1%, 0%, 45%)
(0.08 / 0.01 / 0.00 / 0.45)

CMYK percentages

%7.8
%0.71
%0
%44.71

Codes

Color #828C8D in popluar color models

82 8C 8D
RGB 130 140 141
HSL 185° 4.60% 53.14%
HSB/HSV 185° 7.80% 55.29%
CMYK 7.80% 0.71% 0.00%
44.71%

Color #828C8D in popluar number systems.

HEX 82 8C 8D
Decimal 130 140 141
Binary 10000010 10001100 10001101
Octal 202 214 215

Shades and tints

Shades of #828C8D

#828C8D
(130,140,141)
#778081
(119,128,129)
#6C7475
(108,116,117)
#616869
(97,104,105)
#565C5D
(86,92,93)
#4B5051
(75,80,81)
#404445
(64,68,69)
#353839
(53,56,57)
#2A2C2D
(42,44,45)
#1F2021
(31,32,33)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #828C8D

#828C8D
(130,140,141)
#8D9697
(141,150,151)
#98A0A1
(152,160,161)
#A3AAAB
(163,170,171)
#AEB4B5
(174,180,181)
#B9BEBF
(185,190,191)
#C4C8C9
(196,200,201)
#CFD2D3
(207,210,211)
#DADCDD
(218,220,221)
#E5E6E7
(229,230,231)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828C8D color. Also use rgb(130,140,141) instead hex code.

Text Font Color

.myTextColor { color: #828C8D; }

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

This text font color is #828C8D.

Background Color

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

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

This div background color is #828C8D.

Border color

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

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

This div border color is #828C8D.

Opacity

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

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

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

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

This text has shadow with #828C8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #828C8D.

Preview

Color preview on black background

This text has color #828C8D on black background.


Color preview on white background

This text has color #828C8D on white background.


Black color preview on #828C8D background

This text has black color on #828C8D background.


White color preview on #828C8D background

This text has white color on #828C8D background.


Related colors

Complementary color

Complementary color for #hex is #7D7372.


I love getcolorcode.com

Triadic colors

1 #8D828C and #8C8D82 with #828C8D are triadic colors.

2 #8D8C82 and #8C828D with #828C8D are triadic colors.