COLOR #856486

HEX: #856486
RGB: (133,100,134)

Color info

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

RGB color model

#856486 color RGB value is (133,100,134).

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

RGB channels and saturation

R 133 of 255 = 52%
G 100 of 255 = 39%
B 134 of 255 = 53%

133
100
134

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

Portions of RGB colors in percentages

R + G + B =
133 + 100 + 134 = 367 (100%)
R 133 of 367 ~ 36.24%
G 100 of 367 ~ 27.25%
B 134 of 367 ~ 36.51%

%36.24
%27.25
%36.51

CMYK color model

#856486 color CMYK value is (1,25,0,47).

  • cyan value is 0.75%
  • magenta value is 25.37%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(1,25,0,47)
C1M25Y0K47 
(1%,25%,0%,47%)
(0.01/0.25/0.00/0.47)	

CMYK percentages

%0.75
%25.37
%0
%47.45

Codes

Color #856486 in popluar color models

856486
RGB133100134
HSL298°14.53%45.88%
HSB/HSV298°25.37%52.55%
CMYK0.75%25.37%0.00%
47.45%

Color #856486 in popluar number systems.

HEX856486
Decimal133100134
Binary10000101110010010000110
Octal205144206

Shades and tints

Shades of #856486

#856486
(133,100,134)
#795B7A
(121,91,122)
#6D526E
(109,82,110)
#614962
(97,73,98)
#554056
(85,64,86)
#49374A
(73,55,74)
#3D2E3E
(61,46,62)
#312532
(49,37,50)
#251C26
(37,28,38)
#19131A
(25,19,26)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #856486

#856486
(133,100,134)
#907291
(144,114,145)
#9B809C
(155,128,156)
#A68EA7
(166,142,167)
#B19CB2
(177,156,178)
#BCAABD
(188,170,189)
#C7B8C8
(199,184,200)
#D2C6D3
(210,198,211)
#DDD4DE
(221,212,222)
#E8E2E9
(232,226,233)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856486; }

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

This text font color is #856486.


Background Color

.myBgColor { background-color: #856486; }

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

This div background color is #856486.


Border color

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

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

This div border color is #856486.


Opacity

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

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

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

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

This text has shadow with #856486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856486 on black background.


Color preview on white background

This text has color #856486 on white background.



Black color preview on #856486 background

This text has black color on #856486 background.


White color preview on #856486 background

This text has white color on #856486 background.