COLOR #829697

HEX: #829697
RGB: (130,150,151)

Color info

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

RGB color model

#829697 color RGB value is (130,150,151).

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

RGB channels and saturation

R 130 of 255 = 51%
G 150 of 255 = 59%
B 151 of 255 = 59%

130
150
151

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

Portions of RGB colors in percentages

R + G + B =
130 + 150 + 151 = 431 (100%)
R 130 of 431 ~ 30.16%
G 150 of 431 ~ 34.8%
B 151 of 431 ~ 35.03%

%30.16
%34.8
%35.03

CMYK color model

#829697 color CMYK value is (14,1,0,41).

  • cyan value is 13.91%
  • magenta value is 0.66%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(14,1,0,41)
C14M1Y0K41 
(14%,1%,0%,41%)
(0.14/0.01/0.00/0.41)	

CMYK percentages

%13.91
%0.66
%0
%40.78

Codes

Color #829697 in popluar color models

829697
RGB130150151
HSL183°9.17%55.10%
HSB/HSV183°13.91%59.22%
CMYK13.91%0.66%0.00%
40.78%

Color #829697 in popluar number systems.

HEX829697
Decimal130150151
Binary100000101001011010010111
Octal202226227

Shades and tints

Shades of #829697

#829697
(130,150,151)
#77898A
(119,137,138)
#6C7C7D
(108,124,125)
#616F70
(97,111,112)
#566263
(86,98,99)
#4B5556
(75,85,86)
#404849
(64,72,73)
#353B3C
(53,59,60)
#2A2E2F
(42,46,47)
#1F2122
(31,33,34)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #829697

#829697
(130,150,151)
#8D9FA0
(141,159,160)
#98A8A9
(152,168,169)
#A3B1B2
(163,177,178)
#AEBABB
(174,186,187)
#B9C3C4
(185,195,196)
#C4CCCD
(196,204,205)
#CFD5D6
(207,213,214)
#DADEDF
(218,222,223)
#E5E7E8
(229,231,232)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829697; }

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

This text font color is #829697.


Background Color

.myBgColor { background-color: #829697; }

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

This div background color is #829697.


Border color

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

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

This div border color is #829697.


Opacity

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

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

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

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

This text has shadow with #829697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829697 on black background.


Color preview on white background

This text has color #829697 on white background.



Black color preview on #829697 background

This text has black color on #829697 background.


White color preview on #829697 background

This text has white color on #829697 background.