COLOR #829695

HEX: #829695
RGB: (130,150,149)

Color info

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

RGB color model

#829695 color RGB value is (130,150,149).

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

RGB channels and saturation

R 130 of 255 = 51%
G 150 of 255 = 59%
B 149 of 255 = 58%

130
150
149

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

Portions of RGB colors in percentages

R + G + B =
130 + 150 + 149 = 429 (100%)
R 130 of 429 ~ 30.3%
G 150 of 429 ~ 34.97%
B 149 of 429 ~ 34.73%

%30.3
%34.97
%34.73

CMYK color model

#829695 color CMYK value is (13,0,1,41).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 0.67%
  • key color value is 41.18%
CMYK:
(13,0,1,41)
C13M0Y1K41 
(13%,0%,1%,41%)
(0.13/0.00/0.01/0.41)	

CMYK percentages

%13.33
%0
%0.67
%41.18

Codes

Color #829695 in popluar color models

829695
RGB130150149
HSL177°8.70%54.90%
HSB/HSV177°13.33%58.82%
CMYK13.33%0.00%0.67%
41.18%

Color #829695 in popluar number systems.

HEX829695
Decimal130150149
Binary100000101001011010010101
Octal202226225

Shades and tints

Shades of #829695

#829695
(130,150,149)
#778988
(119,137,136)
#6C7C7B
(108,124,123)
#616F6E
(97,111,110)
#566261
(86,98,97)
#4B5554
(75,85,84)
#404847
(64,72,71)
#353B3A
(53,59,58)
#2A2E2D
(42,46,45)
#1F2120
(31,33,32)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #829695

#829695
(130,150,149)
#8D9F9E
(141,159,158)
#98A8A7
(152,168,167)
#A3B1B0
(163,177,176)
#AEBAB9
(174,186,185)
#B9C3C2
(185,195,194)
#C4CCCB
(196,204,203)
#CFD5D4
(207,213,212)
#DADEDD
(218,222,221)
#E5E7E6
(229,231,230)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829695; }

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

This text font color is #829695.


Background Color

.myBgColor { background-color: #829695; }

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

This div background color is #829695.


Border color

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

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

This div border color is #829695.


Opacity

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

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

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

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

This text has shadow with #829695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829695 on black background.


Color preview on white background

This text has color #829695 on white background.



Black color preview on #829695 background

This text has black color on #829695 background.


White color preview on #829695 background

This text has white color on #829695 background.