COLOR #898F91

HEX: #898F91
RGB: (137,143,145)

Color info

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

RGB color model

#898F91 color RGB value is (137,143,145).

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

RGB channels and saturation

R 137 of 255 = 54%
G 143 of 255 = 56%
B 145 of 255 = 57%

137
143
145

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

Portions of RGB colors in percentages

R + G + B =
137 + 143 + 145 = 425 (100%)
R 137 of 425 ~ 32.24%
G 143 of 425 ~ 33.65%
B 145 of 425 ~ 34.12%

%32.24
%33.65
%34.12

CMYK color model

#898F91 color CMYK value is (6,1,0,43).

  • cyan value is 5.52%
  • magenta value is 1.38%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(6,1,0,43)
C6M1Y0K43 
(6%,1%,0%,43%)
(0.06/0.01/0.00/0.43)	

CMYK percentages

%5.52
%1.38
%0
%43.14

Codes

Color #898F91 in popluar color models

898F91
RGB137143145
HSL195°3.51%55.29%
HSB/HSV195°5.52%56.86%
CMYK5.52%1.38%0.00%
43.14%

Color #898F91 in popluar number systems.

HEX898F91
Decimal137143145
Binary100010011000111110010001
Octal211217221

Shades and tints

Shades of #898F91

#898F91
(137,143,145)
#7D8284
(125,130,132)
#717577
(113,117,119)
#65686A
(101,104,106)
#595B5D
(89,91,93)
#4D4E50
(77,78,80)
#414143
(65,65,67)
#353436
(53,52,54)
#292729
(41,39,41)
#1D1A1C
(29,26,28)
#110D0F
(17,13,15)
#000000
(0,0,0)

Tints of #898F91

#898F91
(137,143,145)
#93999B
(147,153,155)
#9DA3A5
(157,163,165)
#A7ADAF
(167,173,175)
#B1B7B9
(177,183,185)
#BBC1C3
(187,193,195)
#C5CBCD
(197,203,205)
#CFD5D7
(207,213,215)
#D9DFE1
(217,223,225)
#E3E9EB
(227,233,235)
#EDF3F5
(237,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898F91; }

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

This text font color is #898F91.


Background Color

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

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

This div background color is #898F91.


Border color

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

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

This div border color is #898F91.


Opacity

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

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

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

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

This text has shadow with #898F91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898F91 on black background.


Color preview on white background

This text has color #898F91 on white background.



Black color preview on #898F91 background

This text has black color on #898F91 background.


White color preview on #898F91 background

This text has white color on #898F91 background.