COLOR #897595

HEX: #897595
RGB: (137,117,149)

Color info

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

RGB color model

#897595 color RGB value is (137,117,149).

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

RGB channels and saturation

R 137 of 255 = 54%
G 117 of 255 = 46%
B 149 of 255 = 58%

137
117
149

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

Portions of RGB colors in percentages

R + G + B =
137 + 117 + 149 = 403 (100%)
R 137 of 403 ~ 34%
G 117 of 403 ~ 29.03%
B 149 of 403 ~ 36.97%

%34
%29.03
%36.97

CMYK color model

#897595 color CMYK value is (8,21,0,42).

  • cyan value is 8.05%
  • magenta value is 21.48%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(8,21,0,42)
C8M21Y0K42 
(8%,21%,0%,42%)
(0.08/0.21/0.00/0.42)	

CMYK percentages

%8.05
%21.48
%0
%41.57

Codes

Color #897595 in popluar color models

897595
RGB137117149
HSL278°13.11%52.16%
HSB/HSV278°21.48%58.43%
CMYK8.05%21.48%0.00%
41.57%

Color #897595 in popluar number systems.

HEX897595
Decimal137117149
Binary10001001111010110010101
Octal211165225

Shades and tints

Shades of #897595

#897595
(137,117,149)
#7D6B88
(125,107,136)
#71617B
(113,97,123)
#65576E
(101,87,110)
#594D61
(89,77,97)
#4D4354
(77,67,84)
#413947
(65,57,71)
#352F3A
(53,47,58)
#29252D
(41,37,45)
#1D1B20
(29,27,32)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #897595

#897595
(137,117,149)
#93819E
(147,129,158)
#9D8DA7
(157,141,167)
#A799B0
(167,153,176)
#B1A5B9
(177,165,185)
#BBB1C2
(187,177,194)
#C5BDCB
(197,189,203)
#CFC9D4
(207,201,212)
#D9D5DD
(217,213,221)
#E3E1E6
(227,225,230)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897595; }

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

This text font color is #897595.


Background Color

.myBgColor { background-color: #897595; }

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

This div background color is #897595.


Border color

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

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

This div border color is #897595.


Opacity

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

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

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

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

This text has shadow with #897595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897595 on black background.


Color preview on white background

This text has color #897595 on white background.



Black color preview on #897595 background

This text has black color on #897595 background.


White color preview on #897595 background

This text has white color on #897595 background.