COLOR #829684

HEX: #829684
RGB: (130,150,132)

Color info

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

RGB color model

#829684 color RGB value is (130,150,132).

  • red value is 130;
  • green value is 150;
  • blue value is 132.
RGB:
(130,150,132)
(51%,59%,52%)

RGB channels and saturation

R 130 of 255 = 51%
G 150 of 255 = 59%
B 132 of 255 = 52%

130
150
132

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

Portions of RGB colors in percentages

R + G + B =
130 + 150 + 132 = 412 (100%)
R 130 of 412 ~ 31.55%
G 150 of 412 ~ 36.41%
B 132 of 412 ~ 32.04%

%31.55
%36.41
%32.04

CMYK color model

#829684 color CMYK value is (13,0,12,41).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 12.00%
  • key color value is 41.18%
CMYK:
(13,0,12,41)
C13M0Y12K41 
(13%,0%,12%,41%)
(0.13/0.00/0.12/0.41)	

CMYK percentages

%13.33
%0
%12
%41.18

Codes

Color #829684 in popluar color models

829684
RGB130150132
HSL126°8.70%54.90%
HSB/HSV126°13.33%58.82%
CMYK13.33%0.00%12.00%
41.18%

Color #829684 in popluar number systems.

HEX829684
Decimal130150132
Binary100000101001011010000100
Octal202226204

Shades and tints

Shades of #829684

#829684
(130,150,132)
#778978
(119,137,120)
#6C7C6C
(108,124,108)
#616F60
(97,111,96)
#566254
(86,98,84)
#4B5548
(75,85,72)
#40483C
(64,72,60)
#353B30
(53,59,48)
#2A2E24
(42,46,36)
#1F2118
(31,33,24)
#14140C
(20,20,12)
#000000
(0,0,0)

Tints of #829684

#829684
(130,150,132)
#8D9F8F
(141,159,143)
#98A89A
(152,168,154)
#A3B1A5
(163,177,165)
#AEBAB0
(174,186,176)
#B9C3BB
(185,195,187)
#C4CCC6
(196,204,198)
#CFD5D1
(207,213,209)
#DADEDC
(218,222,220)
#E5E7E7
(229,231,231)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #829684 color. Also use rgb(130,150,132) instead hex code.

Text Font Color

.myTextColor { color: #829684; }

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

This text font color is #829684.


Background Color

.myBgColor { background-color: #829684; }

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

This div background color is #829684.


Border color

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

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

This div border color is #829684.


Opacity

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

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

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

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

This text has shadow with #829684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829684 on black background.


Color preview on white background

This text has color #829684 on white background.



Black color preview on #829684 background

This text has black color on #829684 background.


White color preview on #829684 background

This text has white color on #829684 background.