COLOR #856FA0

HEX: #856FA0
RGB: (133,111,160)

Color info

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

RGB color model

#856FA0 color RGB value is (133,111,160).

  • red value is 133;
  • green value is 111;
  • blue value is 160.
RGB:
(133,111,160)
(52%,44%,63%)

RGB channels and saturation

R 133 of 255 = 52%
G 111 of 255 = 44%
B 160 of 255 = 63%

133
111
160

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

Portions of RGB colors in percentages

R + G + B =
133 + 111 + 160 = 404 (100%)
R 133 of 404 ~ 32.92%
G 111 of 404 ~ 27.48%
B 160 of 404 ~ 39.6%

%32.92
%27.48
%39.6

CMYK color model

#856FA0 color CMYK value is (17,31,0,37).

  • cyan value is 16.88%
  • magenta value is 30.63%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(17,31,0,37)
C17M31Y0K37 
(17%,31%,0%,37%)
(0.17/0.31/0.00/0.37)	

CMYK percentages

%16.88
%30.63
%0
%37.25

Codes

Color #856FA0 in popluar color models

856FA0
RGB133111160
HSL267°20.50%53.14%
HSB/HSV267°30.63%62.75%
CMYK16.88%30.63%0.00%
37.25%

Color #856FA0 in popluar number systems.

HEX856FA0
Decimal133111160
Binary10000101110111110100000
Octal205157240

Shades and tints

Shades of #856FA0

#856FA0
(133,111,160)
#796592
(121,101,146)
#6D5B84
(109,91,132)
#615176
(97,81,118)
#554768
(85,71,104)
#493D5A
(73,61,90)
#3D334C
(61,51,76)
#31293E
(49,41,62)
#251F30
(37,31,48)
#191522
(25,21,34)
#0D0B14
(13,11,20)
#000000
(0,0,0)

Tints of #856FA0

#856FA0
(133,111,160)
#907CA8
(144,124,168)
#9B89B0
(155,137,176)
#A696B8
(166,150,184)
#B1A3C0
(177,163,192)
#BCB0C8
(188,176,200)
#C7BDD0
(199,189,208)
#D2CAD8
(210,202,216)
#DDD7E0
(221,215,224)
#E8E4E8
(232,228,232)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856FA0 color. Also use rgb(133,111,160) instead hex code.

Text Font Color

.myTextColor { color: #856FA0; }

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

This text font color is #856FA0.


Background Color

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

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

This div background color is #856FA0.


Border color

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

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

This div border color is #856FA0.


Opacity

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

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

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

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

This text has shadow with #856FA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856FA0 on black background.


Color preview on white background

This text has color #856FA0 on white background.



Black color preview on #856FA0 background

This text has black color on #856FA0 background.


White color preview on #856FA0 background

This text has white color on #856FA0 background.