COLOR #899B8D

HEX: #899B8D
RGB: (137,155,141)

Color info

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

RGB color model

#899B8D color RGB value is (137,155,141).

  • red value is 137;
  • green value is 155;
  • blue value is 141.
RGB:
(137,155,141)
(54%,61%,55%)

RGB channels and saturation

R 137 of 255 = 54%
G 155 of 255 = 61%
B 141 of 255 = 55%

137
155
141

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

Portions of RGB colors in percentages

R + G + B =
137 + 155 + 141 = 433 (100%)
R 137 of 433 ~ 31.64%
G 155 of 433 ~ 35.8%
B 141 of 433 ~ 32.56%

%31.64
%35.8
%32.56

CMYK color model

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

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

CMYK percentages

%11.61
%0
%9.03
%39.22

Codes

Color #899B8D in popluar color models

899B8D
RGB137155141
HSL133°8.26%57.25%
HSB/HSV133°11.61%60.78%
CMYK11.61%0.00%9.03%
39.22%

Color #899B8D in popluar number systems.

HEX899B8D
Decimal137155141
Binary100010011001101110001101
Octal211233215

Shades and tints

Shades of #899B8D

#899B8D
(137,155,141)
#7D8D81
(125,141,129)
#717F75
(113,127,117)
#657169
(101,113,105)
#59635D
(89,99,93)
#4D5551
(77,85,81)
#414745
(65,71,69)
#353939
(53,57,57)
#292B2D
(41,43,45)
#1D1D21
(29,29,33)
#110F15
(17,15,21)
#000000
(0,0,0)

Tints of #899B8D

#899B8D
(137,155,141)
#93A497
(147,164,151)
#9DADA1
(157,173,161)
#A7B6AB
(167,182,171)
#B1BFB5
(177,191,181)
#BBC8BF
(187,200,191)
#C5D1C9
(197,209,201)
#CFDAD3
(207,218,211)
#D9E3DD
(217,227,221)
#E3ECE7
(227,236,231)
#EDF5F1
(237,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #899B8D color. Also use rgb(137,155,141) instead hex code.

Text Font Color

.myTextColor { color: #899B8D; }

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

This text font color is #899B8D.


Background Color

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

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

This div background color is #899B8D.


Border color

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

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

This div border color is #899B8D.


Opacity

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

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

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

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

This text has shadow with #899B8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899B8D on black background.


Color preview on white background

This text has color #899B8D on white background.



Black color preview on #899B8D background

This text has black color on #899B8D background.


White color preview on #899B8D background

This text has white color on #899B8D background.