COLOR #899C8E

HEX: #899C8E
RGB: (137,156,142)

Color info

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

RGB color model

#899C8E color RGB value is (137,156,142).

  • red value is 137;
  • green value is 156;
  • blue value is 142.
RGB:
(137,156,142)
(54%,61%,56%)

RGB channels and saturation

R 137 of 255 = 54%
G 156 of 255 = 61%
B 142 of 255 = 56%

137
156
142

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

Portions of RGB colors in percentages

R + G + B =
137 + 156 + 142 = 435 (100%)
R 137 of 435 ~ 31.49%
G 156 of 435 ~ 35.86%
B 142 of 435 ~ 32.64%

%31.49
%35.86
%32.64

CMYK color model

#899C8E color CMYK value is (12,0,9,39).

  • cyan value is 12.18%
  • magenta value is 0.00%
  • yellow value is 8.97%
  • key color value is 38.82%
CMYK:
(12,0,9,39)
C12M0Y9K39 
(12%,0%,9%,39%)
(0.12/0.00/0.09/0.39)	

CMYK percentages

%12.18
%0
%8.97
%38.82

Codes

Color #899C8E in popluar color models

899C8E
RGB137156142
HSL136°8.76%57.45%
HSB/HSV136°12.18%61.18%
CMYK12.18%0.00%8.97%
38.82%

Color #899C8E in popluar number systems.

HEX899C8E
Decimal137156142
Binary100010011001110010001110
Octal211234216

Shades and tints

Shades of #899C8E

#899C8E
(137,156,142)
#7D8E82
(125,142,130)
#718076
(113,128,118)
#65726A
(101,114,106)
#59645E
(89,100,94)
#4D5652
(77,86,82)
#414846
(65,72,70)
#353A3A
(53,58,58)
#292C2E
(41,44,46)
#1D1E22
(29,30,34)
#111016
(17,16,22)
#000000
(0,0,0)

Tints of #899C8E

#899C8E
(137,156,142)
#93A598
(147,165,152)
#9DAEA2
(157,174,162)
#A7B7AC
(167,183,172)
#B1C0B6
(177,192,182)
#BBC9C0
(187,201,192)
#C5D2CA
(197,210,202)
#CFDBD4
(207,219,212)
#D9E4DE
(217,228,222)
#E3EDE8
(227,237,232)
#EDF6F2
(237,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #899C8E color. Also use rgb(137,156,142) instead hex code.

Text Font Color

.myTextColor { color: #899C8E; }

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

This text font color is #899C8E.


Background Color

.myBgColor { background-color: #899C8E; }

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

This div background color is #899C8E.


Border color

.myBorderColor { border: 1px solid #899C8E; }

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

This div border color is #899C8E.


Opacity

.myOpacity80 { color: #899C8E; opacity: 0.8; }

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

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

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

This text has shadow with #899C8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899C8E on black background.


Color preview on white background

This text has color #899C8E on white background.



Black color preview on #899C8E background

This text has black color on #899C8E background.


White color preview on #899C8E background

This text has white color on #899C8E background.