COLOR #857E87

HEX: #857E87 RGB: (133,126,135)

Color info

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

RGB color model

#857E87 color RGB value is (133,126,135).

RGB: (133,126,135) (52%, 49%, 53%)

RGB channels and saturation

R 133 of 255 = 52%
G 126 of 255 = 49%
B 135 of 255 = 53%

133
126
135

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

Portions of RGB colors in percentages

R + G + B = 133 + 126 + 135 = 394 (100%)
R 133 of 394 ~ 33.76%
G 126 of 394 ~ 31.98%
B 135 of 394 ~ 34.26'%

%33.76
%31.98
%34.26

CMYK color model

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

  • cyan value is 1.48%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (1,7,0,47)
C1M7Y0K47 (1%, 7%, 0%, 47%)
(0.01 / 0.07 / 0.00 / 0.47)

CMYK percentages

%1.48
%6.67
%0
%47.06

Codes

Color #857E87 in popluar color models

85 7E 87
RGB 133 126 135
HSL 287° 3.61% 51.18%
HSB/HSV 287° 6.67% 52.94%
CMYK 1.48% 6.67% 0.00%
47.06%

Color #857E87 in popluar number systems.

HEX 85 7E 87
Decimal 133 126 135
Binary 10000101 1111110 10000111
Octal 205 176 207

Shades and tints

Shades of #857E87

#857E87
(133,126,135)
#79737B
(121,115,123)
#6D686F
(109,104,111)
#615D63
(97,93,99)
#555257
(85,82,87)
#49474B
(73,71,75)
#3D3C3F
(61,60,63)
#313133
(49,49,51)
#252627
(37,38,39)
#191B1B
(25,27,27)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #857E87

#857E87
(133,126,135)
#908991
(144,137,145)
#9B949B
(155,148,155)
#A69FA5
(166,159,165)
#B1AAAF
(177,170,175)
#BCB5B9
(188,181,185)
#C7C0C3
(199,192,195)
#D2CBCD
(210,203,205)
#DDD6D7
(221,214,215)
#E8E1E1
(232,225,225)
#F3ECEB
(243,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857E87 color. Also use rgb(133,126,135) instead hex code.

Text Font Color

.myTextColor { color: #857E87; }

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

This text font color is #857E87.

Background Color

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

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

This div background color is #857E87.

Border color

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

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

This div border color is #857E87.

Opacity

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

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

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

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

This text has shadow with #857E87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #857E87.

Preview

Color preview on black background

This text has color #857E87 on black background.


Color preview on white background

This text has color #857E87 on white background.


Black color preview on #857E87 background

This text has black color on #857E87 background.


White color preview on #857E87 background

This text has white color on #857E87 background.


Related colors

Complementary color

Complementary color for #hex is #7A8178.


I love getcolorcode.com

Triadic colors

1 #87857E and #7E8785 with #857E87 are triadic colors.

2 #877E85 and #7E8587 with #857E87 are triadic colors.