COLOR #898D9C

HEX: #898D9C RGB: (137,141,156)

Color info

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

RGB color model

#898D9C color RGB value is (137,141,156).

RGB: (137,141,156) (54%, 55%, 61%)

RGB channels and saturation

R 137 of 255 = 54%
G 141 of 255 = 55%
B 156 of 255 = 61%

137
141
156

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

Portions of RGB colors in percentages

R + G + B = 137 + 141 + 156 = 434 (100%)
R 137 of 434 ~ 31.57%
G 141 of 434 ~ 32.49%
B 156 of 434 ~ 35.94'%

%31.57
%32.49
%35.94

CMYK color model

#898D9C color CMYK value is (12,10,0,39).

  • cyan value is 12.18%
  • magenta value is 9.62%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK: (12,10,0,39) C12M10Y0K39 (12%,10%,0%,39%) (0.12/0.10/0.00/0.39) 

CMYK percentages

%12.18
%9.62
%0
%38.82

Codes

Color #898D9C in popluar color models

89 8D 9C
RGB 137 141 156
HSL 227° 8.76% 57.45%
HSB/HSV 227° 12.18% 61.18%
CMYK 12.18% 9.62% 0.00%
38.82%

Color #898D9C in popluar number systems.

HEX 89 8D 9C
Decimal 137 141 156
Binary 10001001 10001101 10011100
Octal 211 215 234

Shades and tints

Shades of #898D9C

#898D9C
(137,141,156)
#7D818E
(125,129,142)
#717580
(113,117,128)
#656972
(101,105,114)
#595D64
(89,93,100)
#4D5156
(77,81,86)
#414548
(65,69,72)
#35393A
(53,57,58)
#292D2C
(41,45,44)
#1D211E
(29,33,30)
#111510
(17,21,16)
#000000
(0,0,0)

Tints of #898D9C

#898D9C
(137,141,156)
#9397A5
(147,151,165)
#9DA1AE
(157,161,174)
#A7ABB7
(167,171,183)
#B1B5C0
(177,181,192)
#BBBFC9
(187,191,201)
#C5C9D2
(197,201,210)
#CFD3DB
(207,211,219)
#D9DDE4
(217,221,228)
#E3E7ED
(227,231,237)
#EDF1F6
(237,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898D9C; }

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

This text font color is #898D9C.

Background Color

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

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

This div background color is #898D9C.

Border color

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

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

This div border color is #898D9C.

Opacity

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

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

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

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

This text has shadow with #898D9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #898D9C.

Preview

Color preview on black background

This text has color #898D9C on black background.


Color preview on white background

This text has color #898D9C on white background.


Black color preview on #898D9C background

This text has black color on #898D9C background.


White color preview on #898D9C background

This text has white color on #898D9C background.


Related colors

Complementary color

Complementary color for #hex is #767263.


I love getcolorcode.com

Triadic colors

1 #9C898D and #8D9C89 with #898D9C are triadic colors.

2 #9C8D89 and #8D899C with #898D9C are triadic colors.