COLOR #898694

HEX: #898694
RGB: (137,134,148)

Color info

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

RGB color model

#898694 color RGB value is (137,134,148).

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

RGB channels and saturation

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

137
134
148

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

Portions of RGB colors in percentages

R + G + B =
137 + 134 + 148 = 419 (100%)
R 137 of 419 ~ 32.7%
G 134 of 419 ~ 31.98%
B 148 of 419 ~ 35.32%

%32.7
%31.98
%35.32

CMYK color model

#898694 color CMYK value is (7,9,0,42).

  • cyan value is 7.43%
  • magenta value is 9.46%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(7,9,0,42)
C7M9Y0K42 
(7%,9%,0%,42%)
(0.07/0.09/0.00/0.42)	

CMYK percentages

%7.43
%9.46
%0
%41.96

Codes

Color #898694 in popluar color models

898694
RGB137134148
HSL253°6.14%55.29%
HSB/HSV253°9.46%58.04%
CMYK7.43%9.46%0.00%
41.96%

Color #898694 in popluar number systems.

HEX898694
Decimal137134148
Binary100010011000011010010100
Octal211206224

Shades and tints

Shades of #898694

#898694
(137,134,148)
#7D7A87
(125,122,135)
#716E7A
(113,110,122)
#65626D
(101,98,109)
#595660
(89,86,96)
#4D4A53
(77,74,83)
#413E46
(65,62,70)
#353239
(53,50,57)
#29262C
(41,38,44)
#1D1A1F
(29,26,31)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #898694

#898694
(137,134,148)
#93919D
(147,145,157)
#9D9CA6
(157,156,166)
#A7A7AF
(167,167,175)
#B1B2B8
(177,178,184)
#BBBDC1
(187,189,193)
#C5C8CA
(197,200,202)
#CFD3D3
(207,211,211)
#D9DEDC
(217,222,220)
#E3E9E5
(227,233,229)
#EDF4EE
(237,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898694; }

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

This text font color is #898694.


Background Color

.myBgColor { background-color: #898694; }

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

This div background color is #898694.


Border color

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

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

This div border color is #898694.


Opacity

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

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

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

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

This text has shadow with #898694 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898694 on black background.


Color preview on white background

This text has color #898694 on white background.



Black color preview on #898694 background

This text has black color on #898694 background.


White color preview on #898694 background

This text has white color on #898694 background.