COLOR #856B8C

HEX: #856B8C
RGB: (133,107,140)

Color info

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

RGB color model

#856B8C color RGB value is (133,107,140).

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

RGB channels and saturation

R 133 of 255 = 52%
G 107 of 255 = 42%
B 140 of 255 = 55%

133
107
140

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

Portions of RGB colors in percentages

R + G + B =
133 + 107 + 140 = 380 (100%)
R 133 of 380 ~ 35%
G 107 of 380 ~ 28.16%
B 140 of 380 ~ 36.84%

%35
%28.16
%36.84

CMYK color model

#856B8C color CMYK value is (5,24,0,45).

  • cyan value is 5.00%
  • magenta value is 23.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(5,24,0,45)
C5M24Y0K45 
(5%,24%,0%,45%)
(0.05/0.24/0.00/0.45)	

CMYK percentages

%5
%23.57
%0
%45.1

Codes

Color #856B8C in popluar color models

856B8C
RGB133107140
HSL287°13.36%48.43%
HSB/HSV287°23.57%54.90%
CMYK5.00%23.57%0.00%
45.10%

Color #856B8C in popluar number systems.

HEX856B8C
Decimal133107140
Binary10000101110101110001100
Octal205153214

Shades and tints

Shades of #856B8C

#856B8C
(133,107,140)
#796280
(121,98,128)
#6D5974
(109,89,116)
#615068
(97,80,104)
#55475C
(85,71,92)
#493E50
(73,62,80)
#3D3544
(61,53,68)
#312C38
(49,44,56)
#25232C
(37,35,44)
#191A20
(25,26,32)
#0D1114
(13,17,20)
#000000
(0,0,0)

Tints of #856B8C

#856B8C
(133,107,140)
#907896
(144,120,150)
#9B85A0
(155,133,160)
#A692AA
(166,146,170)
#B19FB4
(177,159,180)
#BCACBE
(188,172,190)
#C7B9C8
(199,185,200)
#D2C6D2
(210,198,210)
#DDD3DC
(221,211,220)
#E8E0E6
(232,224,230)
#F3EDF0
(243,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856B8C; }

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

This text font color is #856B8C.


Background Color

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

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

This div background color is #856B8C.


Border color

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

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

This div border color is #856B8C.


Opacity

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

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

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

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

This text has shadow with #856B8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856B8C on black background.


Color preview on white background

This text has color #856B8C on white background.



Black color preview on #856B8C background

This text has black color on #856B8C background.


White color preview on #856B8C background

This text has white color on #856B8C background.