COLOR #899684

HEX: #899684
RGB: (137,150,132)

Color info

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

RGB color model

#899684 color RGB value is (137,150,132).

  • red value is 137;
  • green value is 150;
  • blue value is 132.
RGB:
(137,150,132)
(54%,59%,52%)

RGB channels and saturation

R 137 of 255 = 54%
G 150 of 255 = 59%
B 132 of 255 = 52%

137
150
132

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

Portions of RGB colors in percentages

R + G + B =
137 + 150 + 132 = 419 (100%)
R 137 of 419 ~ 32.7%
G 150 of 419 ~ 35.8%
B 132 of 419 ~ 31.5%

%32.7
%35.8
%31.5

CMYK color model

#899684 color CMYK value is (9,0,12,41).

  • cyan value is 8.67%
  • magenta value is 0.00%
  • yellow value is 12.00%
  • key color value is 41.18%
CMYK:
(9,0,12,41)
C9M0Y12K41 
(9%,0%,12%,41%)
(0.09/0.00/0.12/0.41)	

CMYK percentages

%8.67
%0
%12
%41.18

Codes

Color #899684 in popluar color models

899684
RGB137150132
HSL103°7.89%55.29%
HSB/HSV103°12.00%58.82%
CMYK8.67%0.00%12.00%
41.18%

Color #899684 in popluar number systems.

HEX899684
Decimal137150132
Binary100010011001011010000100
Octal211226204

Shades and tints

Shades of #899684

#899684
(137,150,132)
#7D8978
(125,137,120)
#717C6C
(113,124,108)
#656F60
(101,111,96)
#596254
(89,98,84)
#4D5548
(77,85,72)
#41483C
(65,72,60)
#353B30
(53,59,48)
#292E24
(41,46,36)
#1D2118
(29,33,24)
#11140C
(17,20,12)
#000000
(0,0,0)

Tints of #899684

#899684
(137,150,132)
#939F8F
(147,159,143)
#9DA89A
(157,168,154)
#A7B1A5
(167,177,165)
#B1BAB0
(177,186,176)
#BBC3BB
(187,195,187)
#C5CCC6
(197,204,198)
#CFD5D1
(207,213,209)
#D9DEDC
(217,222,220)
#E3E7E7
(227,231,231)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #899684 color. Also use rgb(137,150,132) instead hex code.

Text Font Color

.myTextColor { color: #899684; }

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

This text font color is #899684.


Background Color

.myBgColor { background-color: #899684; }

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

This div background color is #899684.


Border color

.myBorderColor { border: 1px solid #899684; }

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

This div border color is #899684.


Opacity

.myOpacity80 { color: #899684; opacity: 0.8; }

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

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

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

This text has shadow with #899684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899684 on black background.


Color preview on white background

This text has color #899684 on white background.



Black color preview on #899684 background

This text has black color on #899684 background.


White color preview on #899684 background

This text has white color on #899684 background.