COLOR #829F94

HEX: #829F94 RGB: (130,159,148)

Color info

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

RGB color model

#829F94 color RGB value is (130,159,148).

RGB: (130,159,148) (51%, 62%, 58%)

RGB channels and saturation

R 130 of 255 = 51%
G 159 of 255 = 62%
B 148 of 255 = 58%

130
159
148

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

Portions of RGB colors in percentages

R + G + B = 130 + 159 + 148 = 437 (100%)
R 130 of 437 ~ 29.75%
G 159 of 437 ~ 36.38%
B 148 of 437 ~ 33.87'%

%29.75
%36.38
%33.87

CMYK color model

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

  • cyan value is 18.24%
  • magenta value is 0.00%
  • yellow value is 6.92%
  • key color value is 37.65%
CMYK: (18,0,7,38) C18M0Y7K38 (18%,0%,7%,38%) (0.18/0.00/0.07/0.38) 

CMYK percentages

%18.24
%0
%6.92
%37.65

Codes

Color #829F94 in popluar color models

82 9F 94
RGB 130 159 148
HSL 157° 13.12% 56.67%
HSB/HSV 157° 18.24% 62.35%
CMYK 18.24% 0.00% 6.92%
37.65%

Color #829F94 in popluar number systems.

HEX 82 9F 94
Decimal 130 159 148
Binary 10000010 10011111 10010100
Octal 202 237 224

Shades and tints

Shades of #829F94

#829F94
(130,159,148)
#779187
(119,145,135)
#6C837A
(108,131,122)
#61756D
(97,117,109)
#566760
(86,103,96)
#4B5953
(75,89,83)
#404B46
(64,75,70)
#353D39
(53,61,57)
#2A2F2C
(42,47,44)
#1F211F
(31,33,31)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #829F94

#829F94
(130,159,148)
#8DA79D
(141,167,157)
#98AFA6
(152,175,166)
#A3B7AF
(163,183,175)
#AEBFB8
(174,191,184)
#B9C7C1
(185,199,193)
#C4CFCA
(196,207,202)
#CFD7D3
(207,215,211)
#DADFDC
(218,223,220)
#E5E7E5
(229,231,229)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829F94; }

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

This text font color is #829F94.

Background Color

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

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

This div background color is #829F94.

Border color

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

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

This div border color is #829F94.

Opacity

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

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

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

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

This text has shadow with #829F94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #829F94.

Preview

Color preview on black background

This text has color #829F94 on black background.


Color preview on white background

This text has color #829F94 on white background.


Black color preview on #829F94 background

This text has black color on #829F94 background.


White color preview on #829F94 background

This text has white color on #829F94 background.


Related colors

Complementary color

Complementary color for #hex is #7D606B.


I love getcolorcode.com

Triadic colors

1 #94829F and #9F9482 with #829F94 are triadic colors.

2 #949F82 and #9F8294 with #829F94 are triadic colors.