COLOR #829999

HEX: #829999
RGB: (130,153,153)

Color info

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

RGB color model

#829999 color RGB value is (130,153,153).

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

RGB channels and saturation

R 130 of 255 = 51%
G 153 of 255 = 60%
B 153 of 255 = 60%

130
153
153

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

Portions of RGB colors in percentages

R + G + B =
130 + 153 + 153 = 436 (100%)
R 130 of 436 ~ 29.82%
G 153 of 436 ~ 35.09%
B 153 of 436 ~ 35.09%

%29.82
%35.09
%35.09

CMYK color model

#829999 color CMYK value is (15,0,0,40).

  • cyan value is 15.03%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(15,0,0,40)
C15M0Y0K40 
(15%,0%,0%,40%)
(0.15/0.00/0.00/0.40)	

CMYK percentages

%15.03
%0
%0
%40

Codes

Color #829999 in popluar color models

829999
RGB130153153
HSL180°10.13%55.49%
HSB/HSV180°15.03%60.00%
CMYK15.03%0.00%0.00%
40.00%

Color #829999 in popluar number systems.

HEX829999
Decimal130153153
Binary100000101001100110011001
Octal202231231

Shades and tints

Shades of #829999

#829999
(130,153,153)
#778C8C
(119,140,140)
#6C7F7F
(108,127,127)
#617272
(97,114,114)
#566565
(86,101,101)
#4B5858
(75,88,88)
#404B4B
(64,75,75)
#353E3E
(53,62,62)
#2A3131
(42,49,49)
#1F2424
(31,36,36)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #829999

#829999
(130,153,153)
#8DA2A2
(141,162,162)
#98ABAB
(152,171,171)
#A3B4B4
(163,180,180)
#AEBDBD
(174,189,189)
#B9C6C6
(185,198,198)
#C4CFCF
(196,207,207)
#CFD8D8
(207,216,216)
#DAE1E1
(218,225,225)
#E5EAEA
(229,234,234)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829999; }

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

This text font color is #829999.


Background Color

.myBgColor { background-color: #829999; }

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

This div background color is #829999.


Border color

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

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

This div border color is #829999.


Opacity

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

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

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

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

This text has shadow with #829999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829999 on black background.


Color preview on white background

This text has color #829999 on white background.



Black color preview on #829999 background

This text has black color on #829999 background.


White color preview on #829999 background

This text has white color on #829999 background.