COLOR #857887

HEX: #857887
RGB: (133,120,135)

Color info

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

RGB color model

#857887 color RGB value is (133,120,135).

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

RGB channels and saturation

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

133
120
135

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

Portions of RGB colors in percentages

R + G + B =
133 + 120 + 135 = 388 (100%)
R 133 of 388 ~ 34.28%
G 120 of 388 ~ 30.93%
B 135 of 388 ~ 34.79%

%34.28
%30.93
%34.79

CMYK color model

#857887 color CMYK value is (1,11,0,47).

  • cyan value is 1.48%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(1,11,0,47)
C1M11Y0K47 
(1%,11%,0%,47%)
(0.01/0.11/0.00/0.47)	

CMYK percentages

%1.48
%11.11
%0
%47.06

Codes

Color #857887 in popluar color models

857887
RGB133120135
HSL292°5.88%50.00%
HSB/HSV292°11.11%52.94%
CMYK1.48%11.11%0.00%
47.06%

Color #857887 in popluar number systems.

HEX857887
Decimal133120135
Binary10000101111100010000111
Octal205170207

Shades and tints

Shades of #857887

#857887
(133,120,135)
#796E7B
(121,110,123)
#6D646F
(109,100,111)
#615A63
(97,90,99)
#555057
(85,80,87)
#49464B
(73,70,75)
#3D3C3F
(61,60,63)
#313233
(49,50,51)
#252827
(37,40,39)
#191E1B
(25,30,27)
#0D140F
(13,20,15)
#000000
(0,0,0)

Tints of #857887

#857887
(133,120,135)
#908491
(144,132,145)
#9B909B
(155,144,155)
#A69CA5
(166,156,165)
#B1A8AF
(177,168,175)
#BCB4B9
(188,180,185)
#C7C0C3
(199,192,195)
#D2CCCD
(210,204,205)
#DDD8D7
(221,216,215)
#E8E4E1
(232,228,225)
#F3F0EB
(243,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857887; }

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

This text font color is #857887.


Background Color

.myBgColor { background-color: #857887; }

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

This div background color is #857887.


Border color

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

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

This div border color is #857887.


Opacity

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

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

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

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

This text has shadow with #857887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857887 on black background.


Color preview on white background

This text has color #857887 on white background.



Black color preview on #857887 background

This text has black color on #857887 background.


White color preview on #857887 background

This text has white color on #857887 background.