COLOR #899995

HEX: #899995
RGB: (137,153,149)

Color info

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

RGB color model

#899995 color RGB value is (137,153,149).

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

RGB channels and saturation

R 137 of 255 = 54%
G 153 of 255 = 60%
B 149 of 255 = 58%

137
153
149

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

Portions of RGB colors in percentages

R + G + B =
137 + 153 + 149 = 439 (100%)
R 137 of 439 ~ 31.21%
G 153 of 439 ~ 34.85%
B 149 of 439 ~ 33.94%

%31.21
%34.85
%33.94

CMYK color model

#899995 color CMYK value is (10,0,3,40).

  • cyan value is 10.46%
  • magenta value is 0.00%
  • yellow value is 2.61%
  • key color value is 40.00%
CMYK:
(10,0,3,40)
C10M0Y3K40 
(10%,0%,3%,40%)
(0.10/0.00/0.03/0.40)	

CMYK percentages

%10.46
%0
%2.61
%40

Codes

Color #899995 in popluar color models

899995
RGB137153149
HSL165°7.27%56.86%
HSB/HSV165°10.46%60.00%
CMYK10.46%0.00%2.61%
40.00%

Color #899995 in popluar number systems.

HEX899995
Decimal137153149
Binary100010011001100110010101
Octal211231225

Shades and tints

Shades of #899995

#899995
(137,153,149)
#7D8C88
(125,140,136)
#717F7B
(113,127,123)
#65726E
(101,114,110)
#596561
(89,101,97)
#4D5854
(77,88,84)
#414B47
(65,75,71)
#353E3A
(53,62,58)
#29312D
(41,49,45)
#1D2420
(29,36,32)
#111713
(17,23,19)
#000000
(0,0,0)

Tints of #899995

#899995
(137,153,149)
#93A29E
(147,162,158)
#9DABA7
(157,171,167)
#A7B4B0
(167,180,176)
#B1BDB9
(177,189,185)
#BBC6C2
(187,198,194)
#C5CFCB
(197,207,203)
#CFD8D4
(207,216,212)
#D9E1DD
(217,225,221)
#E3EAE6
(227,234,230)
#EDF3EF
(237,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899995; }

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

This text font color is #899995.


Background Color

.myBgColor { background-color: #899995; }

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

This div background color is #899995.


Border color

.myBorderColor { border: 1px solid #899995; }

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

This div border color is #899995.


Opacity

.myOpacity80 { color: #899995; opacity: 0.8; }

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

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

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

This text has shadow with #899995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899995 on black background.


Color preview on white background

This text has color #899995 on white background.



Black color preview on #899995 background

This text has black color on #899995 background.


White color preview on #899995 background

This text has white color on #899995 background.