COLOR #899C80

HEX: #899C80 RGB: (137,156,128)

Color info

#899C80 contains red, green and blue colors in about the same proportion. Web safe color of #899C80 is #999966 (or #996).

RGB color model

#899C80 color RGB value is (137,156,128).

RGB: (137,156,128) (54%, 61%, 50%)

RGB channels and saturation

R 137 of 255 = 54%
G 156 of 255 = 61%
B 128 of 255 = 50%

137
156
128

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

Portions of RGB colors in percentages

R + G + B = 137 + 156 + 128 = 421 (100%)
R 137 of 421 ~ 32.54%
G 156 of 421 ~ 37.05%
B 128 of 421 ~ 30.4'%

%32.54
%37.05
%30.4

CMYK color model

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

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

CMYK: (12,0,18,39)
C12M0Y18K39 (12%, 0%, 18%, 39%)
(0.12 / 0.00 / 0.18 / 0.39)

CMYK percentages

%12.18
%0
%17.95
%38.82

Codes

Color #899C80 in popluar color models

89 9C 80
RGB 137 156 128
HSL 101° 12.39% 55.69%
HSB/HSV 101° 17.95% 61.18%
CMYK 12.18% 0.00% 17.95%
38.82%

Color #899C80 in popluar number systems.

HEX 89 9C 80
Decimal 137 156 128
Binary 10001001 10011100 10000000
Octal 211 234 200

Shades and tints

Shades of #899C80

#899C80
(137,156,128)
#7D8E75
(125,142,117)
#71806A
(113,128,106)
#65725F
(101,114,95)
#596454
(89,100,84)
#4D5649
(77,86,73)
#41483E
(65,72,62)
#353A33
(53,58,51)
#292C28
(41,44,40)
#1D1E1D
(29,30,29)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #899C80

#899C80
(137,156,128)
#93A58B
(147,165,139)
#9DAE96
(157,174,150)
#A7B7A1
(167,183,161)
#B1C0AC
(177,192,172)
#BBC9B7
(187,201,183)
#C5D2C2
(197,210,194)
#CFDBCD
(207,219,205)
#D9E4D8
(217,228,216)
#E3EDE3
(227,237,227)
#EDF6EE
(237,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899C80; }

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

This text font color is #899C80.

Background Color

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

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

This div background color is #899C80.

Border color

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

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

This div border color is #899C80.

Opacity

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

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

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

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

This text has shadow with #899C80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #899C80.

Preview

Color preview on black background

This text has color #899C80 on black background.


Color preview on white background

This text has color #899C80 on white background.


Black color preview on #899C80 background

This text has black color on #899C80 background.


White color preview on #899C80 background

This text has white color on #899C80 background.


Related colors

Complementary color

Complementary color for #hex is #76637F.


I love getcolorcode.com

Triadic colors

1 #80899C and #9C8089 with #899C80 are triadic colors.

2 #809C89 and #9C8980 with #899C80 are triadic colors.