COLOR #856B80

HEX: #856B80
RGB: (133,107,128)

Color info

#856B80 contains red, green and blue colors in about the same proportion. Web safe color of #856B80 is #996666 (or #966).

RGB color model

#856B80 color RGB value is (133,107,128).

  • red value is 133;
  • green value is 107;
  • blue value is 128.
RGB:
(133,107,128)
(52%,42%,50%)

RGB channels and saturation

R 133 of 255 = 52%
G 107 of 255 = 42%
B 128 of 255 = 50%

133
107
128

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

Portions of RGB colors in percentages

R + G + B =
133 + 107 + 128 = 368 (100%)
R 133 of 368 ~ 36.14%
G 107 of 368 ~ 29.08%
B 128 of 368 ~ 34.78%

%36.14
%29.08
%34.78

CMYK color model

#856B80 color CMYK value is (0,20,4,48).

  • cyan value is 0.00%
  • magenta value is 19.55%
  • yellow value is 3.76%
  • key color value is 47.84%
CMYK:
(0,20,4,48)
C0M20Y4K48 
(0%,20%,4%,48%)
(0.00/0.20/0.04/0.48)	

CMYK percentages

%0
%19.55
%3.76
%47.84

Codes

Color #856B80 in popluar color models

856B80
RGB133107128
HSL312°10.83%47.06%
HSB/HSV312°19.55%52.16%
CMYK0.00%19.55%3.76%
47.84%

Color #856B80 in popluar number systems.

HEX856B80
Decimal133107128
Binary10000101110101110000000
Octal205153200

Shades and tints

Shades of #856B80

#856B80
(133,107,128)
#796275
(121,98,117)
#6D596A
(109,89,106)
#61505F
(97,80,95)
#554754
(85,71,84)
#493E49
(73,62,73)
#3D353E
(61,53,62)
#312C33
(49,44,51)
#252328
(37,35,40)
#191A1D
(25,26,29)
#0D1112
(13,17,18)
#000000
(0,0,0)

Tints of #856B80

#856B80
(133,107,128)
#90788B
(144,120,139)
#9B8596
(155,133,150)
#A692A1
(166,146,161)
#B19FAC
(177,159,172)
#BCACB7
(188,172,183)
#C7B9C2
(199,185,194)
#D2C6CD
(210,198,205)
#DDD3D8
(221,211,216)
#E8E0E3
(232,224,227)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856B80 color. Also use rgb(133,107,128) instead hex code.

Text Font Color

.myTextColor { color: #856B80; }

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

This text font color is #856B80.


Background Color

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

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

This div background color is #856B80.


Border color

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

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

This div border color is #856B80.


Opacity

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

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

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

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

This text has shadow with #856B80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856B80 on black background.


Color preview on white background

This text has color #856B80 on white background.



Black color preview on #856B80 background

This text has black color on #856B80 background.


White color preview on #856B80 background

This text has white color on #856B80 background.