COLOR #829F86

HEX: #829F86
RGB: (130,159,134)

Color info

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

RGB color model

#829F86 color RGB value is (130,159,134).

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

RGB channels and saturation

R 130 of 255 = 51%
G 159 of 255 = 62%
B 134 of 255 = 53%

130
159
134

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

Portions of RGB colors in percentages

R + G + B =
130 + 159 + 134 = 423 (100%)
R 130 of 423 ~ 30.73%
G 159 of 423 ~ 37.59%
B 134 of 423 ~ 31.68%

%30.73
%37.59
%31.68

CMYK color model

#829F86 color CMYK value is (18,0,16,38).

  • cyan value is 18.24%
  • magenta value is 0.00%
  • yellow value is 15.72%
  • key color value is 37.65%
CMYK:
(18,0,16,38)
C18M0Y16K38 
(18%,0%,16%,38%)
(0.18/0.00/0.16/0.38)	

CMYK percentages

%18.24
%0
%15.72
%37.65

Codes

Color #829F86 in popluar color models

829F86
RGB130159134
HSL128°13.12%56.67%
HSB/HSV128°18.24%62.35%
CMYK18.24%0.00%15.72%
37.65%

Color #829F86 in popluar number systems.

HEX829F86
Decimal130159134
Binary100000101001111110000110
Octal202237206

Shades and tints

Shades of #829F86

#829F86
(130,159,134)
#77917A
(119,145,122)
#6C836E
(108,131,110)
#617562
(97,117,98)
#566756
(86,103,86)
#4B594A
(75,89,74)
#404B3E
(64,75,62)
#353D32
(53,61,50)
#2A2F26
(42,47,38)
#1F211A
(31,33,26)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #829F86

#829F86
(130,159,134)
#8DA791
(141,167,145)
#98AF9C
(152,175,156)
#A3B7A7
(163,183,167)
#AEBFB2
(174,191,178)
#B9C7BD
(185,199,189)
#C4CFC8
(196,207,200)
#CFD7D3
(207,215,211)
#DADFDE
(218,223,222)
#E5E7E9
(229,231,233)
#F0EFF4
(240,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829F86; }

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

This text font color is #829F86.


Background Color

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

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

This div background color is #829F86.


Border color

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

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

This div border color is #829F86.


Opacity

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

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

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

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

This text has shadow with #829F86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829F86 on black background.


Color preview on white background

This text has color #829F86 on white background.



Black color preview on #829F86 background

This text has black color on #829F86 background.


White color preview on #829F86 background

This text has white color on #829F86 background.