COLOR #856E84

HEX: #856E84
RGB: (133,110,132)

Color info

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

RGB color model

#856E84 color RGB value is (133,110,132).

  • red value is 133;
  • green value is 110;
  • blue value is 132.
RGB:
(133,110,132)
(52%,43%,52%)

RGB channels and saturation

R 133 of 255 = 52%
G 110 of 255 = 43%
B 132 of 255 = 52%

133
110
132

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

Portions of RGB colors in percentages

R + G + B =
133 + 110 + 132 = 375 (100%)
R 133 of 375 ~ 35.47%
G 110 of 375 ~ 29.33%
B 132 of 375 ~ 35.2%

%35.47
%29.33
%35.2

CMYK color model

#856E84 color CMYK value is (0,17,1,48).

  • cyan value is 0.00%
  • magenta value is 17.29%
  • yellow value is 0.75%
  • key color value is 47.84%
CMYK:
(0,17,1,48)
C0M17Y1K48 
(0%,17%,1%,48%)
(0.00/0.17/0.01/0.48)	

CMYK percentages

%0
%17.29
%0.75
%47.84

Codes

Color #856E84 in popluar color models

856E84
RGB133110132
HSL303°9.47%47.65%
HSB/HSV303°17.29%52.16%
CMYK0.00%17.29%0.75%
47.84%

Color #856E84 in popluar number systems.

HEX856E84
Decimal133110132
Binary10000101110111010000100
Octal205156204

Shades and tints

Shades of #856E84

#856E84
(133,110,132)
#796478
(121,100,120)
#6D5A6C
(109,90,108)
#615060
(97,80,96)
#554654
(85,70,84)
#493C48
(73,60,72)
#3D323C
(61,50,60)
#312830
(49,40,48)
#251E24
(37,30,36)
#191418
(25,20,24)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #856E84

#856E84
(133,110,132)
#907B8F
(144,123,143)
#9B889A
(155,136,154)
#A695A5
(166,149,165)
#B1A2B0
(177,162,176)
#BCAFBB
(188,175,187)
#C7BCC6
(199,188,198)
#D2C9D1
(210,201,209)
#DDD6DC
(221,214,220)
#E8E3E7
(232,227,231)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856E84 color. Also use rgb(133,110,132) instead hex code.

Text Font Color

.myTextColor { color: #856E84; }

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

This text font color is #856E84.


Background Color

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

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

This div background color is #856E84.


Border color

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

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

This div border color is #856E84.


Opacity

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

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

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

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

This text has shadow with #856E84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856E84 on black background.


Color preview on white background

This text has color #856E84 on white background.



Black color preview on #856E84 background

This text has black color on #856E84 background.


White color preview on #856E84 background

This text has white color on #856E84 background.