COLOR #829C8D

HEX: #829C8D
RGB: (130,156,141)

Color info

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

RGB color model

#829C8D color RGB value is (130,156,141).

  • red value is 130;
  • green value is 156;
  • blue value is 141.
RGB:
(130,156,141)
(51%,61%,55%)

RGB channels and saturation

R 130 of 255 = 51%
G 156 of 255 = 61%
B 141 of 255 = 55%

130
156
141

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

Portions of RGB colors in percentages

R + G + B =
130 + 156 + 141 = 427 (100%)
R 130 of 427 ~ 30.44%
G 156 of 427 ~ 36.53%
B 141 of 427 ~ 33.02%

%30.44
%36.53
%33.02

CMYK color model

#829C8D color CMYK value is (17,0,10,39).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 9.62%
  • key color value is 38.82%
CMYK:
(17,0,10,39)
C17M0Y10K39 
(17%,0%,10%,39%)
(0.17/0.00/0.10/0.39)	

CMYK percentages

%16.67
%0
%9.62
%38.82

Codes

Color #829C8D in popluar color models

829C8D
RGB130156141
HSL145°11.61%56.08%
HSB/HSV145°16.67%61.18%
CMYK16.67%0.00%9.62%
38.82%

Color #829C8D in popluar number systems.

HEX829C8D
Decimal130156141
Binary100000101001110010001101
Octal202234215

Shades and tints

Shades of #829C8D

#829C8D
(130,156,141)
#778E81
(119,142,129)
#6C8075
(108,128,117)
#617269
(97,114,105)
#56645D
(86,100,93)
#4B5651
(75,86,81)
#404845
(64,72,69)
#353A39
(53,58,57)
#2A2C2D
(42,44,45)
#1F1E21
(31,30,33)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #829C8D

#829C8D
(130,156,141)
#8DA597
(141,165,151)
#98AEA1
(152,174,161)
#A3B7AB
(163,183,171)
#AEC0B5
(174,192,181)
#B9C9BF
(185,201,191)
#C4D2C9
(196,210,201)
#CFDBD3
(207,219,211)
#DAE4DD
(218,228,221)
#E5EDE7
(229,237,231)
#F0F6F1
(240,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829C8D; }

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

This text font color is #829C8D.


Background Color

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

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

This div background color is #829C8D.


Border color

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

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

This div border color is #829C8D.


Opacity

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

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

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

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

This text has shadow with #829C8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829C8D on black background.


Color preview on white background

This text has color #829C8D on white background.



Black color preview on #829C8D background

This text has black color on #829C8D background.


White color preview on #829C8D background

This text has white color on #829C8D background.