COLOR #829F8F

HEX: #829F8F
RGB: (130,159,143)

Color info

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

RGB color model

#829F8F color RGB value is (130,159,143).

  • red value is 130;
  • green value is 159;
  • blue value is 143.
RGB:
(130,159,143)
(51%,62%,56%)

RGB channels and saturation

R 130 of 255 = 51%
G 159 of 255 = 62%
B 143 of 255 = 56%

130
159
143

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

Portions of RGB colors in percentages

R + G + B =
130 + 159 + 143 = 432 (100%)
R 130 of 432 ~ 30.09%
G 159 of 432 ~ 36.81%
B 143 of 432 ~ 33.1%

%30.09
%36.81
%33.1

CMYK color model

#829F8F color CMYK value is (18,0,10,38).

  • cyan value is 18.24%
  • magenta value is 0.00%
  • yellow value is 10.06%
  • key color value is 37.65%
CMYK:
(18,0,10,38)
C18M0Y10K38 
(18%,0%,10%,38%)
(0.18/0.00/0.10/0.38)	

CMYK percentages

%18.24
%0
%10.06
%37.65

Codes

Color #829F8F in popluar color models

829F8F
RGB130159143
HSL147°13.12%56.67%
HSB/HSV147°18.24%62.35%
CMYK18.24%0.00%10.06%
37.65%

Color #829F8F in popluar number systems.

HEX829F8F
Decimal130159143
Binary100000101001111110001111
Octal202237217

Shades and tints

Shades of #829F8F

#829F8F
(130,159,143)
#779182
(119,145,130)
#6C8375
(108,131,117)
#617568
(97,117,104)
#56675B
(86,103,91)
#4B594E
(75,89,78)
#404B41
(64,75,65)
#353D34
(53,61,52)
#2A2F27
(42,47,39)
#1F211A
(31,33,26)
#14130D
(20,19,13)
#000000
(0,0,0)

Tints of #829F8F

#829F8F
(130,159,143)
#8DA799
(141,167,153)
#98AFA3
(152,175,163)
#A3B7AD
(163,183,173)
#AEBFB7
(174,191,183)
#B9C7C1
(185,199,193)
#C4CFCB
(196,207,203)
#CFD7D5
(207,215,213)
#DADFDF
(218,223,223)
#E5E7E9
(229,231,233)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829F8F color. Also use rgb(130,159,143) instead hex code.

Text Font Color

.myTextColor { color: #829F8F; }

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

This text font color is #829F8F.


Background Color

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

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

This div background color is #829F8F.


Border color

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

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

This div border color is #829F8F.


Opacity

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

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

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

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

This text has shadow with #829F8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829F8F on black background.


Color preview on white background

This text has color #829F8F on white background.



Black color preview on #829F8F background

This text has black color on #829F8F background.


White color preview on #829F8F background

This text has white color on #829F8F background.