COLOR #865684

HEX: #865684
RGB: (134,86,132)

Color info

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

RGB color model

#865684 color RGB value is (134,86,132).

  • red value is 134;
  • green value is 86;
  • blue value is 132.
RGB:
(134,86,132)
(53%,34%,52%)

RGB channels and saturation

R 134 of 255 = 53%
G 86 of 255 = 34%
B 132 of 255 = 52%

134
86
132

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

Portions of RGB colors in percentages

R + G + B =
134 + 86 + 132 = 352 (100%)
R 134 of 352 ~ 38.07%
G 86 of 352 ~ 24.43%
B 132 of 352 ~ 37.5%

%38.07
%24.43
%37.5

CMYK color model

#865684 color CMYK value is (0,36,1,47).

  • cyan value is 0.00%
  • magenta value is 35.82%
  • yellow value is 1.49%
  • key color value is 47.45%
CMYK:
(0,36,1,47)
C0M36Y1K47 
(0%,36%,1%,47%)
(0.00/0.36/0.01/0.47)	

CMYK percentages

%0
%35.82
%1.49
%47.45

Codes

Color #865684 in popluar color models

865684
RGB13486132
HSL303°21.82%43.14%
HSB/HSV303°35.82%52.55%
CMYK0.00%35.82%1.49%
47.45%

Color #865684 in popluar number systems.

HEX865684
Decimal13486132
Binary10000110101011010000100
Octal206126204

Shades and tints

Shades of #865684

#865684
(134,86,132)
#7A4F78
(122,79,120)
#6E486C
(110,72,108)
#624160
(98,65,96)
#563A54
(86,58,84)
#4A3348
(74,51,72)
#3E2C3C
(62,44,60)
#322530
(50,37,48)
#261E24
(38,30,36)
#1A1718
(26,23,24)
#0E100C
(14,16,12)
#000000
(0,0,0)

Tints of #865684

#865684
(134,86,132)
#91658F
(145,101,143)
#9C749A
(156,116,154)
#A783A5
(167,131,165)
#B292B0
(178,146,176)
#BDA1BB
(189,161,187)
#C8B0C6
(200,176,198)
#D3BFD1
(211,191,209)
#DECEDC
(222,206,220)
#E9DDE7
(233,221,231)
#F4ECF2
(244,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #865684 color. Also use rgb(134,86,132) instead hex code.

Text Font Color

.myTextColor { color: #865684; }

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

This text font color is #865684.


Background Color

.myBgColor { background-color: #865684; }

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

This div background color is #865684.


Border color

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

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

This div border color is #865684.


Opacity

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

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

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

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

This text has shadow with #865684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865684 on black background.


Color preview on white background

This text has color #865684 on white background.



Black color preview on #865684 background

This text has black color on #865684 background.


White color preview on #865684 background

This text has white color on #865684 background.