COLOR #829B89

HEX: #829B89
RGB: (130,155,137)

Color info

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

RGB color model

#829B89 color RGB value is (130,155,137).

  • red value is 130;
  • green value is 155;
  • blue value is 137.
RGB:
(130,155,137)
(51%,61%,54%)

RGB channels and saturation

R 130 of 255 = 51%
G 155 of 255 = 61%
B 137 of 255 = 54%

130
155
137

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

Portions of RGB colors in percentages

R + G + B =
130 + 155 + 137 = 422 (100%)
R 130 of 422 ~ 30.81%
G 155 of 422 ~ 36.73%
B 137 of 422 ~ 32.46%

%30.81
%36.73
%32.46

CMYK color model

#829B89 color CMYK value is (16,0,12,39).

  • cyan value is 16.13%
  • magenta value is 0.00%
  • yellow value is 11.61%
  • key color value is 39.22%
CMYK:
(16,0,12,39)
C16M0Y12K39 
(16%,0%,12%,39%)
(0.16/0.00/0.12/0.39)	

CMYK percentages

%16.13
%0
%11.61
%39.22

Codes

Color #829B89 in popluar color models

829B89
RGB130155137
HSL137°11.11%55.88%
HSB/HSV137°16.13%60.78%
CMYK16.13%0.00%11.61%
39.22%

Color #829B89 in popluar number systems.

HEX829B89
Decimal130155137
Binary100000101001101110001001
Octal202233211

Shades and tints

Shades of #829B89

#829B89
(130,155,137)
#778D7D
(119,141,125)
#6C7F71
(108,127,113)
#617165
(97,113,101)
#566359
(86,99,89)
#4B554D
(75,85,77)
#404741
(64,71,65)
#353935
(53,57,53)
#2A2B29
(42,43,41)
#1F1D1D
(31,29,29)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #829B89

#829B89
(130,155,137)
#8DA493
(141,164,147)
#98AD9D
(152,173,157)
#A3B6A7
(163,182,167)
#AEBFB1
(174,191,177)
#B9C8BB
(185,200,187)
#C4D1C5
(196,209,197)
#CFDACF
(207,218,207)
#DAE3D9
(218,227,217)
#E5ECE3
(229,236,227)
#F0F5ED
(240,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829B89; }

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

This text font color is #829B89.


Background Color

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

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

This div background color is #829B89.


Border color

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

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

This div border color is #829B89.


Opacity

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

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

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

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

This text has shadow with #829B89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829B89 on black background.


Color preview on white background

This text has color #829B89 on white background.



Black color preview on #829B89 background

This text has black color on #829B89 background.


White color preview on #829B89 background

This text has white color on #829B89 background.