COLOR #897A86

HEX: #897A86
RGB: (137,122,134)

Color info

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

RGB color model

#897A86 color RGB value is (137,122,134).

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

RGB channels and saturation

R 137 of 255 = 54%
G 122 of 255 = 48%
B 134 of 255 = 53%

137
122
134

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

Portions of RGB colors in percentages

R + G + B =
137 + 122 + 134 = 393 (100%)
R 137 of 393 ~ 34.86%
G 122 of 393 ~ 31.04%
B 134 of 393 ~ 34.1%

%34.86
%31.04
%34.1

CMYK color model

#897A86 color CMYK value is (0,11,2,46).

  • cyan value is 0.00%
  • magenta value is 10.95%
  • yellow value is 2.19%
  • key color value is 46.27%
CMYK:
(0,11,2,46)
C0M11Y2K46 
(0%,11%,2%,46%)
(0.00/0.11/0.02/0.46)	

CMYK percentages

%0
%10.95
%2.19
%46.27

Codes

Color #897A86 in popluar color models

897A86
RGB137122134
HSL312°5.98%50.78%
HSB/HSV312°10.95%53.73%
CMYK0.00%10.95%2.19%
46.27%

Color #897A86 in popluar number systems.

HEX897A86
Decimal137122134
Binary10001001111101010000110
Octal211172206

Shades and tints

Shades of #897A86

#897A86
(137,122,134)
#7D6F7A
(125,111,122)
#71646E
(113,100,110)
#655962
(101,89,98)
#594E56
(89,78,86)
#4D434A
(77,67,74)
#41383E
(65,56,62)
#352D32
(53,45,50)
#292226
(41,34,38)
#1D171A
(29,23,26)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #897A86

#897A86
(137,122,134)
#938691
(147,134,145)
#9D929C
(157,146,156)
#A79EA7
(167,158,167)
#B1AAB2
(177,170,178)
#BBB6BD
(187,182,189)
#C5C2C8
(197,194,200)
#CFCED3
(207,206,211)
#D9DADE
(217,218,222)
#E3E6E9
(227,230,233)
#EDF2F4
(237,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897A86; }

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

This text font color is #897A86.


Background Color

.myBgColor { background-color: #897A86; }

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

This div background color is #897A86.


Border color

.myBorderColor { border: 1px solid #897A86; }

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

This div border color is #897A86.


Opacity

.myOpacity80 { color: #897A86; opacity: 0.8; }

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

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

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

This text has shadow with #897A86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897A86 on black background.


Color preview on white background

This text has color #897A86 on white background.



Black color preview on #897A86 background

This text has black color on #897A86 background.


White color preview on #897A86 background

This text has white color on #897A86 background.