COLOR #898C96

HEX: #898C96 RGB: (137,140,150)

Color info

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

RGB color model

#898C96 color RGB value is (137,140,150).

RGB: (137,140,150) (54%, 55%, 59%)

RGB channels and saturation

R 137 of 255 = 54%
G 140 of 255 = 55%
B 150 of 255 = 59%

137
140
150

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

Portions of RGB colors in percentages

R + G + B = 137 + 140 + 150 = 427 (100%)
R 137 of 427 ~ 32.08%
G 140 of 427 ~ 32.79%
B 150 of 427 ~ 35.13'%

%32.08
%32.79
%35.13

CMYK color model

#898C96 color CMYK value is (9,7,0,41).

  • cyan value is 8.67%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK: (9,7,0,41) C9M7Y0K41 (9%,7%,0%,41%) (0.09/0.07/0.00/0.41) 

CMYK percentages

%8.67
%6.67
%0
%41.18

Codes

Color #898C96 in popluar color models

89 8C 96
RGB 137 140 150
HSL 226° 5.83% 56.27%
HSB/HSV 226° 8.67% 58.82%
CMYK 8.67% 6.67% 0.00%
41.18%

Color #898C96 in popluar number systems.

HEX 89 8C 96
Decimal 137 140 150
Binary 10001001 10001100 10010110
Octal 211 214 226

Shades and tints

Shades of #898C96

#898C96
(137,140,150)
#7D8089
(125,128,137)
#71747C
(113,116,124)
#65686F
(101,104,111)
#595C62
(89,92,98)
#4D5055
(77,80,85)
#414448
(65,68,72)
#35383B
(53,56,59)
#292C2E
(41,44,46)
#1D2021
(29,32,33)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #898C96

#898C96
(137,140,150)
#93969F
(147,150,159)
#9DA0A8
(157,160,168)
#A7AAB1
(167,170,177)
#B1B4BA
(177,180,186)
#BBBEC3
(187,190,195)
#C5C8CC
(197,200,204)
#CFD2D5
(207,210,213)
#D9DCDE
(217,220,222)
#E3E6E7
(227,230,231)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #898C96 color. Also use rgb(137,140,150) instead hex code.

Text Font Color

.myTextColor { color: #898C96; }

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

This text font color is #898C96.

Background Color

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

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

This div background color is #898C96.

Border color

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

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

This div border color is #898C96.

Opacity

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

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

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

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

This text has shadow with #898C96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #898C96.

Preview

Color preview on black background

This text has color #898C96 on black background.


Color preview on white background

This text has color #898C96 on white background.


Black color preview on #898C96 background

This text has black color on #898C96 background.


White color preview on #898C96 background

This text has white color on #898C96 background.


Related colors

Complementary color

Complementary color for #hex is #767369.


I love getcolorcode.com

Triadic colors

1 #96898C and #8C9689 with #898C96 are triadic colors.

2 #968C89 and #8C8996 with #898C96 are triadic colors.