COLOR #829486

HEX: #829486
RGB: (130,148,134)

Color info

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

RGB color model

#829486 color RGB value is (130,148,134).

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

RGB channels and saturation

R 130 of 255 = 51%
G 148 of 255 = 58%
B 134 of 255 = 53%

130
148
134

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

Portions of RGB colors in percentages

R + G + B =
130 + 148 + 134 = 412 (100%)
R 130 of 412 ~ 31.55%
G 148 of 412 ~ 35.92%
B 134 of 412 ~ 32.52%

%31.55
%35.92
%32.52

CMYK color model

#829486 color CMYK value is (12,0,9,42).

  • cyan value is 12.16%
  • magenta value is 0.00%
  • yellow value is 9.46%
  • key color value is 41.96%
CMYK:
(12,0,9,42)
C12M0Y9K42 
(12%,0%,9%,42%)
(0.12/0.00/0.09/0.42)	

CMYK percentages

%12.16
%0
%9.46
%41.96

Codes

Color #829486 in popluar color models

829486
RGB130148134
HSL133°7.76%54.51%
HSB/HSV133°12.16%58.04%
CMYK12.16%0.00%9.46%
41.96%

Color #829486 in popluar number systems.

HEX829486
Decimal130148134
Binary100000101001010010000110
Octal202224206

Shades and tints

Shades of #829486

#829486
(130,148,134)
#77877A
(119,135,122)
#6C7A6E
(108,122,110)
#616D62
(97,109,98)
#566056
(86,96,86)
#4B534A
(75,83,74)
#40463E
(64,70,62)
#353932
(53,57,50)
#2A2C26
(42,44,38)
#1F1F1A
(31,31,26)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #829486

#829486
(130,148,134)
#8D9D91
(141,157,145)
#98A69C
(152,166,156)
#A3AFA7
(163,175,167)
#AEB8B2
(174,184,178)
#B9C1BD
(185,193,189)
#C4CAC8
(196,202,200)
#CFD3D3
(207,211,211)
#DADCDE
(218,220,222)
#E5E5E9
(229,229,233)
#F0EEF4
(240,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829486; }

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

This text font color is #829486.


Background Color

.myBgColor { background-color: #829486; }

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

This div background color is #829486.


Border color

.myBorderColor { border: 1px solid #829486; }

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

This div border color is #829486.


Opacity

.myOpacity80 { color: #829486; opacity: 0.8; }

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

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

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

This text has shadow with #829486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829486 on black background.


Color preview on white background

This text has color #829486 on white background.



Black color preview on #829486 background

This text has black color on #829486 background.


White color preview on #829486 background

This text has white color on #829486 background.