COLOR #829E9E

HEX: #829E9E
RGB: (130,158,158)

Color info

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

RGB color model

#829E9E color RGB value is (130,158,158).

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

RGB channels and saturation

R 130 of 255 = 51%
G 158 of 255 = 62%
B 158 of 255 = 62%

130
158
158

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

Portions of RGB colors in percentages

R + G + B =
130 + 158 + 158 = 446 (100%)
R 130 of 446 ~ 29.15%
G 158 of 446 ~ 35.43%
B 158 of 446 ~ 35.43%

%29.15
%35.43
%35.43

CMYK color model

#829E9E color CMYK value is (18,0,0,38).

  • cyan value is 17.72%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(18,0,0,38)
C18M0Y0K38 
(18%,0%,0%,38%)
(0.18/0.00/0.00/0.38)	

CMYK percentages

%17.72
%0
%0
%38.04

Codes

Color #829E9E in popluar color models

829E9E
RGB130158158
HSL180°12.61%56.47%
HSB/HSV180°17.72%61.96%
CMYK17.72%0.00%0.00%
38.04%

Color #829E9E in popluar number systems.

HEX829E9E
Decimal130158158
Binary100000101001111010011110
Octal202236236

Shades and tints

Shades of #829E9E

#829E9E
(130,158,158)
#779090
(119,144,144)
#6C8282
(108,130,130)
#617474
(97,116,116)
#566666
(86,102,102)
#4B5858
(75,88,88)
#404A4A
(64,74,74)
#353C3C
(53,60,60)
#2A2E2E
(42,46,46)
#1F2020
(31,32,32)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #829E9E

#829E9E
(130,158,158)
#8DA6A6
(141,166,166)
#98AEAE
(152,174,174)
#A3B6B6
(163,182,182)
#AEBEBE
(174,190,190)
#B9C6C6
(185,198,198)
#C4CECE
(196,206,206)
#CFD6D6
(207,214,214)
#DADEDE
(218,222,222)
#E5E6E6
(229,230,230)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829E9E; }

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

This text font color is #829E9E.


Background Color

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

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

This div background color is #829E9E.


Border color

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

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

This div border color is #829E9E.


Opacity

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

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

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

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

This text has shadow with #829E9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829E9E on black background.


Color preview on white background

This text has color #829E9E on white background.



Black color preview on #829E9E background

This text has black color on #829E9E background.


White color preview on #829E9E background

This text has white color on #829E9E background.