COLOR #899C97

HEX: #899C97 RGB: (137,156,151)

Color info

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

RGB color model

#899C97 color RGB value is (137,156,151).

RGB: (137,156,151) (54%, 61%, 59%)

RGB channels and saturation

R 137 of 255 = 54%
G 156 of 255 = 61%
B 151 of 255 = 59%

137
156
151

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

Portions of RGB colors in percentages

R + G + B = 137 + 156 + 151 = 444 (100%)
R 137 of 444 ~ 30.86%
G 156 of 444 ~ 35.14%
B 151 of 444 ~ 34.01'%

%30.86
%35.14
%34.01

CMYK color model

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

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

CMYK: (12,0,3,39)
C12M0Y3K39 (12%, 0%, 3%, 39%)
(0.12 / 0.00 / 0.03 / 0.39)

CMYK percentages

%12.18
%0
%3.21
%38.82

Codes

Color #899C97 in popluar color models

89 9C 97
RGB 137 156 151
HSL 164° 8.76% 57.45%
HSB/HSV 164° 12.18% 61.18%
CMYK 12.18% 0.00% 3.21%
38.82%

Color #899C97 in popluar number systems.

HEX 89 9C 97
Decimal 137 156 151
Binary 10001001 10011100 10010111
Octal 211 234 227

Shades and tints

Shades of #899C97

#899C97
(137,156,151)
#7D8E8A
(125,142,138)
#71807D
(113,128,125)
#657270
(101,114,112)
#596463
(89,100,99)
#4D5656
(77,86,86)
#414849
(65,72,73)
#353A3C
(53,58,60)
#292C2F
(41,44,47)
#1D1E22
(29,30,34)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #899C97

#899C97
(137,156,151)
#93A5A0
(147,165,160)
#9DAEA9
(157,174,169)
#A7B7B2
(167,183,178)
#B1C0BB
(177,192,187)
#BBC9C4
(187,201,196)
#C5D2CD
(197,210,205)
#CFDBD6
(207,219,214)
#D9E4DF
(217,228,223)
#E3EDE8
(227,237,232)
#EDF6F1
(237,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899C97; }

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

This text font color is #899C97.

Background Color

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

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

This div background color is #899C97.

Border color

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

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

This div border color is #899C97.

Opacity

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

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

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

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

This text has shadow with #899C97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #899C97.

Preview

Color preview on black background

This text has color #899C97 on black background.


Color preview on white background

This text has color #899C97 on white background.


Black color preview on #899C97 background

This text has black color on #899C97 background.


White color preview on #899C97 background

This text has white color on #899C97 background.


Related colors

Complementary color

Complementary color for #hex is #766368.


I love getcolorcode.com

Triadic colors

1 #97899C and #9C9789 with #899C97 are triadic colors.

2 #979C89 and #9C8997 with #899C97 are triadic colors.