COLOR #865896

HEX: #865896
RGB: (134,88,150)

Color info

#865896 contains mainly red and blue colors. Web safe color of #865896 is #996699 (or #969).

RGB color model

#865896 color RGB value is (134,88,150).

  • red value is 134;
  • green value is 88;
  • blue value is 150.
RGB:
(134,88,150)
(53%,35%,59%)

RGB channels and saturation

R 134 of 255 = 53%
G 88 of 255 = 35%
B 150 of 255 = 59%

134
88
150

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

Portions of RGB colors in percentages

R + G + B =
134 + 88 + 150 = 372 (100%)
R 134 of 372 ~ 36.02%
G 88 of 372 ~ 23.66%
B 150 of 372 ~ 40.32%

%36.02
%23.66
%40.32

CMYK color model

#865896 color CMYK value is (11,41,0,41).

  • cyan value is 10.67%
  • magenta value is 41.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(11,41,0,41)
C11M41Y0K41 
(11%,41%,0%,41%)
(0.11/0.41/0.00/0.41)	

CMYK percentages

%10.67
%41.33
%0
%41.18

Codes

Color #865896 in popluar color models

865896
RGB13488150
HSL285°26.05%46.67%
HSB/HSV285°41.33%58.82%
CMYK10.67%41.33%0.00%
41.18%

Color #865896 in popluar number systems.

HEX865896
Decimal13488150
Binary10000110101100010010110
Octal206130226

Shades and tints

Shades of #865896

#865896
(134,88,150)
#7A5089
(122,80,137)
#6E487C
(110,72,124)
#62406F
(98,64,111)
#563862
(86,56,98)
#4A3055
(74,48,85)
#3E2848
(62,40,72)
#32203B
(50,32,59)
#26182E
(38,24,46)
#1A1021
(26,16,33)
#0E0814
(14,8,20)
#000000
(0,0,0)

Tints of #865896

#865896
(134,88,150)
#91679F
(145,103,159)
#9C76A8
(156,118,168)
#A785B1
(167,133,177)
#B294BA
(178,148,186)
#BDA3C3
(189,163,195)
#C8B2CC
(200,178,204)
#D3C1D5
(211,193,213)
#DED0DE
(222,208,222)
#E9DFE7
(233,223,231)
#F4EEF0
(244,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #865896 color. Also use rgb(134,88,150) instead hex code.

Text Font Color

.myTextColor { color: #865896; }

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

This text font color is #865896.


Background Color

.myBgColor { background-color: #865896; }

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

This div background color is #865896.


Border color

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

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

This div border color is #865896.


Opacity

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

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

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

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

This text has shadow with #865896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865896 on black background.


Color preview on white background

This text has color #865896 on white background.



Black color preview on #865896 background

This text has black color on #865896 background.


White color preview on #865896 background

This text has white color on #865896 background.