COLOR #857B8C

HEX: #857B8C RGB: (133,123,140)

Color info

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

RGB color model

#857B8C color RGB value is (133,123,140).

RGB: (133,123,140) (52%, 48%, 55%)

RGB channels and saturation

R 133 of 255 = 52%
G 123 of 255 = 48%
B 140 of 255 = 55%

133
123
140

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

Portions of RGB colors in percentages

R + G + B = 133 + 123 + 140 = 396 (100%)
R 133 of 396 ~ 33.59%
G 123 of 396 ~ 31.06%
B 140 of 396 ~ 35.35'%

%33.59
%31.06
%35.35

CMYK color model

#857B8C color CMYK value is (5,12,0,45).

  • cyan value is 5.00%
  • magenta value is 12.14%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (5,12,0,45)
C5M12Y0K45 (5%, 12%, 0%, 45%)
(0.05 / 0.12 / 0.00 / 0.45)

CMYK percentages

%5
%12.14
%0
%45.1

Codes

Color #857B8C in popluar color models

85 7B 8C
RGB 133 123 140
HSL 275° 6.88% 51.57%
HSB/HSV 275° 12.14% 54.90%
CMYK 5.00% 12.14% 0.00%
45.10%

Color #857B8C in popluar number systems.

HEX 85 7B 8C
Decimal 133 123 140
Binary 10000101 1111011 10001100
Octal 205 173 214

Shades and tints

Shades of #857B8C

#857B8C
(133,123,140)
#797080
(121,112,128)
#6D6574
(109,101,116)
#615A68
(97,90,104)
#554F5C
(85,79,92)
#494450
(73,68,80)
#3D3944
(61,57,68)
#312E38
(49,46,56)
#25232C
(37,35,44)
#191820
(25,24,32)
#0D0D14
(13,13,20)
#000000
(0,0,0)

Tints of #857B8C

#857B8C
(133,123,140)
#908796
(144,135,150)
#9B93A0
(155,147,160)
#A69FAA
(166,159,170)
#B1ABB4
(177,171,180)
#BCB7BE
(188,183,190)
#C7C3C8
(199,195,200)
#D2CFD2
(210,207,210)
#DDDBDC
(221,219,220)
#E8E7E6
(232,231,230)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857B8C color. Also use rgb(133,123,140) instead hex code.

Text Font Color

.myTextColor { color: #857B8C; }

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

This text font color is #857B8C.

Background Color

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

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

This div background color is #857B8C.

Border color

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

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

This div border color is #857B8C.

Opacity

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

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

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

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

This text has shadow with #857B8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #857B8C.

Preview

Color preview on black background

This text has color #857B8C on black background.


Color preview on white background

This text has color #857B8C on white background.


Black color preview on #857B8C background

This text has black color on #857B8C background.


White color preview on #857B8C background

This text has white color on #857B8C background.


Related colors

Complementary color

Complementary color for #hex is #7A8473.


I love getcolorcode.com

Triadic colors

1 #8C857B and #7B8C85 with #857B8C are triadic colors.

2 #8C7B85 and #7B858C with #857B8C are triadic colors.