COLOR #856985

HEX: #856985
RGB: (133,105,133)

Color info

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

RGB color model

#856985 color RGB value is (133,105,133).

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

RGB channels and saturation

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

133
105
133

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

Portions of RGB colors in percentages

R + G + B =
133 + 105 + 133 = 371 (100%)
R 133 of 371 ~ 35.85%
G 105 of 371 ~ 28.3%
B 133 of 371 ~ 35.85%

%35.85
%28.3
%35.85

CMYK color model

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

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

CMYK percentages

%0
%21.05
%0
%47.84

Codes

Color #856985 in popluar color models

856985
RGB133105133
HSL300°11.76%46.67%
HSB/HSV300°21.05%52.16%
CMYK0.00%21.05%0.00%
47.84%

Color #856985 in popluar number systems.

HEX856985
Decimal133105133
Binary10000101110100110000101
Octal205151205

Shades and tints

Shades of #856985

#856985
(133,105,133)
#796079
(121,96,121)
#6D576D
(109,87,109)
#614E61
(97,78,97)
#554555
(85,69,85)
#493C49
(73,60,73)
#3D333D
(61,51,61)
#312A31
(49,42,49)
#252125
(37,33,37)
#191819
(25,24,25)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #856985

#856985
(133,105,133)
#907690
(144,118,144)
#9B839B
(155,131,155)
#A690A6
(166,144,166)
#B19DB1
(177,157,177)
#BCAABC
(188,170,188)
#C7B7C7
(199,183,199)
#D2C4D2
(210,196,210)
#DDD1DD
(221,209,221)
#E8DEE8
(232,222,232)
#F3EBF3
(243,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856985; }

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

This text font color is #856985.


Background Color

.myBgColor { background-color: #856985; }

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

This div background color is #856985.


Border color

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

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

This div border color is #856985.


Opacity

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

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

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

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

This text has shadow with #856985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856985 on black background.


Color preview on white background

This text has color #856985 on white background.



Black color preview on #856985 background

This text has black color on #856985 background.


White color preview on #856985 background

This text has white color on #856985 background.