COLOR #898686

HEX: #898686
RGB: (137,134,134)

Color info

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

RGB color model

#898686 color RGB value is (137,134,134).

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

RGB channels and saturation

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

137
134
134

R + G + B ~ 53%. #898686 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 134 + 134 = 405 (100%)
R 137 of 405 ~ 33.83%
G 134 of 405 ~ 33.09%
B 134 of 405 ~ 33.09%

%33.83
%33.09
%33.09

CMYK color model

#898686 color CMYK value is (0,2,2,46).

  • cyan value is 0.00%
  • magenta value is 2.19%
  • yellow value is 2.19%
  • key color value is 46.27%
CMYK:
(0,2,2,46)
C0M2Y2K46 
(0%,2%,2%,46%)
(0.00/0.02/0.02/0.46)	

CMYK percentages

%0
%2.19
%2.19
%46.27

Codes

Color #898686 in popluar color models

898686
RGB137134134
HSL1.26%53.14%
HSB/HSV2.19%53.73%
CMYK0.00%2.19%2.19%
46.27%

Color #898686 in popluar number systems.

HEX898686
Decimal137134134
Binary100010011000011010000110
Octal211206206

Shades and tints

Shades of #898686

#898686
(137,134,134)
#7D7A7A
(125,122,122)
#716E6E
(113,110,110)
#656262
(101,98,98)
#595656
(89,86,86)
#4D4A4A
(77,74,74)
#413E3E
(65,62,62)
#353232
(53,50,50)
#292626
(41,38,38)
#1D1A1A
(29,26,26)
#110E0E
(17,14,14)
#000000
(0,0,0)

Tints of #898686

#898686
(137,134,134)
#939191
(147,145,145)
#9D9C9C
(157,156,156)
#A7A7A7
(167,167,167)
#B1B2B2
(177,178,178)
#BBBDBD
(187,189,189)
#C5C8C8
(197,200,200)
#CFD3D3
(207,211,211)
#D9DEDE
(217,222,222)
#E3E9E9
(227,233,233)
#EDF4F4
(237,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898686; }

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

This text font color is #898686.


Background Color

.myBgColor { background-color: #898686; }

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

This div background color is #898686.


Border color

.myBorderColor { border: 1px solid #898686; }

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

This div border color is #898686.


Opacity

.myOpacity80 { color: #898686; opacity: 0.8; }

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

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

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

This text has shadow with #898686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898686 on black background.


Color preview on white background

This text has color #898686 on white background.



Black color preview on #898686 background

This text has black color on #898686 background.


White color preview on #898686 background

This text has white color on #898686 background.