COLOR #857C86

HEX: #857C86
RGB: (133,124,134)

Color info

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

RGB color model

#857C86 color RGB value is (133,124,134).

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

RGB channels and saturation

R 133 of 255 = 52%
G 124 of 255 = 49%
B 134 of 255 = 53%

133
124
134

R + G + B ~ 51%. #857C86 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 124 + 134 = 391 (100%)
R 133 of 391 ~ 34.02%
G 124 of 391 ~ 31.71%
B 134 of 391 ~ 34.27%

%34.02
%31.71
%34.27

CMYK color model

#857C86 color CMYK value is (1,7,0,47).

  • cyan value is 0.75%
  • magenta value is 7.46%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(1,7,0,47)
C1M7Y0K47 
(1%,7%,0%,47%)
(0.01/0.07/0.00/0.47)	

CMYK percentages

%0.75
%7.46
%0
%47.45

Codes

Color #857C86 in popluar color models

857C86
RGB133124134
HSL294°3.97%50.59%
HSB/HSV294°7.46%52.55%
CMYK0.75%7.46%0.00%
47.45%

Color #857C86 in popluar number systems.

HEX857C86
Decimal133124134
Binary10000101111110010000110
Octal205174206

Shades and tints

Shades of #857C86

#857C86
(133,124,134)
#79717A
(121,113,122)
#6D666E
(109,102,110)
#615B62
(97,91,98)
#555056
(85,80,86)
#49454A
(73,69,74)
#3D3A3E
(61,58,62)
#312F32
(49,47,50)
#252426
(37,36,38)
#19191A
(25,25,26)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #857C86

#857C86
(133,124,134)
#908791
(144,135,145)
#9B929C
(155,146,156)
#A69DA7
(166,157,167)
#B1A8B2
(177,168,178)
#BCB3BD
(188,179,189)
#C7BEC8
(199,190,200)
#D2C9D3
(210,201,211)
#DDD4DE
(221,212,222)
#E8DFE9
(232,223,233)
#F3EAF4
(243,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857C86; }

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

This text font color is #857C86.


Background Color

.myBgColor { background-color: #857C86; }

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

This div background color is #857C86.


Border color

.myBorderColor { border: 1px solid #857C86; }

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

This div border color is #857C86.


Opacity

.myOpacity80 { color: #857C86; opacity: 0.8; }

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

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

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

This text has shadow with #857C86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857C86 on black background.


Color preview on white background

This text has color #857C86 on white background.



Black color preview on #857C86 background

This text has black color on #857C86 background.


White color preview on #857C86 background

This text has white color on #857C86 background.