COLOR #897596

HEX: #897596
RGB: (137,117,150)

Color info

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

RGB color model

#897596 color RGB value is (137,117,150).

  • red value is 137;
  • green value is 117;
  • blue value is 150.
RGB:
(137,117,150)
(54%,46%,59%)

RGB channels and saturation

R 137 of 255 = 54%
G 117 of 255 = 46%
B 150 of 255 = 59%

137
117
150

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

Portions of RGB colors in percentages

R + G + B =
137 + 117 + 150 = 404 (100%)
R 137 of 404 ~ 33.91%
G 117 of 404 ~ 28.96%
B 150 of 404 ~ 37.13%

%33.91
%28.96
%37.13

CMYK color model

#897596 color CMYK value is (9,22,0,41).

  • cyan value is 8.67%
  • magenta value is 22.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(9,22,0,41)
C9M22Y0K41 
(9%,22%,0%,41%)
(0.09/0.22/0.00/0.41)	

CMYK percentages

%8.67
%22
%0
%41.18

Codes

Color #897596 in popluar color models

897596
RGB137117150
HSL276°13.58%52.35%
HSB/HSV276°22.00%58.82%
CMYK8.67%22.00%0.00%
41.18%

Color #897596 in popluar number systems.

HEX897596
Decimal137117150
Binary10001001111010110010110
Octal211165226

Shades and tints

Shades of #897596

#897596
(137,117,150)
#7D6B89
(125,107,137)
#71617C
(113,97,124)
#65576F
(101,87,111)
#594D62
(89,77,98)
#4D4355
(77,67,85)
#413948
(65,57,72)
#352F3B
(53,47,59)
#29252E
(41,37,46)
#1D1B21
(29,27,33)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #897596

#897596
(137,117,150)
#93819F
(147,129,159)
#9D8DA8
(157,141,168)
#A799B1
(167,153,177)
#B1A5BA
(177,165,186)
#BBB1C3
(187,177,195)
#C5BDCC
(197,189,204)
#CFC9D5
(207,201,213)
#D9D5DE
(217,213,222)
#E3E1E7
(227,225,231)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897596 color. Also use rgb(137,117,150) instead hex code.

Text Font Color

.myTextColor { color: #897596; }

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

This text font color is #897596.


Background Color

.myBgColor { background-color: #897596; }

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

This div background color is #897596.


Border color

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

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

This div border color is #897596.


Opacity

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

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

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

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

This text has shadow with #897596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897596 on black background.


Color preview on white background

This text has color #897596 on white background.



Black color preview on #897596 background

This text has black color on #897596 background.


White color preview on #897596 background

This text has white color on #897596 background.