COLOR #899893

HEX: #899893
RGB: (137,152,147)

Color info

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

RGB color model

#899893 color RGB value is (137,152,147).

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

RGB channels and saturation

R 137 of 255 = 54%
G 152 of 255 = 60%
B 147 of 255 = 58%

137
152
147

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

Portions of RGB colors in percentages

R + G + B =
137 + 152 + 147 = 436 (100%)
R 137 of 436 ~ 31.42%
G 152 of 436 ~ 34.86%
B 147 of 436 ~ 33.72%

%31.42
%34.86
%33.72

CMYK color model

#899893 color CMYK value is (10,0,3,40).

  • cyan value is 9.87%
  • magenta value is 0.00%
  • yellow value is 3.29%
  • key color value is 40.39%
CMYK:
(10,0,3,40)
C10M0Y3K40 
(10%,0%,3%,40%)
(0.10/0.00/0.03/0.40)	

CMYK percentages

%9.87
%0
%3.29
%40.39

Codes

Color #899893 in popluar color models

899893
RGB137152147
HSL160°6.79%56.67%
HSB/HSV160°9.87%59.61%
CMYK9.87%0.00%3.29%
40.39%

Color #899893 in popluar number systems.

HEX899893
Decimal137152147
Binary100010011001100010010011
Octal211230223

Shades and tints

Shades of #899893

#899893
(137,152,147)
#7D8B86
(125,139,134)
#717E79
(113,126,121)
#65716C
(101,113,108)
#59645F
(89,100,95)
#4D5752
(77,87,82)
#414A45
(65,74,69)
#353D38
(53,61,56)
#29302B
(41,48,43)
#1D231E
(29,35,30)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #899893

#899893
(137,152,147)
#93A19C
(147,161,156)
#9DAAA5
(157,170,165)
#A7B3AE
(167,179,174)
#B1BCB7
(177,188,183)
#BBC5C0
(187,197,192)
#C5CEC9
(197,206,201)
#CFD7D2
(207,215,210)
#D9E0DB
(217,224,219)
#E3E9E4
(227,233,228)
#EDF2ED
(237,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899893; }

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

This text font color is #899893.


Background Color

.myBgColor { background-color: #899893; }

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

This div background color is #899893.


Border color

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

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

This div border color is #899893.


Opacity

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

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

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

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

This text has shadow with #899893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899893 on black background.


Color preview on white background

This text has color #899893 on white background.



Black color preview on #899893 background

This text has black color on #899893 background.


White color preview on #899893 background

This text has white color on #899893 background.