COLOR #897986

HEX: #897986
RGB: (137,121,134)

Color info

#897986 contains red, green and blue colors in about the same proportion. Web safe color of #897986 is #996699 (or #969).

RGB color model

#897986 color RGB value is (137,121,134).

  • red value is 137;
  • green value is 121;
  • blue value is 134.
RGB:
(137,121,134)
(54%,47%,53%)

RGB channels and saturation

R 137 of 255 = 54%
G 121 of 255 = 47%
B 134 of 255 = 53%

137
121
134

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

Portions of RGB colors in percentages

R + G + B =
137 + 121 + 134 = 392 (100%)
R 137 of 392 ~ 34.95%
G 121 of 392 ~ 30.87%
B 134 of 392 ~ 34.18%

%34.95
%30.87
%34.18

CMYK color model

#897986 color CMYK value is (0,12,2,46).

  • cyan value is 0.00%
  • magenta value is 11.68%
  • yellow value is 2.19%
  • key color value is 46.27%
CMYK:
(0,12,2,46)
C0M12Y2K46 
(0%,12%,2%,46%)
(0.00/0.12/0.02/0.46)	

CMYK percentages

%0
%11.68
%2.19
%46.27

Codes

Color #897986 in popluar color models

897986
RGB137121134
HSL311°6.35%50.59%
HSB/HSV311°11.68%53.73%
CMYK0.00%11.68%2.19%
46.27%

Color #897986 in popluar number systems.

HEX897986
Decimal137121134
Binary10001001111100110000110
Octal211171206

Shades and tints

Shades of #897986

#897986
(137,121,134)
#7D6E7A
(125,110,122)
#71636E
(113,99,110)
#655862
(101,88,98)
#594D56
(89,77,86)
#4D424A
(77,66,74)
#41373E
(65,55,62)
#352C32
(53,44,50)
#292126
(41,33,38)
#1D161A
(29,22,26)
#110B0E
(17,11,14)
#000000
(0,0,0)

Tints of #897986

#897986
(137,121,134)
#938591
(147,133,145)
#9D919C
(157,145,156)
#A79DA7
(167,157,167)
#B1A9B2
(177,169,178)
#BBB5BD
(187,181,189)
#C5C1C8
(197,193,200)
#CFCDD3
(207,205,211)
#D9D9DE
(217,217,222)
#E3E5E9
(227,229,233)
#EDF1F4
(237,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897986 color. Also use rgb(137,121,134) instead hex code.

Text Font Color

.myTextColor { color: #897986; }

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

This text font color is #897986.


Background Color

.myBgColor { background-color: #897986; }

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

This div background color is #897986.


Border color

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

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

This div border color is #897986.


Opacity

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

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

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

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

This text has shadow with #897986 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897986 on black background.


Color preview on white background

This text has color #897986 on white background.



Black color preview on #897986 background

This text has black color on #897986 background.


White color preview on #897986 background

This text has white color on #897986 background.