COLOR #856C86

HEX: #856C86
RGB: (133,108,134)

Color info

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

RGB color model

#856C86 color RGB value is (133,108,134).

  • red value is 133;
  • green value is 108;
  • blue value is 134.
RGB:
(133,108,134)
(52%,42%,53%)

RGB channels and saturation

R 133 of 255 = 52%
G 108 of 255 = 42%
B 134 of 255 = 53%

133
108
134

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

Portions of RGB colors in percentages

R + G + B =
133 + 108 + 134 = 375 (100%)
R 133 of 375 ~ 35.47%
G 108 of 375 ~ 28.8%
B 134 of 375 ~ 35.73%

%35.47
%28.8
%35.73

CMYK color model

#856C86 color CMYK value is (1,19,0,47).

  • cyan value is 0.75%
  • magenta value is 19.40%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(1,19,0,47)
C1M19Y0K47 
(1%,19%,0%,47%)
(0.01/0.19/0.00/0.47)	

CMYK percentages

%0.75
%19.4
%0
%47.45

Codes

Color #856C86 in popluar color models

856C86
RGB133108134
HSL298°10.74%47.45%
HSB/HSV298°19.40%52.55%
CMYK0.75%19.40%0.00%
47.45%

Color #856C86 in popluar number systems.

HEX856C86
Decimal133108134
Binary10000101110110010000110
Octal205154206

Shades and tints

Shades of #856C86

#856C86
(133,108,134)
#79637A
(121,99,122)
#6D5A6E
(109,90,110)
#615162
(97,81,98)
#554856
(85,72,86)
#493F4A
(73,63,74)
#3D363E
(61,54,62)
#312D32
(49,45,50)
#252426
(37,36,38)
#191B1A
(25,27,26)
#0D120E
(13,18,14)
#000000
(0,0,0)

Tints of #856C86

#856C86
(133,108,134)
#907991
(144,121,145)
#9B869C
(155,134,156)
#A693A7
(166,147,167)
#B1A0B2
(177,160,178)
#BCADBD
(188,173,189)
#C7BAC8
(199,186,200)
#D2C7D3
(210,199,211)
#DDD4DE
(221,212,222)
#E8E1E9
(232,225,233)
#F3EEF4
(243,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856C86 color. Also use rgb(133,108,134) instead hex code.

Text Font Color

.myTextColor { color: #856C86; }

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

This text font color is #856C86.


Background Color

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

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

This div background color is #856C86.


Border color

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

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

This div border color is #856C86.


Opacity

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

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

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

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

This text has shadow with #856C86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856C86 on black background.


Color preview on white background

This text has color #856C86 on white background.



Black color preview on #856C86 background

This text has black color on #856C86 background.


White color preview on #856C86 background

This text has white color on #856C86 background.