COLOR #899D6B

HEX: #899D6B
RGB: (137,157,107)

Color info

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

RGB color model

#899D6B color RGB value is (137,157,107).

  • red value is 137;
  • green value is 157;
  • blue value is 107.
RGB:
(137,157,107)
(54%,62%,42%)

RGB channels and saturation

R 137 of 255 = 54%
G 157 of 255 = 62%
B 107 of 255 = 42%

137
157
107

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

Portions of RGB colors in percentages

R + G + B =
137 + 157 + 107 = 401 (100%)
R 137 of 401 ~ 34.16%
G 157 of 401 ~ 39.15%
B 107 of 401 ~ 26.68%

%34.16
%39.15
%26.68

CMYK color model

#899D6B color CMYK value is (13,0,32,38).

  • cyan value is 12.74%
  • magenta value is 0.00%
  • yellow value is 31.85%
  • key color value is 38.43%
CMYK:
(13,0,32,38)
C13M0Y32K38 
(13%,0%,32%,38%)
(0.13/0.00/0.32/0.38)	

CMYK percentages

%12.74
%0
%31.85
%38.43

Codes

Color #899D6B in popluar color models

899D6B
RGB137157107
HSL84°20.33%51.76%
HSB/HSV84°31.85%61.57%
CMYK12.74%0.00%31.85%
38.43%

Color #899D6B in popluar number systems.

HEX899D6B
Decimal137157107
Binary10001001100111011101011
Octal211235153

Shades and tints

Shades of #899D6B

#899D6B
(137,157,107)
#7D8F62
(125,143,98)
#718159
(113,129,89)
#657350
(101,115,80)
#596547
(89,101,71)
#4D573E
(77,87,62)
#414935
(65,73,53)
#353B2C
(53,59,44)
#292D23
(41,45,35)
#1D1F1A
(29,31,26)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #899D6B

#899D6B
(137,157,107)
#93A578
(147,165,120)
#9DAD85
(157,173,133)
#A7B592
(167,181,146)
#B1BD9F
(177,189,159)
#BBC5AC
(187,197,172)
#C5CDB9
(197,205,185)
#CFD5C6
(207,213,198)
#D9DDD3
(217,221,211)
#E3E5E0
(227,229,224)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #899D6B color. Also use rgb(137,157,107) instead hex code.

Text Font Color

.myTextColor { color: #899D6B; }

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

This text font color is #899D6B.


Background Color

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

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

This div background color is #899D6B.


Border color

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

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

This div border color is #899D6B.


Opacity

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

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

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

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

This text has shadow with #899D6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899D6B on black background.


Color preview on white background

This text has color #899D6B on white background.



Black color preview on #899D6B background

This text has black color on #899D6B background.


White color preview on #899D6B background

This text has white color on #899D6B background.