COLOR #857087

HEX: #857087
RGB: (133,112,135)

Color info

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

RGB color model

#857087 color RGB value is (133,112,135).

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

RGB channels and saturation

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

133
112
135

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

Portions of RGB colors in percentages

R + G + B =
133 + 112 + 135 = 380 (100%)
R 133 of 380 ~ 35%
G 112 of 380 ~ 29.47%
B 135 of 380 ~ 35.53%

%35
%29.47
%35.53

CMYK color model

#857087 color CMYK value is (1,17,0,47).

  • cyan value is 1.48%
  • magenta value is 17.04%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(1,17,0,47)
C1M17Y0K47 
(1%,17%,0%,47%)
(0.01/0.17/0.00/0.47)	

CMYK percentages

%1.48
%17.04
%0
%47.06

Codes

Color #857087 in popluar color models

857087
RGB133112135
HSL295°9.31%48.43%
HSB/HSV295°17.04%52.94%
CMYK1.48%17.04%0.00%
47.06%

Color #857087 in popluar number systems.

HEX857087
Decimal133112135
Binary10000101111000010000111
Octal205160207

Shades and tints

Shades of #857087

#857087
(133,112,135)
#79667B
(121,102,123)
#6D5C6F
(109,92,111)
#615263
(97,82,99)
#554857
(85,72,87)
#493E4B
(73,62,75)
#3D343F
(61,52,63)
#312A33
(49,42,51)
#252027
(37,32,39)
#19161B
(25,22,27)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #857087

#857087
(133,112,135)
#907D91
(144,125,145)
#9B8A9B
(155,138,155)
#A697A5
(166,151,165)
#B1A4AF
(177,164,175)
#BCB1B9
(188,177,185)
#C7BEC3
(199,190,195)
#D2CBCD
(210,203,205)
#DDD8D7
(221,216,215)
#E8E5E1
(232,229,225)
#F3F2EB
(243,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857087; }

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

This text font color is #857087.


Background Color

.myBgColor { background-color: #857087; }

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

This div background color is #857087.


Border color

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

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

This div border color is #857087.


Opacity

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

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

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

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

This text has shadow with #857087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857087 on black background.


Color preview on white background

This text has color #857087 on white background.



Black color preview on #857087 background

This text has black color on #857087 background.


White color preview on #857087 background

This text has white color on #857087 background.