COLOR #857987

HEX: #857987
RGB: (133,121,135)

Color info

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

RGB color model

#857987 color RGB value is (133,121,135).

  • red value is 133;
  • green value is 121;
  • blue value is 135.
RGB:
(133,121,135)
(52%,47%,53%)

RGB channels and saturation

R 133 of 255 = 52%
G 121 of 255 = 47%
B 135 of 255 = 53%

133
121
135

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

Portions of RGB colors in percentages

R + G + B =
133 + 121 + 135 = 389 (100%)
R 133 of 389 ~ 34.19%
G 121 of 389 ~ 31.11%
B 135 of 389 ~ 34.7%

%34.19
%31.11
%34.7

CMYK color model

#857987 color CMYK value is (1,10,0,47).

  • cyan value is 1.48%
  • magenta value is 10.37%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(1,10,0,47)
C1M10Y0K47 
(1%,10%,0%,47%)
(0.01/0.10/0.00/0.47)	

CMYK percentages

%1.48
%10.37
%0
%47.06

Codes

Color #857987 in popluar color models

857987
RGB133121135
HSL291°5.51%50.20%
HSB/HSV291°10.37%52.94%
CMYK1.48%10.37%0.00%
47.06%

Color #857987 in popluar number systems.

HEX857987
Decimal133121135
Binary10000101111100110000111
Octal205171207

Shades and tints

Shades of #857987

#857987
(133,121,135)
#796E7B
(121,110,123)
#6D636F
(109,99,111)
#615863
(97,88,99)
#554D57
(85,77,87)
#49424B
(73,66,75)
#3D373F
(61,55,63)
#312C33
(49,44,51)
#252127
(37,33,39)
#19161B
(25,22,27)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #857987

#857987
(133,121,135)
#908591
(144,133,145)
#9B919B
(155,145,155)
#A69DA5
(166,157,165)
#B1A9AF
(177,169,175)
#BCB5B9
(188,181,185)
#C7C1C3
(199,193,195)
#D2CDCD
(210,205,205)
#DDD9D7
(221,217,215)
#E8E5E1
(232,229,225)
#F3F1EB
(243,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857987; }

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

This text font color is #857987.


Background Color

.myBgColor { background-color: #857987; }

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

This div background color is #857987.


Border color

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

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

This div border color is #857987.


Opacity

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

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

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

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

This text has shadow with #857987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857987 on black background.


Color preview on white background

This text has color #857987 on white background.



Black color preview on #857987 background

This text has black color on #857987 background.


White color preview on #857987 background

This text has white color on #857987 background.