COLOR #856880

HEX: #856880
RGB: (133,104,128)

Color info

#856880 contains red, green and blue colors in about the same proportion. Web safe color of #856880 is #996666 (or #966).

RGB color model

#856880 color RGB value is (133,104,128).

  • red value is 133;
  • green value is 104;
  • blue value is 128.
RGB:
(133,104,128)
(52%,41%,50%)

RGB channels and saturation

R 133 of 255 = 52%
G 104 of 255 = 41%
B 128 of 255 = 50%

133
104
128

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

Portions of RGB colors in percentages

R + G + B =
133 + 104 + 128 = 365 (100%)
R 133 of 365 ~ 36.44%
G 104 of 365 ~ 28.49%
B 128 of 365 ~ 35.07%

%36.44
%28.49
%35.07

CMYK color model

#856880 color CMYK value is (0,22,4,48).

  • cyan value is 0.00%
  • magenta value is 21.80%
  • yellow value is 3.76%
  • key color value is 47.84%
CMYK:
(0,22,4,48)
C0M22Y4K48 
(0%,22%,4%,48%)
(0.00/0.22/0.04/0.48)	

CMYK percentages

%0
%21.8
%3.76
%47.84

Codes

Color #856880 in popluar color models

856880
RGB133104128
HSL310°12.24%46.47%
HSB/HSV310°21.80%52.16%
CMYK0.00%21.80%3.76%
47.84%

Color #856880 in popluar number systems.

HEX856880
Decimal133104128
Binary10000101110100010000000
Octal205150200

Shades and tints

Shades of #856880

#856880
(133,104,128)
#795F75
(121,95,117)
#6D566A
(109,86,106)
#614D5F
(97,77,95)
#554454
(85,68,84)
#493B49
(73,59,73)
#3D323E
(61,50,62)
#312933
(49,41,51)
#252028
(37,32,40)
#19171D
(25,23,29)
#0D0E12
(13,14,18)
#000000
(0,0,0)

Tints of #856880

#856880
(133,104,128)
#90758B
(144,117,139)
#9B8296
(155,130,150)
#A68FA1
(166,143,161)
#B19CAC
(177,156,172)
#BCA9B7
(188,169,183)
#C7B6C2
(199,182,194)
#D2C3CD
(210,195,205)
#DDD0D8
(221,208,216)
#E8DDE3
(232,221,227)
#F3EAEE
(243,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856880 color. Also use rgb(133,104,128) instead hex code.

Text Font Color

.myTextColor { color: #856880; }

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

This text font color is #856880.


Background Color

.myBgColor { background-color: #856880; }

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

This div background color is #856880.


Border color

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

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

This div border color is #856880.


Opacity

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

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

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

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

This text has shadow with #856880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856880 on black background.


Color preview on white background

This text has color #856880 on white background.



Black color preview on #856880 background

This text has black color on #856880 background.


White color preview on #856880 background

This text has white color on #856880 background.