COLOR #856984

HEX: #856984
RGB: (133,105,132)

Color info

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

RGB color model

#856984 color RGB value is (133,105,132).

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

RGB channels and saturation

R 133 of 255 = 52%
G 105 of 255 = 41%
B 132 of 255 = 52%

133
105
132

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

Portions of RGB colors in percentages

R + G + B =
133 + 105 + 132 = 370 (100%)
R 133 of 370 ~ 35.95%
G 105 of 370 ~ 28.38%
B 132 of 370 ~ 35.68%

%35.95
%28.38
%35.68

CMYK color model

#856984 color CMYK value is (0,21,1,48).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 0.75%
  • key color value is 47.84%
CMYK:
(0,21,1,48)
C0M21Y1K48 
(0%,21%,1%,48%)
(0.00/0.21/0.01/0.48)	

CMYK percentages

%0
%21.05
%0.75
%47.84

Codes

Color #856984 in popluar color models

856984
RGB133105132
HSL302°11.76%46.67%
HSB/HSV302°21.05%52.16%
CMYK0.00%21.05%0.75%
47.84%

Color #856984 in popluar number systems.

HEX856984
Decimal133105132
Binary10000101110100110000100
Octal205151204

Shades and tints

Shades of #856984

#856984
(133,105,132)
#796078
(121,96,120)
#6D576C
(109,87,108)
#614E60
(97,78,96)
#554554
(85,69,84)
#493C48
(73,60,72)
#3D333C
(61,51,60)
#312A30
(49,42,48)
#252124
(37,33,36)
#191818
(25,24,24)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #856984

#856984
(133,105,132)
#90768F
(144,118,143)
#9B839A
(155,131,154)
#A690A5
(166,144,165)
#B19DB0
(177,157,176)
#BCAABB
(188,170,187)
#C7B7C6
(199,183,198)
#D2C4D1
(210,196,209)
#DDD1DC
(221,209,220)
#E8DEE7
(232,222,231)
#F3EBF2
(243,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856984; }

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

This text font color is #856984.


Background Color

.myBgColor { background-color: #856984; }

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

This div background color is #856984.


Border color

.myBorderColor { border: 1px solid #856984; }

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

This div border color is #856984.


Opacity

.myOpacity80 { color: #856984; opacity: 0.8; }

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

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

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

This text has shadow with #856984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856984 on black background.


Color preview on white background

This text has color #856984 on white background.



Black color preview on #856984 background

This text has black color on #856984 background.


White color preview on #856984 background

This text has white color on #856984 background.