COLOR #857F93

HEX: #857F93 RGB: (133,127,147)

Color info

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

RGB color model

#857F93 color RGB value is (133,127,147).

RGB: (133,127,147) (52%, 50%, 58%)

RGB channels and saturation

R 133 of 255 = 52%
G 127 of 255 = 50%
B 147 of 255 = 58%

133
127
147

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

Portions of RGB colors in percentages

R + G + B = 133 + 127 + 147 = 407 (100%)
R 133 of 407 ~ 32.68%
G 127 of 407 ~ 31.2%
B 147 of 407 ~ 36.12'%

%32.68
%31.2
%36.12

CMYK color model

#857F93 color CMYK value is (10,14,0,42).

  • cyan value is 9.52%
  • magenta value is 13.61%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (10,14,0,42)
C10M14Y0K42 (10%, 14%, 0%, 42%)
(0.10 / 0.14 / 0.00 / 0.42)

CMYK percentages

%9.52
%13.61
%0
%42.35

Codes

Color #857F93 in popluar color models

85 7F 93
RGB 133 127 147
HSL 258° 8.47% 53.73%
HSB/HSV 258° 13.61% 57.65%
CMYK 9.52% 13.61% 0.00%
42.35%

Color #857F93 in popluar number systems.

HEX 85 7F 93
Decimal 133 127 147
Binary 10000101 1111111 10010011
Octal 205 177 223

Shades and tints

Shades of #857F93

#857F93
(133,127,147)
#797486
(121,116,134)
#6D6979
(109,105,121)
#615E6C
(97,94,108)
#55535F
(85,83,95)
#494852
(73,72,82)
#3D3D45
(61,61,69)
#313238
(49,50,56)
#25272B
(37,39,43)
#191C1E
(25,28,30)
#0D1111
(13,17,17)
#000000
(0,0,0)

Tints of #857F93

#857F93
(133,127,147)
#908A9C
(144,138,156)
#9B95A5
(155,149,165)
#A6A0AE
(166,160,174)
#B1ABB7
(177,171,183)
#BCB6C0
(188,182,192)
#C7C1C9
(199,193,201)
#D2CCD2
(210,204,210)
#DDD7DB
(221,215,219)
#E8E2E4
(232,226,228)
#F3EDED
(243,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857F93; }

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

This text font color is #857F93.

Background Color

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

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

This div background color is #857F93.

Border color

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

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

This div border color is #857F93.

Opacity

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

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

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

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

This text has shadow with #857F93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #857F93.

Preview

Color preview on black background

This text has color #857F93 on black background.


Color preview on white background

This text has color #857F93 on white background.


Black color preview on #857F93 background

This text has black color on #857F93 background.


White color preview on #857F93 background

This text has white color on #857F93 background.


Related colors

Complementary color

Complementary color for #hex is #7A806C.


I love getcolorcode.com

Triadic colors

1 #93857F and #7F9385 with #857F93 are triadic colors.

2 #937F85 and #7F8593 with #857F93 are triadic colors.