COLOR #898A8D

HEX: #898A8D RGB: (137,138,141)

Color info

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

RGB color model

#898A8D color RGB value is (137,138,141).

RGB: (137,138,141) (54%, 54%, 55%)

RGB channels and saturation

R 137 of 255 = 54%
G 138 of 255 = 54%
B 141 of 255 = 55%

137
138
141

R + G + B ~ 54%. #898A8D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 138 + 141 = 416 (100%)
R 137 of 416 ~ 32.93%
G 138 of 416 ~ 33.17%
B 141 of 416 ~ 33.89'%

%32.93
%33.17
%33.89

CMYK color model

#898A8D color CMYK value is (3,2,0,45).

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

CMYK: (3,2,0,45)
C3M2Y0K45 (3%, 2%, 0%, 45%)
(0.03 / 0.02 / 0.00 / 0.45)

CMYK percentages

%2.84
%2.13
%0
%44.71

Codes

Color #898A8D in popluar color models

89 8A 8D
RGB 137 138 141
HSL 225° 1.72% 54.51%
HSB/HSV 225° 2.84% 55.29%
CMYK 2.84% 2.13% 0.00%
44.71%

Color #898A8D in popluar number systems.

HEX 89 8A 8D
Decimal 137 138 141
Binary 10001001 10001010 10001101
Octal 211 212 215

Shades and tints

Shades of #898A8D

#898A8D
(137,138,141)
#7D7E81
(125,126,129)
#717275
(113,114,117)
#656669
(101,102,105)
#595A5D
(89,90,93)
#4D4E51
(77,78,81)
#414245
(65,66,69)
#353639
(53,54,57)
#292A2D
(41,42,45)
#1D1E21
(29,30,33)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #898A8D

#898A8D
(137,138,141)
#939497
(147,148,151)
#9D9EA1
(157,158,161)
#A7A8AB
(167,168,171)
#B1B2B5
(177,178,181)
#BBBCBF
(187,188,191)
#C5C6C9
(197,198,201)
#CFD0D3
(207,208,211)
#D9DADD
(217,218,221)
#E3E4E7
(227,228,231)
#EDEEF1
(237,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #898A8D color. Also use rgb(137,138,141) instead hex code.

Text Font Color

.myTextColor { color: #898A8D; }

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

This text font color is #898A8D.

Background Color

.myBgColor { background-color: #898A8D; }

<div style="background-color:#898A8D">Inner text</div>

This div background color is #898A8D.

Border color

.myBorderColor { border: 1px solid #898A8D; }

<div style="border:3px solid #898A8D">Div</div>

This div border color is #898A8D.

Opacity

.myOpacity80 { color: #898A8D; opacity: 0.8; }

<p style="color:#898A8D;opacity:0.8;">80%</p>

Text with #898A8D 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 #898A8D;}

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

This text has shadow with #898A8D color.


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

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

This text has shadow with #898A8D primary color and red secondary color.


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

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

This text has shadow with #898A8D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #898A8D.

Preview

Color preview on black background

This text has color #898A8D on black background.


Color preview on white background

This text has color #898A8D on white background.


Black color preview on #898A8D background

This text has black color on #898A8D background.


White color preview on #898A8D background

This text has white color on #898A8D background.


Related colors

Complementary color

Complementary color for #hex is #767572.


I love getcolorcode.com

Triadic colors

1 #8D898A and #8A8D89 with #898A8D are triadic colors.

2 #8D8A89 and #8A898D with #898A8D are triadic colors.