COLOR #829A96

HEX: #829A96
RGB: (130,154,150)

Color info

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

RGB color model

#829A96 color RGB value is (130,154,150).

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

RGB channels and saturation

R 130 of 255 = 51%
G 154 of 255 = 60%
B 150 of 255 = 59%

130
154
150

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

Portions of RGB colors in percentages

R + G + B =
130 + 154 + 150 = 434 (100%)
R 130 of 434 ~ 29.95%
G 154 of 434 ~ 35.48%
B 150 of 434 ~ 34.56%

%29.95
%35.48
%34.56

CMYK color model

#829A96 color CMYK value is (16,0,3,40).

  • cyan value is 15.58%
  • magenta value is 0.00%
  • yellow value is 2.60%
  • key color value is 39.61%
CMYK:
(16,0,3,40)
C16M0Y3K40 
(16%,0%,3%,40%)
(0.16/0.00/0.03/0.40)	

CMYK percentages

%15.58
%0
%2.6
%39.61

Codes

Color #829A96 in popluar color models

829A96
RGB130154150
HSL170°10.62%55.69%
HSB/HSV170°15.58%60.39%
CMYK15.58%0.00%2.60%
39.61%

Color #829A96 in popluar number systems.

HEX829A96
Decimal130154150
Binary100000101001101010010110
Octal202232226

Shades and tints

Shades of #829A96

#829A96
(130,154,150)
#778C89
(119,140,137)
#6C7E7C
(108,126,124)
#61706F
(97,112,111)
#566262
(86,98,98)
#4B5455
(75,84,85)
#404648
(64,70,72)
#35383B
(53,56,59)
#2A2A2E
(42,42,46)
#1F1C21
(31,28,33)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #829A96

#829A96
(130,154,150)
#8DA39F
(141,163,159)
#98ACA8
(152,172,168)
#A3B5B1
(163,181,177)
#AEBEBA
(174,190,186)
#B9C7C3
(185,199,195)
#C4D0CC
(196,208,204)
#CFD9D5
(207,217,213)
#DAE2DE
(218,226,222)
#E5EBE7
(229,235,231)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829A96; }

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

This text font color is #829A96.


Background Color

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

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

This div background color is #829A96.


Border color

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

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

This div border color is #829A96.


Opacity

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

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

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

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

This text has shadow with #829A96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829A96 on black background.


Color preview on white background

This text has color #829A96 on white background.



Black color preview on #829A96 background

This text has black color on #829A96 background.


White color preview on #829A96 background

This text has white color on #829A96 background.