COLOR #829A91

HEX: #829A91 RGB: (130,154,145)

Color info

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

RGB color model

#829A91 color RGB value is (130,154,145).

RGB: (130,154,145) (51%, 60%, 57%)

RGB channels and saturation

R 130 of 255 = 51%
G 154 of 255 = 60%
B 145 of 255 = 57%

130
154
145

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

Portions of RGB colors in percentages

R + G + B = 130 + 154 + 145 = 429 (100%)
R 130 of 429 ~ 30.3%
G 154 of 429 ~ 35.9%
B 145 of 429 ~ 33.8'%

%30.3
%35.9
%33.8

CMYK color model

#829A91 color CMYK value is (16,0,6,40).

  • cyan value is 15.58%
  • magenta value is 0.00%
  • yellow value is 5.84%
  • key color value is 39.61%
CMYK: (16,0,6,40) C16M0Y6K40 (16%,0%,6%,40%) (0.16/0.00/0.06/0.40) 

CMYK percentages

%15.58
%0
%5.84
%39.61

Codes

Color #829A91 in popluar color models

82 9A 91
RGB 130 154 145
HSL 158° 10.62% 55.69%
HSB/HSV 158° 15.58% 60.39%
CMYK 15.58% 0.00% 5.84%
39.61%

Color #829A91 in popluar number systems.

HEX 82 9A 91
Decimal 130 154 145
Binary 10000010 10011010 10010001
Octal 202 232 221

Shades and tints

Shades of #829A91

#829A91
(130,154,145)
#778C84
(119,140,132)
#6C7E77
(108,126,119)
#61706A
(97,112,106)
#56625D
(86,98,93)
#4B5450
(75,84,80)
#404643
(64,70,67)
#353836
(53,56,54)
#2A2A29
(42,42,41)
#1F1C1C
(31,28,28)
#140E0F
(20,14,15)
#000000
(0,0,0)

Tints of #829A91

#829A91
(130,154,145)
#8DA39B
(141,163,155)
#98ACA5
(152,172,165)
#A3B5AF
(163,181,175)
#AEBEB9
(174,190,185)
#B9C7C3
(185,199,195)
#C4D0CD
(196,208,205)
#CFD9D7
(207,217,215)
#DAE2E1
(218,226,225)
#E5EBEB
(229,235,235)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829A91; }

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

This text font color is #829A91.

Background Color

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

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

This div background color is #829A91.

Border color

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

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

This div border color is #829A91.

Opacity

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

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

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

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

This text has shadow with #829A91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #829A91.

Preview

Color preview on black background

This text has color #829A91 on black background.


Color preview on white background

This text has color #829A91 on white background.


Black color preview on #829A91 background

This text has black color on #829A91 background.


White color preview on #829A91 background

This text has white color on #829A91 background.


Related colors

Complementary color

Complementary color for #hex is #7D656E.


I love getcolorcode.com

Triadic colors

1 #91829A and #9A9182 with #829A91 are triadic colors.

2 #919A82 and #9A8291 with #829A91 are triadic colors.