COLOR #897183

HEX: #897183
RGB: (137,113,131)

Color info

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

RGB color model

#897183 color RGB value is (137,113,131).

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

RGB channels and saturation

R 137 of 255 = 54%
G 113 of 255 = 44%
B 131 of 255 = 51%

137
113
131

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

Portions of RGB colors in percentages

R + G + B =
137 + 113 + 131 = 381 (100%)
R 137 of 381 ~ 35.96%
G 113 of 381 ~ 29.66%
B 131 of 381 ~ 34.38%

%35.96
%29.66
%34.38

CMYK color model

#897183 color CMYK value is (0,18,4,46).

  • cyan value is 0.00%
  • magenta value is 17.52%
  • yellow value is 4.38%
  • key color value is 46.27%
CMYK:
(0,18,4,46)
C0M18Y4K46 
(0%,18%,4%,46%)
(0.00/0.18/0.04/0.46)	

CMYK percentages

%0
%17.52
%4.38
%46.27

Codes

Color #897183 in popluar color models

897183
RGB137113131
HSL315°9.60%49.02%
HSB/HSV315°17.52%53.73%
CMYK0.00%17.52%4.38%
46.27%

Color #897183 in popluar number systems.

HEX897183
Decimal137113131
Binary10001001111000110000011
Octal211161203

Shades and tints

Shades of #897183

#897183
(137,113,131)
#7D6778
(125,103,120)
#715D6D
(113,93,109)
#655362
(101,83,98)
#594957
(89,73,87)
#4D3F4C
(77,63,76)
#413541
(65,53,65)
#352B36
(53,43,54)
#29212B
(41,33,43)
#1D1720
(29,23,32)
#110D15
(17,13,21)
#000000
(0,0,0)

Tints of #897183

#897183
(137,113,131)
#937D8E
(147,125,142)
#9D8999
(157,137,153)
#A795A4
(167,149,164)
#B1A1AF
(177,161,175)
#BBADBA
(187,173,186)
#C5B9C5
(197,185,197)
#CFC5D0
(207,197,208)
#D9D1DB
(217,209,219)
#E3DDE6
(227,221,230)
#EDE9F1
(237,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897183; }

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

This text font color is #897183.


Background Color

.myBgColor { background-color: #897183; }

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

This div background color is #897183.


Border color

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

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

This div border color is #897183.


Opacity

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

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

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

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

This text has shadow with #897183 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897183 on black background.


Color preview on white background

This text has color #897183 on white background.



Black color preview on #897183 background

This text has black color on #897183 background.


White color preview on #897183 background

This text has white color on #897183 background.