COLOR #829296

HEX: #829296
RGB: (130,146,150)

Color info

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

RGB color model

#829296 color RGB value is (130,146,150).

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

RGB channels and saturation

R 130 of 255 = 51%
G 146 of 255 = 57%
B 150 of 255 = 59%

130
146
150

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

Portions of RGB colors in percentages

R + G + B =
130 + 146 + 150 = 426 (100%)
R 130 of 426 ~ 30.52%
G 146 of 426 ~ 34.27%
B 150 of 426 ~ 35.21%

%30.52
%34.27
%35.21

CMYK color model

#829296 color CMYK value is (13,3,0,41).

  • cyan value is 13.33%
  • magenta value is 2.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(13,3,0,41)
C13M3Y0K41 
(13%,3%,0%,41%)
(0.13/0.03/0.00/0.41)	

CMYK percentages

%13.33
%2.67
%0
%41.18

Codes

Color #829296 in popluar color models

829296
RGB130146150
HSL192°8.70%54.90%
HSB/HSV192°13.33%58.82%
CMYK13.33%2.67%0.00%
41.18%

Color #829296 in popluar number systems.

HEX829296
Decimal130146150
Binary100000101001001010010110
Octal202222226

Shades and tints

Shades of #829296

#829296
(130,146,150)
#778589
(119,133,137)
#6C787C
(108,120,124)
#616B6F
(97,107,111)
#565E62
(86,94,98)
#4B5155
(75,81,85)
#404448
(64,68,72)
#35373B
(53,55,59)
#2A2A2E
(42,42,46)
#1F1D21
(31,29,33)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #829296

#829296
(130,146,150)
#8D9B9F
(141,155,159)
#98A4A8
(152,164,168)
#A3ADB1
(163,173,177)
#AEB6BA
(174,182,186)
#B9BFC3
(185,191,195)
#C4C8CC
(196,200,204)
#CFD1D5
(207,209,213)
#DADADE
(218,218,222)
#E5E3E7
(229,227,231)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829296; }

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

This text font color is #829296.


Background Color

.myBgColor { background-color: #829296; }

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

This div background color is #829296.


Border color

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

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

This div border color is #829296.


Opacity

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

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

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

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

This text has shadow with #829296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829296 on black background.


Color preview on white background

This text has color #829296 on white background.



Black color preview on #829296 background

This text has black color on #829296 background.


White color preview on #829296 background

This text has white color on #829296 background.