COLOR #897185

HEX: #897185
RGB: (137,113,133)

Color info

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

RGB color model

#897185 color RGB value is (137,113,133).

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

RGB channels and saturation

R 137 of 255 = 54%
G 113 of 255 = 44%
B 133 of 255 = 52%

137
113
133

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

Portions of RGB colors in percentages

R + G + B =
137 + 113 + 133 = 383 (100%)
R 137 of 383 ~ 35.77%
G 113 of 383 ~ 29.5%
B 133 of 383 ~ 34.73%

%35.77
%29.5
%34.73

CMYK color model

#897185 color CMYK value is (0,18,3,46).

  • cyan value is 0.00%
  • magenta value is 17.52%
  • yellow value is 2.92%
  • key color value is 46.27%
CMYK:
(0,18,3,46)
C0M18Y3K46 
(0%,18%,3%,46%)
(0.00/0.18/0.03/0.46)	

CMYK percentages

%0
%17.52
%2.92
%46.27

Codes

Color #897185 in popluar color models

897185
RGB137113133
HSL310°9.60%49.02%
HSB/HSV310°17.52%53.73%
CMYK0.00%17.52%2.92%
46.27%

Color #897185 in popluar number systems.

HEX897185
Decimal137113133
Binary10001001111000110000101
Octal211161205

Shades and tints

Shades of #897185

#897185
(137,113,133)
#7D6779
(125,103,121)
#715D6D
(113,93,109)
#655361
(101,83,97)
#594955
(89,73,85)
#4D3F49
(77,63,73)
#41353D
(65,53,61)
#352B31
(53,43,49)
#292125
(41,33,37)
#1D1719
(29,23,25)
#110D0D
(17,13,13)
#000000
(0,0,0)

Tints of #897185

#897185
(137,113,133)
#937D90
(147,125,144)
#9D899B
(157,137,155)
#A795A6
(167,149,166)
#B1A1B1
(177,161,177)
#BBADBC
(187,173,188)
#C5B9C7
(197,185,199)
#CFC5D2
(207,197,210)
#D9D1DD
(217,209,221)
#E3DDE8
(227,221,232)
#EDE9F3
(237,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897185; }

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

This text font color is #897185.


Background Color

.myBgColor { background-color: #897185; }

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

This div background color is #897185.


Border color

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

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

This div border color is #897185.


Opacity

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

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

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

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

This text has shadow with #897185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897185 on black background.


Color preview on white background

This text has color #897185 on white background.



Black color preview on #897185 background

This text has black color on #897185 background.


White color preview on #897185 background

This text has white color on #897185 background.