COLOR #899C95

HEX: #899C95 RGB: (137,156,149)

Color info

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

RGB color model

#899C95 color RGB value is (137,156,149).

RGB: (137,156,149) (54%, 61%, 58%)

RGB channels and saturation

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

137
156
149

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

Portions of RGB colors in percentages

R + G + B = 137 + 156 + 149 = 442 (100%)
R 137 of 442 ~ 31%
G 156 of 442 ~ 35.29%
B 149 of 442 ~ 33.71'%

%31
%35.29
%33.71

CMYK color model

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

  • cyan value is 12.18%
  • magenta value is 0.00%
  • yellow value is 4.49%
  • key color value is 38.82%

CMYK: (12,0,4,39)
C12M0Y4K39 (12%, 0%, 4%, 39%)
(0.12 / 0.00 / 0.04 / 0.39)

CMYK percentages

%12.18
%0
%4.49
%38.82

Codes

Color #899C95 in popluar color models

89 9C 95
RGB 137 156 149
HSL 158° 8.76% 57.45%
HSB/HSV 158° 12.18% 61.18%
CMYK 12.18% 0.00% 4.49%
38.82%

Color #899C95 in popluar number systems.

HEX 89 9C 95
Decimal 137 156 149
Binary 10001001 10011100 10010101
Octal 211 234 225

Shades and tints

Shades of #899C95

#899C95
(137,156,149)
#7D8E88
(125,142,136)
#71807B
(113,128,123)
#65726E
(101,114,110)
#596461
(89,100,97)
#4D5654
(77,86,84)
#414847
(65,72,71)
#353A3A
(53,58,58)
#292C2D
(41,44,45)
#1D1E20
(29,30,32)
#111013
(17,16,19)
#000000
(0,0,0)

Tints of #899C95

#899C95
(137,156,149)
#93A59E
(147,165,158)
#9DAEA7
(157,174,167)
#A7B7B0
(167,183,176)
#B1C0B9
(177,192,185)
#BBC9C2
(187,201,194)
#C5D2CB
(197,210,203)
#CFDBD4
(207,219,212)
#D9E4DD
(217,228,221)
#E3EDE6
(227,237,230)
#EDF6EF
(237,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899C95; }

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

This text font color is #899C95.

Background Color

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

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

This div background color is #899C95.

Border color

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

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

This div border color is #899C95.

Opacity

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

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

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

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

This text has shadow with #899C95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #899C95.

Preview

Color preview on black background

This text has color #899C95 on black background.


Color preview on white background

This text has color #899C95 on white background.


Black color preview on #899C95 background

This text has black color on #899C95 background.


White color preview on #899C95 background

This text has white color on #899C95 background.


Related colors

Complementary color

Complementary color for #hex is #76636A.


I love getcolorcode.com

Triadic colors

1 #95899C and #9C9589 with #899C95 are triadic colors.

2 #959C89 and #9C8995 with #899C95 are triadic colors.