COLOR #899D9D

HEX: #899D9D
RGB: (137,157,157)

Color info

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

RGB color model

#899D9D color RGB value is (137,157,157).

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

RGB channels and saturation

R 137 of 255 = 54%
G 157 of 255 = 62%
B 157 of 255 = 62%

137
157
157

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

Portions of RGB colors in percentages

R + G + B =
137 + 157 + 157 = 451 (100%)
R 137 of 451 ~ 30.38%
G 157 of 451 ~ 34.81%
B 157 of 451 ~ 34.81%

%30.38
%34.81
%34.81

CMYK color model

#899D9D color CMYK value is (13,0,0,38).

  • cyan value is 12.74%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(13,0,0,38)
C13M0Y0K38 
(13%,0%,0%,38%)
(0.13/0.00/0.00/0.38)	

CMYK percentages

%12.74
%0
%0
%38.43

Codes

Color #899D9D in popluar color models

899D9D
RGB137157157
HSL180°9.26%57.65%
HSB/HSV180°12.74%61.57%
CMYK12.74%0.00%0.00%
38.43%

Color #899D9D in popluar number systems.

HEX899D9D
Decimal137157157
Binary100010011001110110011101
Octal211235235

Shades and tints

Shades of #899D9D

#899D9D
(137,157,157)
#7D8F8F
(125,143,143)
#718181
(113,129,129)
#657373
(101,115,115)
#596565
(89,101,101)
#4D5757
(77,87,87)
#414949
(65,73,73)
#353B3B
(53,59,59)
#292D2D
(41,45,45)
#1D1F1F
(29,31,31)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #899D9D

#899D9D
(137,157,157)
#93A5A5
(147,165,165)
#9DADAD
(157,173,173)
#A7B5B5
(167,181,181)
#B1BDBD
(177,189,189)
#BBC5C5
(187,197,197)
#C5CDCD
(197,205,205)
#CFD5D5
(207,213,213)
#D9DDDD
(217,221,221)
#E3E5E5
(227,229,229)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899D9D; }

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

This text font color is #899D9D.


Background Color

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

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

This div background color is #899D9D.


Border color

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

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

This div border color is #899D9D.


Opacity

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

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

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

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

This text has shadow with #899D9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899D9D on black background.


Color preview on white background

This text has color #899D9D on white background.



Black color preview on #899D9D background

This text has black color on #899D9D background.


White color preview on #899D9D background

This text has white color on #899D9D background.