COLOR #898B86

HEX: #898B86
RGB: (137,139,134)

Color info

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

RGB color model

#898B86 color RGB value is (137,139,134).

  • red value is 137;
  • green value is 139;
  • blue value is 134.
RGB:
(137,139,134)
(54%,55%,53%)

RGB channels and saturation

R 137 of 255 = 54%
G 139 of 255 = 55%
B 134 of 255 = 53%

137
139
134

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

Portions of RGB colors in percentages

R + G + B =
137 + 139 + 134 = 410 (100%)
R 137 of 410 ~ 33.41%
G 139 of 410 ~ 33.9%
B 134 of 410 ~ 32.68%

%33.41
%33.9
%32.68

CMYK color model

#898B86 color CMYK value is (1,0,4,45).

  • cyan value is 1.44%
  • magenta value is 0.00%
  • yellow value is 3.60%
  • key color value is 45.49%
CMYK:
(1,0,4,45)
C1M0Y4K45 
(1%,0%,4%,45%)
(0.01/0.00/0.04/0.45)	

CMYK percentages

%1.44
%0
%3.6
%45.49

Codes

Color #898B86 in popluar color models

898B86
RGB137139134
HSL84°2.11%53.53%
HSB/HSV84°3.60%54.51%
CMYK1.44%0.00%3.60%
45.49%

Color #898B86 in popluar number systems.

HEX898B86
Decimal137139134
Binary100010011000101110000110
Octal211213206

Shades and tints

Shades of #898B86

#898B86
(137,139,134)
#7D7F7A
(125,127,122)
#71736E
(113,115,110)
#656762
(101,103,98)
#595B56
(89,91,86)
#4D4F4A
(77,79,74)
#41433E
(65,67,62)
#353732
(53,55,50)
#292B26
(41,43,38)
#1D1F1A
(29,31,26)
#11130E
(17,19,14)
#000000
(0,0,0)

Tints of #898B86

#898B86
(137,139,134)
#939591
(147,149,145)
#9D9F9C
(157,159,156)
#A7A9A7
(167,169,167)
#B1B3B2
(177,179,178)
#BBBDBD
(187,189,189)
#C5C7C8
(197,199,200)
#CFD1D3
(207,209,211)
#D9DBDE
(217,219,222)
#E3E5E9
(227,229,233)
#EDEFF4
(237,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #898B86 color. Also use rgb(137,139,134) instead hex code.

Text Font Color

.myTextColor { color: #898B86; }

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

This text font color is #898B86.


Background Color

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

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

This div background color is #898B86.


Border color

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

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

This div border color is #898B86.


Opacity

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

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

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

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

This text has shadow with #898B86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898B86 on black background.


Color preview on white background

This text has color #898B86 on white background.



Black color preview on #898B86 background

This text has black color on #898B86 background.


White color preview on #898B86 background

This text has white color on #898B86 background.