COLOR #856F86

HEX: #856F86
RGB: (133,111,134)

Color info

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

RGB color model

#856F86 color RGB value is (133,111,134).

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

RGB channels and saturation

R 133 of 255 = 52%
G 111 of 255 = 44%
B 134 of 255 = 53%

133
111
134

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

Portions of RGB colors in percentages

R + G + B =
133 + 111 + 134 = 378 (100%)
R 133 of 378 ~ 35.19%
G 111 of 378 ~ 29.37%
B 134 of 378 ~ 35.45%

%35.19
%29.37
%35.45

CMYK color model

#856F86 color CMYK value is (1,17,0,47).

  • cyan value is 0.75%
  • magenta value is 17.16%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(1,17,0,47)
C1M17Y0K47 
(1%,17%,0%,47%)
(0.01/0.17/0.00/0.47)	

CMYK percentages

%0.75
%17.16
%0
%47.45

Codes

Color #856F86 in popluar color models

856F86
RGB133111134
HSL297°9.39%48.04%
HSB/HSV297°17.16%52.55%
CMYK0.75%17.16%0.00%
47.45%

Color #856F86 in popluar number systems.

HEX856F86
Decimal133111134
Binary10000101110111110000110
Octal205157206

Shades and tints

Shades of #856F86

#856F86
(133,111,134)
#79657A
(121,101,122)
#6D5B6E
(109,91,110)
#615162
(97,81,98)
#554756
(85,71,86)
#493D4A
(73,61,74)
#3D333E
(61,51,62)
#312932
(49,41,50)
#251F26
(37,31,38)
#19151A
(25,21,26)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #856F86

#856F86
(133,111,134)
#907C91
(144,124,145)
#9B899C
(155,137,156)
#A696A7
(166,150,167)
#B1A3B2
(177,163,178)
#BCB0BD
(188,176,189)
#C7BDC8
(199,189,200)
#D2CAD3
(210,202,211)
#DDD7DE
(221,215,222)
#E8E4E9
(232,228,233)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856F86; }

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

This text font color is #856F86.


Background Color

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

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

This div background color is #856F86.


Border color

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

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

This div border color is #856F86.


Opacity

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

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

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

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

This text has shadow with #856F86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856F86 on black background.


Color preview on white background

This text has color #856F86 on white background.



Black color preview on #856F86 background

This text has black color on #856F86 background.


White color preview on #856F86 background

This text has white color on #856F86 background.