COLOR #899F82

HEX: #899F82 RGB: (137,159,130)

Color info

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

RGB color model

#899F82 color RGB value is (137,159,130).

RGB: (137,159,130) (54%, 62%, 51%)

RGB channels and saturation

R 137 of 255 = 54%
G 159 of 255 = 62%
B 130 of 255 = 51%

137
159
130

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

Portions of RGB colors in percentages

R + G + B = 137 + 159 + 130 = 426 (100%)
R 137 of 426 ~ 32.16%
G 159 of 426 ~ 37.32%
B 130 of 426 ~ 30.52'%

%32.16
%37.32
%30.52

CMYK color model

#899F82 color CMYK value is (14,0,18,38).

  • cyan value is 13.84%
  • magenta value is 0.00%
  • yellow value is 18.24%
  • key color value is 37.65%

CMYK: (14,0,18,38)
C14M0Y18K38 (14%, 0%, 18%, 38%)
(0.14 / 0.00 / 0.18 / 0.38)

CMYK percentages

%13.84
%0
%18.24
%37.65

Codes

Color #899F82 in popluar color models

89 9F 82
RGB 137 159 130
HSL 106° 13.12% 56.67%
HSB/HSV 106° 18.24% 62.35%
CMYK 13.84% 0.00% 18.24%
37.65%

Color #899F82 in popluar number systems.

HEX 89 9F 82
Decimal 137 159 130
Binary 10001001 10011111 10000010
Octal 211 237 202

Shades and tints

Shades of #899F82

#899F82
(137,159,130)
#7D9177
(125,145,119)
#71836C
(113,131,108)
#657561
(101,117,97)
#596756
(89,103,86)
#4D594B
(77,89,75)
#414B40
(65,75,64)
#353D35
(53,61,53)
#292F2A
(41,47,42)
#1D211F
(29,33,31)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #899F82

#899F82
(137,159,130)
#93A78D
(147,167,141)
#9DAF98
(157,175,152)
#A7B7A3
(167,183,163)
#B1BFAE
(177,191,174)
#BBC7B9
(187,199,185)
#C5CFC4
(197,207,196)
#CFD7CF
(207,215,207)
#D9DFDA
(217,223,218)
#E3E7E5
(227,231,229)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #899F82 color. Also use rgb(137,159,130) instead hex code.

Text Font Color

.myTextColor { color: #899F82; }

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

This text font color is #899F82.

Background Color

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

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

This div background color is #899F82.

Border color

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

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

This div border color is #899F82.

Opacity

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

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

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

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

This text has shadow with #899F82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #899F82.

Preview

Color preview on black background

This text has color #899F82 on black background.


Color preview on white background

This text has color #899F82 on white background.


Black color preview on #899F82 background

This text has black color on #899F82 background.


White color preview on #899F82 background

This text has white color on #899F82 background.


Related colors

Complementary color

Complementary color for #hex is #76607D.


I love getcolorcode.com

Triadic colors

1 #82899F and #9F8289 with #899F82 are triadic colors.

2 #829F89 and #9F8982 with #899F82 are triadic colors.