COLOR #857086

HEX: #857086
RGB: (133,112,134)

Color info

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

RGB color model

#857086 color RGB value is (133,112,134).

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

RGB channels and saturation

R 133 of 255 = 52%
G 112 of 255 = 44%
B 134 of 255 = 53%

133
112
134

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

Portions of RGB colors in percentages

R + G + B =
133 + 112 + 134 = 379 (100%)
R 133 of 379 ~ 35.09%
G 112 of 379 ~ 29.55%
B 134 of 379 ~ 35.36%

%35.09
%29.55
%35.36

CMYK color model

#857086 color CMYK value is (1,16,0,47).

  • cyan value is 0.75%
  • magenta value is 16.42%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(1,16,0,47)
C1M16Y0K47 
(1%,16%,0%,47%)
(0.01/0.16/0.00/0.47)	

CMYK percentages

%0.75
%16.42
%0
%47.45

Codes

Color #857086 in popluar color models

857086
RGB133112134
HSL297°8.94%48.24%
HSB/HSV297°16.42%52.55%
CMYK0.75%16.42%0.00%
47.45%

Color #857086 in popluar number systems.

HEX857086
Decimal133112134
Binary10000101111000010000110
Octal205160206

Shades and tints

Shades of #857086

#857086
(133,112,134)
#79667A
(121,102,122)
#6D5C6E
(109,92,110)
#615262
(97,82,98)
#554856
(85,72,86)
#493E4A
(73,62,74)
#3D343E
(61,52,62)
#312A32
(49,42,50)
#252026
(37,32,38)
#19161A
(25,22,26)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #857086

#857086
(133,112,134)
#907D91
(144,125,145)
#9B8A9C
(155,138,156)
#A697A7
(166,151,167)
#B1A4B2
(177,164,178)
#BCB1BD
(188,177,189)
#C7BEC8
(199,190,200)
#D2CBD3
(210,203,211)
#DDD8DE
(221,216,222)
#E8E5E9
(232,229,233)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857086; }

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

This text font color is #857086.


Background Color

.myBgColor { background-color: #857086; }

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

This div background color is #857086.


Border color

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

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

This div border color is #857086.


Opacity

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

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

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

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

This text has shadow with #857086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857086 on black background.


Color preview on white background

This text has color #857086 on white background.



Black color preview on #857086 background

This text has black color on #857086 background.


White color preview on #857086 background

This text has white color on #857086 background.