COLOR #899B9B

HEX: #899B9B
RGB: (137,155,155)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

137
155
155

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

Portions of RGB colors in percentages

R + G + B =
137 + 155 + 155 = 447 (100%)
R 137 of 447 ~ 30.65%
G 155 of 447 ~ 34.68%
B 155 of 447 ~ 34.68%

%30.65
%34.68
%34.68

CMYK color model

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

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

CMYK percentages

%11.61
%0
%0
%39.22

Codes

Color #899B9B in popluar color models

899B9B
RGB137155155
HSL180°8.26%57.25%
HSB/HSV180°11.61%60.78%
CMYK11.61%0.00%0.00%
39.22%

Color #899B9B in popluar number systems.

HEX899B9B
Decimal137155155
Binary100010011001101110011011
Octal211233233

Shades and tints

Shades of #899B9B

#899B9B
(137,155,155)
#7D8D8D
(125,141,141)
#717F7F
(113,127,127)
#657171
(101,113,113)
#596363
(89,99,99)
#4D5555
(77,85,85)
#414747
(65,71,71)
#353939
(53,57,57)
#292B2B
(41,43,43)
#1D1D1D
(29,29,29)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #899B9B

#899B9B
(137,155,155)
#93A4A4
(147,164,164)
#9DADAD
(157,173,173)
#A7B6B6
(167,182,182)
#B1BFBF
(177,191,191)
#BBC8C8
(187,200,200)
#C5D1D1
(197,209,209)
#CFDADA
(207,218,218)
#D9E3E3
(217,227,227)
#E3ECEC
(227,236,236)
#EDF5F5
(237,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899B9B; }

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

This text font color is #899B9B.


Background Color

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

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

This div background color is #899B9B.


Border color

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

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

This div border color is #899B9B.


Opacity

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

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

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

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

This text has shadow with #899B9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899B9B on black background.


Color preview on white background

This text has color #899B9B on white background.



Black color preview on #899B9B background

This text has black color on #899B9B background.


White color preview on #899B9B background

This text has white color on #899B9B background.