COLOR #829D98

HEX: #829D98
RGB: (130,157,152)

Color info

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

RGB color model

#829D98 color RGB value is (130,157,152).

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

RGB channels and saturation

R 130 of 255 = 51%
G 157 of 255 = 62%
B 152 of 255 = 60%

130
157
152

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

Portions of RGB colors in percentages

R + G + B =
130 + 157 + 152 = 439 (100%)
R 130 of 439 ~ 29.61%
G 157 of 439 ~ 35.76%
B 152 of 439 ~ 34.62%

%29.61
%35.76
%34.62

CMYK color model

#829D98 color CMYK value is (17,0,3,38).

  • cyan value is 17.20%
  • magenta value is 0.00%
  • yellow value is 3.18%
  • key color value is 38.43%
CMYK:
(17,0,3,38)
C17M0Y3K38 
(17%,0%,3%,38%)
(0.17/0.00/0.03/0.38)	

CMYK percentages

%17.2
%0
%3.18
%38.43

Codes

Color #829D98 in popluar color models

829D98
RGB130157152
HSL169°12.11%56.27%
HSB/HSV169°17.20%61.57%
CMYK17.20%0.00%3.18%
38.43%

Color #829D98 in popluar number systems.

HEX829D98
Decimal130157152
Binary100000101001110110011000
Octal202235230

Shades and tints

Shades of #829D98

#829D98
(130,157,152)
#778F8B
(119,143,139)
#6C817E
(108,129,126)
#617371
(97,115,113)
#566564
(86,101,100)
#4B5757
(75,87,87)
#40494A
(64,73,74)
#353B3D
(53,59,61)
#2A2D30
(42,45,48)
#1F1F23
(31,31,35)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #829D98

#829D98
(130,157,152)
#8DA5A1
(141,165,161)
#98ADAA
(152,173,170)
#A3B5B3
(163,181,179)
#AEBDBC
(174,189,188)
#B9C5C5
(185,197,197)
#C4CDCE
(196,205,206)
#CFD5D7
(207,213,215)
#DADDE0
(218,221,224)
#E5E5E9
(229,229,233)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829D98; }

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

This text font color is #829D98.


Background Color

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

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

This div background color is #829D98.


Border color

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

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

This div border color is #829D98.


Opacity

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

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

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

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

This text has shadow with #829D98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829D98 on black background.


Color preview on white background

This text has color #829D98 on white background.



Black color preview on #829D98 background

This text has black color on #829D98 background.


White color preview on #829D98 background

This text has white color on #829D98 background.