COLOR #899D69

HEX: #899D69 RGB: (137,157,105)

Color info

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

RGB color model

#899D69 color RGB value is (137,157,105).

RGB: (137,157,105) (54%, 62%, 41%)

RGB channels and saturation

R 137 of 255 = 54%
G 157 of 255 = 62%
B 105 of 255 = 41%

137
157
105

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

Portions of RGB colors in percentages

R + G + B = 137 + 157 + 105 = 399 (100%)
R 137 of 399 ~ 34.34%
G 157 of 399 ~ 39.35%
B 105 of 399 ~ 26.32'%

%34.34
%39.35
%26.32

CMYK color model

#899D69 color CMYK value is (13,0,33,38).

  • cyan value is 12.74%
  • magenta value is 0.00%
  • yellow value is 33.12%
  • key color value is 38.43%

CMYK: (13,0,33,38)
C13M0Y33K38 (13%, 0%, 33%, 38%)
(0.13 / 0.00 / 0.33 / 0.38)

CMYK percentages

%12.74
%0
%33.12
%38.43

Codes

Color #899D69 in popluar color models

89 9D 69
RGB 137 157 105
HSL 83° 20.97% 51.37%
HSB/HSV 83° 33.12% 61.57%
CMYK 12.74% 0.00% 33.12%
38.43%

Color #899D69 in popluar number systems.

HEX 89 9D 69
Decimal 137 157 105
Binary 10001001 10011101 1101001
Octal 211 235 151

Shades and tints

Shades of #899D69

#899D69
(137,157,105)
#7D8F60
(125,143,96)
#718157
(113,129,87)
#65734E
(101,115,78)
#596545
(89,101,69)
#4D573C
(77,87,60)
#414933
(65,73,51)
#353B2A
(53,59,42)
#292D21
(41,45,33)
#1D1F18
(29,31,24)
#11110F
(17,17,15)
#000000
(0,0,0)

Tints of #899D69

#899D69
(137,157,105)
#93A576
(147,165,118)
#9DAD83
(157,173,131)
#A7B590
(167,181,144)
#B1BD9D
(177,189,157)
#BBC5AA
(187,197,170)
#C5CDB7
(197,205,183)
#CFD5C4
(207,213,196)
#D9DDD1
(217,221,209)
#E3E5DE
(227,229,222)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899D69; }

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

This text font color is #899D69.

Background Color

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

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

This div background color is #899D69.

Border color

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

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

This div border color is #899D69.

Opacity

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

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

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

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

This text has shadow with #899D69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #899D69.

Preview

Color preview on black background

This text has color #899D69 on black background.


Color preview on white background

This text has color #899D69 on white background.


Black color preview on #899D69 background

This text has black color on #899D69 background.


White color preview on #899D69 background

This text has white color on #899D69 background.


Related colors

Complementary color

Complementary color for #hex is #766296.


I love getcolorcode.com

Triadic colors

1 #69899D and #9D6989 with #899D69 are triadic colors.

2 #699D89 and #9D8969 with #899D69 are triadic colors.