COLOR #829C9B

HEX: #829C9B RGB: (130,156,155)

Color info

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

RGB color model

#829C9B color RGB value is (130,156,155).

RGB: (130,156,155) (51%, 61%, 61%)

RGB channels and saturation

R 130 of 255 = 51%
G 156 of 255 = 61%
B 155 of 255 = 61%

130
156
155

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

Portions of RGB colors in percentages

R + G + B = 130 + 156 + 155 = 441 (100%)
R 130 of 441 ~ 29.48%
G 156 of 441 ~ 35.37%
B 155 of 441 ~ 35.15'%

%29.48
%35.37
%35.15

CMYK color model

#829C9B color CMYK value is (17,0,1,39).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 0.64%
  • key color value is 38.82%
CMYK: (17,0,1,39) C17M0Y1K39 (17%,0%,1%,39%) (0.17/0.00/0.01/0.39) 

CMYK percentages

%16.67
%0
%0.64
%38.82

Codes

Color #829C9B in popluar color models

82 9C 9B
RGB 130 156 155
HSL 178° 11.61% 56.08%
HSB/HSV 178° 16.67% 61.18%
CMYK 16.67% 0.00% 0.64%
38.82%

Color #829C9B in popluar number systems.

HEX 82 9C 9B
Decimal 130 156 155
Binary 10000010 10011100 10011011
Octal 202 234 233

Shades and tints

Shades of #829C9B

#829C9B
(130,156,155)
#778E8D
(119,142,141)
#6C807F
(108,128,127)
#617271
(97,114,113)
#566463
(86,100,99)
#4B5655
(75,86,85)
#404847
(64,72,71)
#353A39
(53,58,57)
#2A2C2B
(42,44,43)
#1F1E1D
(31,30,29)
#14100F
(20,16,15)
#000000
(0,0,0)

Tints of #829C9B

#829C9B
(130,156,155)
#8DA5A4
(141,165,164)
#98AEAD
(152,174,173)
#A3B7B6
(163,183,182)
#AEC0BF
(174,192,191)
#B9C9C8
(185,201,200)
#C4D2D1
(196,210,209)
#CFDBDA
(207,219,218)
#DAE4E3
(218,228,227)
#E5EDEC
(229,237,236)
#F0F6F5
(240,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829C9B; }

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

This text font color is #829C9B.

Background Color

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

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

This div background color is #829C9B.

Border color

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

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

This div border color is #829C9B.

Opacity

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

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

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

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

This text has shadow with #829C9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #829C9B.

Preview

Color preview on black background

This text has color #829C9B on black background.


Color preview on white background

This text has color #829C9B on white background.


Black color preview on #829C9B background

This text has black color on #829C9B background.


White color preview on #829C9B background

This text has white color on #829C9B background.


Related colors

Complementary color

Complementary color for #hex is #7D6364.


I love getcolorcode.com

Triadic colors

1 #9B829C and #9C9B82 with #829C9B are triadic colors.

2 #9B9C82 and #9C829B with #829C9B are triadic colors.