COLOR #898893

HEX: #898893
RGB: (137,136,147)

Color info

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

RGB color model

#898893 color RGB value is (137,136,147).

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

RGB channels and saturation

R 137 of 255 = 54%
G 136 of 255 = 53%
B 147 of 255 = 58%

137
136
147

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

Portions of RGB colors in percentages

R + G + B =
137 + 136 + 147 = 420 (100%)
R 137 of 420 ~ 32.62%
G 136 of 420 ~ 32.38%
B 147 of 420 ~ 35%

%32.62
%32.38
%35

CMYK color model

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

  • cyan value is 6.80%
  • magenta value is 7.48%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(7,7,0,42)
C7M7Y0K42 
(7%,7%,0%,42%)
(0.07/0.07/0.00/0.42)	

CMYK percentages

%6.8
%7.48
%0
%42.35

Codes

Color #898893 in popluar color models

898893
RGB137136147
HSL245°4.85%55.49%
HSB/HSV245°7.48%57.65%
CMYK6.80%7.48%0.00%
42.35%

Color #898893 in popluar number systems.

HEX898893
Decimal137136147
Binary100010011000100010010011
Octal211210223

Shades and tints

Shades of #898893

#898893
(137,136,147)
#7D7C86
(125,124,134)
#717079
(113,112,121)
#65646C
(101,100,108)
#59585F
(89,88,95)
#4D4C52
(77,76,82)
#414045
(65,64,69)
#353438
(53,52,56)
#29282B
(41,40,43)
#1D1C1E
(29,28,30)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #898893

#898893
(137,136,147)
#93929C
(147,146,156)
#9D9CA5
(157,156,165)
#A7A6AE
(167,166,174)
#B1B0B7
(177,176,183)
#BBBAC0
(187,186,192)
#C5C4C9
(197,196,201)
#CFCED2
(207,206,210)
#D9D8DB
(217,216,219)
#E3E2E4
(227,226,228)
#EDECED
(237,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898893; }

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

This text font color is #898893.


Background Color

.myBgColor { background-color: #898893; }

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

This div background color is #898893.


Border color

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

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

This div border color is #898893.


Opacity

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

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

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

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

This text has shadow with #898893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898893 on black background.


Color preview on white background

This text has color #898893 on white background.



Black color preview on #898893 background

This text has black color on #898893 background.


White color preview on #898893 background

This text has white color on #898893 background.