COLOR #898F9A

HEX: #898F9A
RGB: (137,143,154)

Color info

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

RGB color model

#898F9A color RGB value is (137,143,154).

  • red value is 137;
  • green value is 143;
  • blue value is 154.
RGB:
(137,143,154)
(54%,56%,60%)

RGB channels and saturation

R 137 of 255 = 54%
G 143 of 255 = 56%
B 154 of 255 = 60%

137
143
154

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

Portions of RGB colors in percentages

R + G + B =
137 + 143 + 154 = 434 (100%)
R 137 of 434 ~ 31.57%
G 143 of 434 ~ 32.95%
B 154 of 434 ~ 35.48%

%31.57
%32.95
%35.48

CMYK color model

#898F9A color CMYK value is (11,7,0,40).

  • cyan value is 11.04%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(11,7,0,40)
C11M7Y0K40 
(11%,7%,0%,40%)
(0.11/0.07/0.00/0.40)	

CMYK percentages

%11.04
%7.14
%0
%39.61

Codes

Color #898F9A in popluar color models

898F9A
RGB137143154
HSL219°7.76%57.06%
HSB/HSV219°11.04%60.39%
CMYK11.04%7.14%0.00%
39.61%

Color #898F9A in popluar number systems.

HEX898F9A
Decimal137143154
Binary100010011000111110011010
Octal211217232

Shades and tints

Shades of #898F9A

#898F9A
(137,143,154)
#7D828C
(125,130,140)
#71757E
(113,117,126)
#656870
(101,104,112)
#595B62
(89,91,98)
#4D4E54
(77,78,84)
#414146
(65,65,70)
#353438
(53,52,56)
#29272A
(41,39,42)
#1D1A1C
(29,26,28)
#110D0E
(17,13,14)
#000000
(0,0,0)

Tints of #898F9A

#898F9A
(137,143,154)
#9399A3
(147,153,163)
#9DA3AC
(157,163,172)
#A7ADB5
(167,173,181)
#B1B7BE
(177,183,190)
#BBC1C7
(187,193,199)
#C5CBD0
(197,203,208)
#CFD5D9
(207,213,217)
#D9DFE2
(217,223,226)
#E3E9EB
(227,233,235)
#EDF3F4
(237,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #898F9A color. Also use rgb(137,143,154) instead hex code.

Text Font Color

.myTextColor { color: #898F9A; }

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

This text font color is #898F9A.


Background Color

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

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

This div background color is #898F9A.


Border color

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

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

This div border color is #898F9A.


Opacity

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

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

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

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

This text has shadow with #898F9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898F9A on black background.


Color preview on white background

This text has color #898F9A on white background.



Black color preview on #898F9A background

This text has black color on #898F9A background.


White color preview on #898F9A background

This text has white color on #898F9A background.