COLOR #829E89

HEX: #829E89
RGB: (130,158,137)

Color info

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

RGB color model

#829E89 color RGB value is (130,158,137).

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

RGB channels and saturation

R 130 of 255 = 51%
G 158 of 255 = 62%
B 137 of 255 = 54%

130
158
137

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

Portions of RGB colors in percentages

R + G + B =
130 + 158 + 137 = 425 (100%)
R 130 of 425 ~ 30.59%
G 158 of 425 ~ 37.18%
B 137 of 425 ~ 32.24%

%30.59
%37.18
%32.24

CMYK color model

#829E89 color CMYK value is (18,0,13,38).

  • cyan value is 17.72%
  • magenta value is 0.00%
  • yellow value is 13.29%
  • key color value is 38.04%
CMYK:
(18,0,13,38)
C18M0Y13K38 
(18%,0%,13%,38%)
(0.18/0.00/0.13/0.38)	

CMYK percentages

%17.72
%0
%13.29
%38.04

Codes

Color #829E89 in popluar color models

829E89
RGB130158137
HSL135°12.61%56.47%
HSB/HSV135°17.72%61.96%
CMYK17.72%0.00%13.29%
38.04%

Color #829E89 in popluar number systems.

HEX829E89
Decimal130158137
Binary100000101001111010001001
Octal202236211

Shades and tints

Shades of #829E89

#829E89
(130,158,137)
#77907D
(119,144,125)
#6C8271
(108,130,113)
#617465
(97,116,101)
#566659
(86,102,89)
#4B584D
(75,88,77)
#404A41
(64,74,65)
#353C35
(53,60,53)
#2A2E29
(42,46,41)
#1F201D
(31,32,29)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #829E89

#829E89
(130,158,137)
#8DA693
(141,166,147)
#98AE9D
(152,174,157)
#A3B6A7
(163,182,167)
#AEBEB1
(174,190,177)
#B9C6BB
(185,198,187)
#C4CEC5
(196,206,197)
#CFD6CF
(207,214,207)
#DADED9
(218,222,217)
#E5E6E3
(229,230,227)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829E89; }

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

This text font color is #829E89.


Background Color

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

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

This div background color is #829E89.


Border color

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

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

This div border color is #829E89.


Opacity

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

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

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

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

This text has shadow with #829E89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829E89 on black background.


Color preview on white background

This text has color #829E89 on white background.



Black color preview on #829E89 background

This text has black color on #829E89 background.


White color preview on #829E89 background

This text has white color on #829E89 background.