COLOR #898685

HEX: #898685
RGB: (137,134,133)

Color info

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

RGB color model

#898685 color RGB value is (137,134,133).

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

RGB channels and saturation

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

137
134
133

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

Portions of RGB colors in percentages

R + G + B =
137 + 134 + 133 = 404 (100%)
R 137 of 404 ~ 33.91%
G 134 of 404 ~ 33.17%
B 133 of 404 ~ 32.92%

%33.91
%33.17
%32.92

CMYK color model

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

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

CMYK percentages

%0
%2.19
%2.92
%46.27

Codes

Color #898685 in popluar color models

898685
RGB137134133
HSL15°1.67%52.94%
HSB/HSV15°2.92%53.73%
CMYK0.00%2.19%2.92%
46.27%

Color #898685 in popluar number systems.

HEX898685
Decimal137134133
Binary100010011000011010000101
Octal211206205

Shades and tints

Shades of #898685

#898685
(137,134,133)
#7D7A79
(125,122,121)
#716E6D
(113,110,109)
#656261
(101,98,97)
#595655
(89,86,85)
#4D4A49
(77,74,73)
#413E3D
(65,62,61)
#353231
(53,50,49)
#292625
(41,38,37)
#1D1A19
(29,26,25)
#110E0D
(17,14,13)
#000000
(0,0,0)

Tints of #898685

#898685
(137,134,133)
#939190
(147,145,144)
#9D9C9B
(157,156,155)
#A7A7A6
(167,167,166)
#B1B2B1
(177,178,177)
#BBBDBC
(187,189,188)
#C5C8C7
(197,200,199)
#CFD3D2
(207,211,210)
#D9DEDD
(217,222,221)
#E3E9E8
(227,233,232)
#EDF4F3
(237,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898685; }

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

This text font color is #898685.


Background Color

.myBgColor { background-color: #898685; }

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

This div background color is #898685.


Border color

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

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

This div border color is #898685.


Opacity

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

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

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

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

This text has shadow with #898685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898685 on black background.


Color preview on white background

This text has color #898685 on white background.



Black color preview on #898685 background

This text has black color on #898685 background.


White color preview on #898685 background

This text has white color on #898685 background.