COLOR #89829E

HEX: #89829E RGB: (137,130,158)

Color info

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

RGB color model

#89829E color RGB value is (137,130,158).

RGB: (137,130,158) (54%, 51%, 62%)

RGB channels and saturation

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

137
130
158

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

Portions of RGB colors in percentages

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

%32.24
%30.59
%37.18

CMYK color model

#89829E color CMYK value is (13,18,0,38).

  • cyan value is 13.29%
  • magenta value is 17.72%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (13,18,0,38)
C13M18Y0K38 (13%, 18%, 0%, 38%)
(0.13 / 0.18 / 0.00 / 0.38)

CMYK percentages

%13.29
%17.72
%0
%38.04

Codes

Color #89829E in popluar color models

89 82 9E
RGB 137 130 158
HSL 255° 12.61% 56.47%
HSB/HSV 255° 17.72% 61.96%
CMYK 13.29% 17.72% 0.00%
38.04%

Color #89829E in popluar number systems.

HEX 89 82 9E
Decimal 137 130 158
Binary 10001001 10000010 10011110
Octal 211 202 236

Shades and tints

Shades of #89829E

#89829E
(137,130,158)
#7D7790
(125,119,144)
#716C82
(113,108,130)
#656174
(101,97,116)
#595666
(89,86,102)
#4D4B58
(77,75,88)
#41404A
(65,64,74)
#35353C
(53,53,60)
#292A2E
(41,42,46)
#1D1F20
(29,31,32)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #89829E

#89829E
(137,130,158)
#938DA6
(147,141,166)
#9D98AE
(157,152,174)
#A7A3B6
(167,163,182)
#B1AEBE
(177,174,190)
#BBB9C6
(187,185,198)
#C5C4CE
(197,196,206)
#CFCFD6
(207,207,214)
#D9DADE
(217,218,222)
#E3E5E6
(227,229,230)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89829E; }

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

This text font color is #89829E.

Background Color

.myBgColor { background-color: #89829E; }

<div style="background-color:#89829E">Inner text</div>

This div background color is #89829E.

Border color

.myBorderColor { border: 1px solid #89829E; }

<div style="border:3px solid #89829E">Div</div>

This div border color is #89829E.

Opacity

.myOpacity80 { color: #89829E; opacity: 0.8; }

<p style="color:#89829E;opacity:0.8;">80%</p>

Text with #89829E 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 #89829E;}

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

This text has shadow with #89829E color.


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

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

This text has shadow with #89829E primary color and red secondary color.


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

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

This text has shadow with #89829E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #89829E.

Preview

Color preview on black background

This text has color #89829E on black background.


Color preview on white background

This text has color #89829E on white background.


Black color preview on #89829E background

This text has black color on #89829E background.


White color preview on #89829E background

This text has white color on #89829E background.


Related colors

Complementary color

Complementary color for #hex is #767D61.


I love getcolorcode.com

Triadic colors

1 #9E8982 and #829E89 with #89829E are triadic colors.

2 #9E8289 and #82899E with #89829E are triadic colors.