COLOR #899B95

HEX: #899B95
RGB: (137,155,149)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

137
155
149

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

Portions of RGB colors in percentages

R + G + B =
137 + 155 + 149 = 441 (100%)
R 137 of 441 ~ 31.07%
G 155 of 441 ~ 35.15%
B 149 of 441 ~ 33.79%

%31.07
%35.15
%33.79

CMYK color model

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

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

CMYK percentages

%11.61
%0
%3.87
%39.22

Codes

Color #899B95 in popluar color models

899B95
RGB137155149
HSL160°8.26%57.25%
HSB/HSV160°11.61%60.78%
CMYK11.61%0.00%3.87%
39.22%

Color #899B95 in popluar number systems.

HEX899B95
Decimal137155149
Binary100010011001101110010101
Octal211233225

Shades and tints

Shades of #899B95

#899B95
(137,155,149)
#7D8D88
(125,141,136)
#717F7B
(113,127,123)
#65716E
(101,113,110)
#596361
(89,99,97)
#4D5554
(77,85,84)
#414747
(65,71,71)
#35393A
(53,57,58)
#292B2D
(41,43,45)
#1D1D20
(29,29,32)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #899B95

#899B95
(137,155,149)
#93A49E
(147,164,158)
#9DADA7
(157,173,167)
#A7B6B0
(167,182,176)
#B1BFB9
(177,191,185)
#BBC8C2
(187,200,194)
#C5D1CB
(197,209,203)
#CFDAD4
(207,218,212)
#D9E3DD
(217,227,221)
#E3ECE6
(227,236,230)
#EDF5EF
(237,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899B95; }

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

This text font color is #899B95.


Background Color

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

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

This div background color is #899B95.


Border color

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

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

This div border color is #899B95.


Opacity

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

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

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

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

This text has shadow with #899B95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899B95 on black background.


Color preview on white background

This text has color #899B95 on white background.



Black color preview on #899B95 background

This text has black color on #899B95 background.


White color preview on #899B95 background

This text has white color on #899B95 background.