COLOR #89828D

HEX: #89828D RGB: (137,130,141)

Color info

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

RGB color model

#89828D color RGB value is (137,130,141).

RGB: (137,130,141) (54%, 51%, 55%)

RGB channels and saturation

R 137 of 255 = 54%
G 130 of 255 = 51%
B 141 of 255 = 55%

137
130
141

R + G + B ~ 53%. #89828D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 130 + 141 = 408 (100%)
R 137 of 408 ~ 33.58%
G 130 of 408 ~ 31.86%
B 141 of 408 ~ 34.56'%

%33.58
%31.86
%34.56

CMYK color model

#89828D color CMYK value is (3,8,0,45).

  • cyan value is 2.84%
  • magenta value is 7.80%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (3,8,0,45)
C3M8Y0K45 (3%, 8%, 0%, 45%)
(0.03 / 0.08 / 0.00 / 0.45)

CMYK percentages

%2.84
%7.8
%0
%44.71

Codes

Color #89828D in popluar color models

89 82 8D
RGB 137 130 141
HSL 278° 4.60% 53.14%
HSB/HSV 278° 7.80% 55.29%
CMYK 2.84% 7.80% 0.00%
44.71%

Color #89828D in popluar number systems.

HEX 89 82 8D
Decimal 137 130 141
Binary 10001001 10000010 10001101
Octal 211 202 215

Shades and tints

Shades of #89828D

#89828D
(137,130,141)
#7D7781
(125,119,129)
#716C75
(113,108,117)
#656169
(101,97,105)
#59565D
(89,86,93)
#4D4B51
(77,75,81)
#414045
(65,64,69)
#353539
(53,53,57)
#292A2D
(41,42,45)
#1D1F21
(29,31,33)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #89828D

#89828D
(137,130,141)
#938D97
(147,141,151)
#9D98A1
(157,152,161)
#A7A3AB
(167,163,171)
#B1AEB5
(177,174,181)
#BBB9BF
(187,185,191)
#C5C4C9
(197,196,201)
#CFCFD3
(207,207,211)
#D9DADD
(217,218,221)
#E3E5E7
(227,229,231)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89828D color. Also use rgb(137,130,141) instead hex code.

Text Font Color

.myTextColor { color: #89828D; }

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

This text font color is #89828D.

Background Color

.myBgColor { background-color: #89828D; }

<div style="background-color:#89828D">Inner text</div>

This div background color is #89828D.

Border color

.myBorderColor { border: 1px solid #89828D; }

<div style="border:3px solid #89828D">Div</div>

This div border color is #89828D.

Opacity

.myOpacity80 { color: #89828D; opacity: 0.8; }

<p style="color:#89828D;opacity:0.8;">80%</p>

Text with #89828D 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 #89828D;}

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

This text has shadow with #89828D color.


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

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

This text has shadow with #89828D primary color and red secondary color.


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

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

This text has shadow with #89828D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #89828D.

Preview

Color preview on black background

This text has color #89828D on black background.


Color preview on white background

This text has color #89828D on white background.


Black color preview on #89828D background

This text has black color on #89828D background.


White color preview on #89828D background

This text has white color on #89828D background.


Related colors

Complementary color

Complementary color for #hex is #767D72.


I love getcolorcode.com

Triadic colors

1 #8D8982 and #828D89 with #89828D are triadic colors.

2 #8D8289 and #82898D with #89828D are triadic colors.