COLOR #828C92

HEX: #828C92 RGB: (130,140,146)

Color info

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

RGB color model

#828C92 color RGB value is (130,140,146).

RGB: (130,140,146) (51%, 55%, 57%)

RGB channels and saturation

R 130 of 255 = 51%
G 140 of 255 = 55%
B 146 of 255 = 57%

130
140
146

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

Portions of RGB colors in percentages

R + G + B = 130 + 140 + 146 = 416 (100%)
R 130 of 416 ~ 31.25%
G 140 of 416 ~ 33.65%
B 146 of 416 ~ 35.1'%

%31.25
%33.65
%35.1

CMYK color model

#828C92 color CMYK value is (11,4,0,43).

  • cyan value is 10.96%
  • magenta value is 4.11%
  • yellow value is 0.00%
  • key color value is 42.75%

CMYK: (11,4,0,43)
C11M4Y0K43 (11%, 4%, 0%, 43%)
(0.11 / 0.04 / 0.00 / 0.43)

CMYK percentages

%10.96
%4.11
%0
%42.75

Codes

Color #828C92 in popluar color models

82 8C 92
RGB 130 140 146
HSL 203° 6.84% 54.12%
HSB/HSV 203° 10.96% 57.25%
CMYK 10.96% 4.11% 0.00%
42.75%

Color #828C92 in popluar number systems.

HEX 82 8C 92
Decimal 130 140 146
Binary 10000010 10001100 10010010
Octal 202 214 222

Shades and tints

Shades of #828C92

#828C92
(130,140,146)
#778085
(119,128,133)
#6C7478
(108,116,120)
#61686B
(97,104,107)
#565C5E
(86,92,94)
#4B5051
(75,80,81)
#404444
(64,68,68)
#353837
(53,56,55)
#2A2C2A
(42,44,42)
#1F201D
(31,32,29)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #828C92

#828C92
(130,140,146)
#8D969B
(141,150,155)
#98A0A4
(152,160,164)
#A3AAAD
(163,170,173)
#AEB4B6
(174,180,182)
#B9BEBF
(185,190,191)
#C4C8C8
(196,200,200)
#CFD2D1
(207,210,209)
#DADCDA
(218,220,218)
#E5E6E3
(229,230,227)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828C92; }

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

This text font color is #828C92.

Background Color

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

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

This div background color is #828C92.

Border color

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

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

This div border color is #828C92.

Opacity

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

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

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

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

This text has shadow with #828C92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #828C92.

Preview

Color preview on black background

This text has color #828C92 on black background.


Color preview on white background

This text has color #828C92 on white background.


Black color preview on #828C92 background

This text has black color on #828C92 background.


White color preview on #828C92 background

This text has white color on #828C92 background.


Related colors

Complementary color

Complementary color for #hex is #7D736D.


I love getcolorcode.com

Triadic colors

1 #92828C and #8C9282 with #828C92 are triadic colors.

2 #928C82 and #8C8292 with #828C92 are triadic colors.