COLOR #899A7C

HEX: #899A7C
RGB: (137,154,124)

Color info

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

RGB color model

#899A7C color RGB value is (137,154,124).

  • red value is 137;
  • green value is 154;
  • blue value is 124.
RGB:
(137,154,124)
(54%,60%,49%)

RGB channels and saturation

R 137 of 255 = 54%
G 154 of 255 = 60%
B 124 of 255 = 49%

137
154
124

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

Portions of RGB colors in percentages

R + G + B =
137 + 154 + 124 = 415 (100%)
R 137 of 415 ~ 33.01%
G 154 of 415 ~ 37.11%
B 124 of 415 ~ 29.88%

%33.01
%37.11
%29.88

CMYK color model

#899A7C color CMYK value is (11,0,19,40).

  • cyan value is 11.04%
  • magenta value is 0.00%
  • yellow value is 19.48%
  • key color value is 39.61%
CMYK:
(11,0,19,40)
C11M0Y19K40 
(11%,0%,19%,40%)
(0.11/0.00/0.19/0.40)	

CMYK percentages

%11.04
%0
%19.48
%39.61

Codes

Color #899A7C in popluar color models

899A7C
RGB137154124
HSL94°12.93%54.51%
HSB/HSV94°19.48%60.39%
CMYK11.04%0.00%19.48%
39.61%

Color #899A7C in popluar number systems.

HEX899A7C
Decimal137154124
Binary10001001100110101111100
Octal211232174

Shades and tints

Shades of #899A7C

#899A7C
(137,154,124)
#7D8C71
(125,140,113)
#717E66
(113,126,102)
#65705B
(101,112,91)
#596250
(89,98,80)
#4D5445
(77,84,69)
#41463A
(65,70,58)
#35382F
(53,56,47)
#292A24
(41,42,36)
#1D1C19
(29,28,25)
#110E0E
(17,14,14)
#000000
(0,0,0)

Tints of #899A7C

#899A7C
(137,154,124)
#93A387
(147,163,135)
#9DAC92
(157,172,146)
#A7B59D
(167,181,157)
#B1BEA8
(177,190,168)
#BBC7B3
(187,199,179)
#C5D0BE
(197,208,190)
#CFD9C9
(207,217,201)
#D9E2D4
(217,226,212)
#E3EBDF
(227,235,223)
#EDF4EA
(237,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #899A7C color. Also use rgb(137,154,124) instead hex code.

Text Font Color

.myTextColor { color: #899A7C; }

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

This text font color is #899A7C.


Background Color

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

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

This div background color is #899A7C.


Border color

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

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

This div border color is #899A7C.


Opacity

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

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

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

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

This text has shadow with #899A7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899A7C on black background.


Color preview on white background

This text has color #899A7C on white background.



Black color preview on #899A7C background

This text has black color on #899A7C background.


White color preview on #899A7C background

This text has white color on #899A7C background.