COLOR #897186

HEX: #897186
RGB: (137,113,134)

Color info

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

RGB color model

#897186 color RGB value is (137,113,134).

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

RGB channels and saturation

R 137 of 255 = 54%
G 113 of 255 = 44%
B 134 of 255 = 53%

137
113
134

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

Portions of RGB colors in percentages

R + G + B =
137 + 113 + 134 = 384 (100%)
R 137 of 384 ~ 35.68%
G 113 of 384 ~ 29.43%
B 134 of 384 ~ 34.9%

%35.68
%29.43
%34.9

CMYK color model

#897186 color CMYK value is (0,18,2,46).

  • cyan value is 0.00%
  • magenta value is 17.52%
  • yellow value is 2.19%
  • key color value is 46.27%
CMYK:
(0,18,2,46)
C0M18Y2K46 
(0%,18%,2%,46%)
(0.00/0.18/0.02/0.46)	

CMYK percentages

%0
%17.52
%2.19
%46.27

Codes

Color #897186 in popluar color models

897186
RGB137113134
HSL308°9.60%49.02%
HSB/HSV308°17.52%53.73%
CMYK0.00%17.52%2.19%
46.27%

Color #897186 in popluar number systems.

HEX897186
Decimal137113134
Binary10001001111000110000110
Octal211161206

Shades and tints

Shades of #897186

#897186
(137,113,134)
#7D677A
(125,103,122)
#715D6E
(113,93,110)
#655362
(101,83,98)
#594956
(89,73,86)
#4D3F4A
(77,63,74)
#41353E
(65,53,62)
#352B32
(53,43,50)
#292126
(41,33,38)
#1D171A
(29,23,26)
#110D0E
(17,13,14)
#000000
(0,0,0)

Tints of #897186

#897186
(137,113,134)
#937D91
(147,125,145)
#9D899C
(157,137,156)
#A795A7
(167,149,167)
#B1A1B2
(177,161,178)
#BBADBD
(187,173,189)
#C5B9C8
(197,185,200)
#CFC5D3
(207,197,211)
#D9D1DE
(217,209,222)
#E3DDE9
(227,221,233)
#EDE9F4
(237,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897186; }

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

This text font color is #897186.


Background Color

.myBgColor { background-color: #897186; }

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

This div background color is #897186.


Border color

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

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

This div border color is #897186.


Opacity

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

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

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

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

This text has shadow with #897186 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897186 on black background.


Color preview on white background

This text has color #897186 on white background.



Black color preview on #897186 background

This text has black color on #897186 background.


White color preview on #897186 background

This text has white color on #897186 background.