COLOR #829D91

HEX: #829D91
RGB: (130,157,145)

Color info

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

RGB color model

#829D91 color RGB value is (130,157,145).

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

RGB channels and saturation

R 130 of 255 = 51%
G 157 of 255 = 62%
B 145 of 255 = 57%

130
157
145

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

Portions of RGB colors in percentages

R + G + B =
130 + 157 + 145 = 432 (100%)
R 130 of 432 ~ 30.09%
G 157 of 432 ~ 36.34%
B 145 of 432 ~ 33.56%

%30.09
%36.34
%33.56

CMYK color model

#829D91 color CMYK value is (17,0,8,38).

  • cyan value is 17.20%
  • magenta value is 0.00%
  • yellow value is 7.64%
  • key color value is 38.43%
CMYK:
(17,0,8,38)
C17M0Y8K38 
(17%,0%,8%,38%)
(0.17/0.00/0.08/0.38)	

CMYK percentages

%17.2
%0
%7.64
%38.43

Codes

Color #829D91 in popluar color models

829D91
RGB130157145
HSL153°12.11%56.27%
HSB/HSV153°17.20%61.57%
CMYK17.20%0.00%7.64%
38.43%

Color #829D91 in popluar number systems.

HEX829D91
Decimal130157145
Binary100000101001110110010001
Octal202235221

Shades and tints

Shades of #829D91

#829D91
(130,157,145)
#778F84
(119,143,132)
#6C8177
(108,129,119)
#61736A
(97,115,106)
#56655D
(86,101,93)
#4B5750
(75,87,80)
#404943
(64,73,67)
#353B36
(53,59,54)
#2A2D29
(42,45,41)
#1F1F1C
(31,31,28)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #829D91

#829D91
(130,157,145)
#8DA59B
(141,165,155)
#98ADA5
(152,173,165)
#A3B5AF
(163,181,175)
#AEBDB9
(174,189,185)
#B9C5C3
(185,197,195)
#C4CDCD
(196,205,205)
#CFD5D7
(207,213,215)
#DADDE1
(218,221,225)
#E5E5EB
(229,229,235)
#F0EDF5
(240,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829D91; }

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

This text font color is #829D91.


Background Color

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

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

This div background color is #829D91.


Border color

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

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

This div border color is #829D91.


Opacity

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

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

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

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

This text has shadow with #829D91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829D91 on black background.


Color preview on white background

This text has color #829D91 on white background.



Black color preview on #829D91 background

This text has black color on #829D91 background.


White color preview on #829D91 background

This text has white color on #829D91 background.