COLOR #898193

HEX: #898193
RGB: (137,129,147)

Color info

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

RGB color model

#898193 color RGB value is (137,129,147).

  • red value is 137;
  • green value is 129;
  • blue value is 147.
RGB:
(137,129,147)
(54%,51%,58%)

RGB channels and saturation

R 137 of 255 = 54%
G 129 of 255 = 51%
B 147 of 255 = 58%

137
129
147

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

Portions of RGB colors in percentages

R + G + B =
137 + 129 + 147 = 413 (100%)
R 137 of 413 ~ 33.17%
G 129 of 413 ~ 31.23%
B 147 of 413 ~ 35.59%

%33.17
%31.23
%35.59

CMYK color model

#898193 color CMYK value is (7,12,0,42).

  • cyan value is 6.80%
  • magenta value is 12.24%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(7,12,0,42)
C7M12Y0K42 
(7%,12%,0%,42%)
(0.07/0.12/0.00/0.42)	

CMYK percentages

%6.8
%12.24
%0
%42.35

Codes

Color #898193 in popluar color models

898193
RGB137129147
HSL267°7.69%54.12%
HSB/HSV267°12.24%57.65%
CMYK6.80%12.24%0.00%
42.35%

Color #898193 in popluar number systems.

HEX898193
Decimal137129147
Binary100010011000000110010011
Octal211201223

Shades and tints

Shades of #898193

#898193
(137,129,147)
#7D7686
(125,118,134)
#716B79
(113,107,121)
#65606C
(101,96,108)
#59555F
(89,85,95)
#4D4A52
(77,74,82)
#413F45
(65,63,69)
#353438
(53,52,56)
#29292B
(41,41,43)
#1D1E1E
(29,30,30)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #898193

#898193
(137,129,147)
#938C9C
(147,140,156)
#9D97A5
(157,151,165)
#A7A2AE
(167,162,174)
#B1ADB7
(177,173,183)
#BBB8C0
(187,184,192)
#C5C3C9
(197,195,201)
#CFCED2
(207,206,210)
#D9D9DB
(217,217,219)
#E3E4E4
(227,228,228)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898193; }

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

This text font color is #898193.


Background Color

.myBgColor { background-color: #898193; }

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

This div background color is #898193.


Border color

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

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

This div border color is #898193.


Opacity

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

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

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

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

This text has shadow with #898193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898193 on black background.


Color preview on white background

This text has color #898193 on white background.



Black color preview on #898193 background

This text has black color on #898193 background.


White color preview on #898193 background

This text has white color on #898193 background.