COLOR #899C9F

HEX: #899C9F
RGB: (137,156,159)

Color info

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

RGB color model

#899C9F color RGB value is (137,156,159).

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

RGB channels and saturation

R 137 of 255 = 54%
G 156 of 255 = 61%
B 159 of 255 = 62%

137
156
159

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

Portions of RGB colors in percentages

R + G + B =
137 + 156 + 159 = 452 (100%)
R 137 of 452 ~ 30.31%
G 156 of 452 ~ 34.51%
B 159 of 452 ~ 35.18%

%30.31
%34.51
%35.18

CMYK color model

#899C9F color CMYK value is (14,2,0,38).

  • cyan value is 13.84%
  • magenta value is 1.89%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(14,2,0,38)
C14M2Y0K38 
(14%,2%,0%,38%)
(0.14/0.02/0.00/0.38)	

CMYK percentages

%13.84
%1.89
%0
%37.65

Codes

Color #899C9F in popluar color models

899C9F
RGB137156159
HSL188°10.28%58.04%
HSB/HSV188°13.84%62.35%
CMYK13.84%1.89%0.00%
37.65%

Color #899C9F in popluar number systems.

HEX899C9F
Decimal137156159
Binary100010011001110010011111
Octal211234237

Shades and tints

Shades of #899C9F

#899C9F
(137,156,159)
#7D8E91
(125,142,145)
#718083
(113,128,131)
#657275
(101,114,117)
#596467
(89,100,103)
#4D5659
(77,86,89)
#41484B
(65,72,75)
#353A3D
(53,58,61)
#292C2F
(41,44,47)
#1D1E21
(29,30,33)
#111013
(17,16,19)
#000000
(0,0,0)

Tints of #899C9F

#899C9F
(137,156,159)
#93A5A7
(147,165,167)
#9DAEAF
(157,174,175)
#A7B7B7
(167,183,183)
#B1C0BF
(177,192,191)
#BBC9C7
(187,201,199)
#C5D2CF
(197,210,207)
#CFDBD7
(207,219,215)
#D9E4DF
(217,228,223)
#E3EDE7
(227,237,231)
#EDF6EF
(237,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899C9F; }

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

This text font color is #899C9F.


Background Color

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

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

This div background color is #899C9F.


Border color

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

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

This div border color is #899C9F.


Opacity

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

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

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

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

This text has shadow with #899C9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899C9F on black background.


Color preview on white background

This text has color #899C9F on white background.



Black color preview on #899C9F background

This text has black color on #899C9F background.


White color preview on #899C9F background

This text has white color on #899C9F background.