COLOR #857C8F

HEX: #857C8F
RGB: (133,124,143)

Color info

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

RGB color model

#857C8F color RGB value is (133,124,143).

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

RGB channels and saturation

R 133 of 255 = 52%
G 124 of 255 = 49%
B 143 of 255 = 56%

133
124
143

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

Portions of RGB colors in percentages

R + G + B =
133 + 124 + 143 = 400 (100%)
R 133 of 400 ~ 33.25%
G 124 of 400 ~ 31%
B 143 of 400 ~ 35.75%

%33.25
%31
%35.75

CMYK color model

#857C8F color CMYK value is (7,13,0,44).

  • cyan value is 6.99%
  • magenta value is 13.29%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(7,13,0,44)
C7M13Y0K44 
(7%,13%,0%,44%)
(0.07/0.13/0.00/0.44)	

CMYK percentages

%6.99
%13.29
%0
%43.92

Codes

Color #857C8F in popluar color models

857C8F
RGB133124143
HSL268°7.82%52.35%
HSB/HSV268°13.29%56.08%
CMYK6.99%13.29%0.00%
43.92%

Color #857C8F in popluar number systems.

HEX857C8F
Decimal133124143
Binary10000101111110010001111
Octal205174217

Shades and tints

Shades of #857C8F

#857C8F
(133,124,143)
#797182
(121,113,130)
#6D6675
(109,102,117)
#615B68
(97,91,104)
#55505B
(85,80,91)
#49454E
(73,69,78)
#3D3A41
(61,58,65)
#312F34
(49,47,52)
#252427
(37,36,39)
#19191A
(25,25,26)
#0D0E0D
(13,14,13)
#000000
(0,0,0)

Tints of #857C8F

#857C8F
(133,124,143)
#908799
(144,135,153)
#9B92A3
(155,146,163)
#A69DAD
(166,157,173)
#B1A8B7
(177,168,183)
#BCB3C1
(188,179,193)
#C7BECB
(199,190,203)
#D2C9D5
(210,201,213)
#DDD4DF
(221,212,223)
#E8DFE9
(232,223,233)
#F3EAF3
(243,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857C8F; }

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

This text font color is #857C8F.


Background Color

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

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

This div background color is #857C8F.


Border color

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

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

This div border color is #857C8F.


Opacity

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

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

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

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

This text has shadow with #857C8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857C8F on black background.


Color preview on white background

This text has color #857C8F on white background.



Black color preview on #857C8F background

This text has black color on #857C8F background.


White color preview on #857C8F background

This text has white color on #857C8F background.