COLOR #857C93

HEX: #857C93
RGB: (133,124,147)

Color info

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

RGB color model

#857C93 color RGB value is (133,124,147).

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

RGB channels and saturation

R 133 of 255 = 52%
G 124 of 255 = 49%
B 147 of 255 = 58%

133
124
147

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

Portions of RGB colors in percentages

R + G + B =
133 + 124 + 147 = 404 (100%)
R 133 of 404 ~ 32.92%
G 124 of 404 ~ 30.69%
B 147 of 404 ~ 36.39%

%32.92
%30.69
%36.39

CMYK color model

#857C93 color CMYK value is (10,16,0,42).

  • cyan value is 9.52%
  • magenta value is 15.65%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(10,16,0,42)
C10M16Y0K42 
(10%,16%,0%,42%)
(0.10/0.16/0.00/0.42)	

CMYK percentages

%9.52
%15.65
%0
%42.35

Codes

Color #857C93 in popluar color models

857C93
RGB133124147
HSL263°9.62%53.14%
HSB/HSV263°15.65%57.65%
CMYK9.52%15.65%0.00%
42.35%

Color #857C93 in popluar number systems.

HEX857C93
Decimal133124147
Binary10000101111110010010011
Octal205174223

Shades and tints

Shades of #857C93

#857C93
(133,124,147)
#797186
(121,113,134)
#6D6679
(109,102,121)
#615B6C
(97,91,108)
#55505F
(85,80,95)
#494552
(73,69,82)
#3D3A45
(61,58,69)
#312F38
(49,47,56)
#25242B
(37,36,43)
#19191E
(25,25,30)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #857C93

#857C93
(133,124,147)
#90879C
(144,135,156)
#9B92A5
(155,146,165)
#A69DAE
(166,157,174)
#B1A8B7
(177,168,183)
#BCB3C0
(188,179,192)
#C7BEC9
(199,190,201)
#D2C9D2
(210,201,210)
#DDD4DB
(221,212,219)
#E8DFE4
(232,223,228)
#F3EAED
(243,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857C93; }

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

This text font color is #857C93.


Background Color

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

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

This div background color is #857C93.


Border color

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

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

This div border color is #857C93.


Opacity

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

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

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

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

This text has shadow with #857C93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857C93 on black background.


Color preview on white background

This text has color #857C93 on white background.



Black color preview on #857C93 background

This text has black color on #857C93 background.


White color preview on #857C93 background

This text has white color on #857C93 background.