COLOR #896495

HEX: #896495
RGB: (137,100,149)

Color info

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

RGB color model

#896495 color RGB value is (137,100,149).

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

RGB channels and saturation

R 137 of 255 = 54%
G 100 of 255 = 39%
B 149 of 255 = 58%

137
100
149

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

Portions of RGB colors in percentages

R + G + B =
137 + 100 + 149 = 386 (100%)
R 137 of 386 ~ 35.49%
G 100 of 386 ~ 25.91%
B 149 of 386 ~ 38.6%

%35.49
%25.91
%38.6

CMYK color model

#896495 color CMYK value is (8,33,0,42).

  • cyan value is 8.05%
  • magenta value is 32.89%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(8,33,0,42)
C8M33Y0K42 
(8%,33%,0%,42%)
(0.08/0.33/0.00/0.42)	

CMYK percentages

%8.05
%32.89
%0
%41.57

Codes

Color #896495 in popluar color models

896495
RGB137100149
HSL285°19.68%48.82%
HSB/HSV285°32.89%58.43%
CMYK8.05%32.89%0.00%
41.57%

Color #896495 in popluar number systems.

HEX896495
Decimal137100149
Binary10001001110010010010101
Octal211144225

Shades and tints

Shades of #896495

#896495
(137,100,149)
#7D5B88
(125,91,136)
#71527B
(113,82,123)
#65496E
(101,73,110)
#594061
(89,64,97)
#4D3754
(77,55,84)
#412E47
(65,46,71)
#35253A
(53,37,58)
#291C2D
(41,28,45)
#1D1320
(29,19,32)
#110A13
(17,10,19)
#000000
(0,0,0)

Tints of #896495

#896495
(137,100,149)
#93729E
(147,114,158)
#9D80A7
(157,128,167)
#A78EB0
(167,142,176)
#B19CB9
(177,156,185)
#BBAAC2
(187,170,194)
#C5B8CB
(197,184,203)
#CFC6D4
(207,198,212)
#D9D4DD
(217,212,221)
#E3E2E6
(227,226,230)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #896495; }

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

This text font color is #896495.


Background Color

.myBgColor { background-color: #896495; }

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

This div background color is #896495.


Border color

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

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

This div border color is #896495.


Opacity

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

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

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

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

This text has shadow with #896495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896495 on black background.


Color preview on white background

This text has color #896495 on white background.



Black color preview on #896495 background

This text has black color on #896495 background.


White color preview on #896495 background

This text has white color on #896495 background.