COLOR #895C86

HEX: #895C86
RGB: (137,92,134)

Color info

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

RGB color model

#895C86 color RGB value is (137,92,134).

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

RGB channels and saturation

R 137 of 255 = 54%
G 92 of 255 = 36%
B 134 of 255 = 53%

137
92
134

R + G + B ~ 48%. #895C86 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 92 + 134 = 363 (100%)
R 137 of 363 ~ 37.74%
G 92 of 363 ~ 25.34%
B 134 of 363 ~ 36.91%

%37.74
%25.34
%36.91

CMYK color model

#895C86 color CMYK value is (0,33,2,46).

  • cyan value is 0.00%
  • magenta value is 32.85%
  • yellow value is 2.19%
  • key color value is 46.27%
CMYK:
(0,33,2,46)
C0M33Y2K46 
(0%,33%,2%,46%)
(0.00/0.33/0.02/0.46)	

CMYK percentages

%0
%32.85
%2.19
%46.27

Codes

Color #895C86 in popluar color models

895C86
RGB13792134
HSL304°19.65%44.90%
HSB/HSV304°32.85%53.73%
CMYK0.00%32.85%2.19%
46.27%

Color #895C86 in popluar number systems.

HEX895C86
Decimal13792134
Binary10001001101110010000110
Octal211134206

Shades and tints

Shades of #895C86

#895C86
(137,92,134)
#7D547A
(125,84,122)
#714C6E
(113,76,110)
#654462
(101,68,98)
#593C56
(89,60,86)
#4D344A
(77,52,74)
#412C3E
(65,44,62)
#352432
(53,36,50)
#291C26
(41,28,38)
#1D141A
(29,20,26)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #895C86

#895C86
(137,92,134)
#936A91
(147,106,145)
#9D789C
(157,120,156)
#A786A7
(167,134,167)
#B194B2
(177,148,178)
#BBA2BD
(187,162,189)
#C5B0C8
(197,176,200)
#CFBED3
(207,190,211)
#D9CCDE
(217,204,222)
#E3DAE9
(227,218,233)
#EDE8F4
(237,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #895C86; }

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

This text font color is #895C86.


Background Color

.myBgColor { background-color: #895C86; }

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

This div background color is #895C86.


Border color

.myBorderColor { border: 1px solid #895C86; }

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

This div border color is #895C86.


Opacity

.myOpacity80 { color: #895C86; opacity: 0.8; }

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

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

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

This text has shadow with #895C86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895C86 on black background.


Color preview on white background

This text has color #895C86 on white background.



Black color preview on #895C86 background

This text has black color on #895C86 background.


White color preview on #895C86 background

This text has white color on #895C86 background.