COLOR #857A8B

HEX: #857A8B
RGB: (133,122,139)

Color info

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

RGB color model

#857A8B color RGB value is (133,122,139).

  • red value is 133;
  • green value is 122;
  • blue value is 139.
RGB:
(133,122,139)
(52%,48%,55%)

RGB channels and saturation

R 133 of 255 = 52%
G 122 of 255 = 48%
B 139 of 255 = 55%

133
122
139

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

Portions of RGB colors in percentages

R + G + B =
133 + 122 + 139 = 394 (100%)
R 133 of 394 ~ 33.76%
G 122 of 394 ~ 30.96%
B 139 of 394 ~ 35.28%

%33.76
%30.96
%35.28

CMYK color model

#857A8B color CMYK value is (4,12,0,45).

  • cyan value is 4.32%
  • magenta value is 12.23%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(4,12,0,45)
C4M12Y0K45 
(4%,12%,0%,45%)
(0.04/0.12/0.00/0.45)	

CMYK percentages

%4.32
%12.23
%0
%45.49

Codes

Color #857A8B in popluar color models

857A8B
RGB133122139
HSL279°6.83%51.18%
HSB/HSV279°12.23%54.51%
CMYK4.32%12.23%0.00%
45.49%

Color #857A8B in popluar number systems.

HEX857A8B
Decimal133122139
Binary10000101111101010001011
Octal205172213

Shades and tints

Shades of #857A8B

#857A8B
(133,122,139)
#796F7F
(121,111,127)
#6D6473
(109,100,115)
#615967
(97,89,103)
#554E5B
(85,78,91)
#49434F
(73,67,79)
#3D3843
(61,56,67)
#312D37
(49,45,55)
#25222B
(37,34,43)
#19171F
(25,23,31)
#0D0C13
(13,12,19)
#000000
(0,0,0)

Tints of #857A8B

#857A8B
(133,122,139)
#908695
(144,134,149)
#9B929F
(155,146,159)
#A69EA9
(166,158,169)
#B1AAB3
(177,170,179)
#BCB6BD
(188,182,189)
#C7C2C7
(199,194,199)
#D2CED1
(210,206,209)
#DDDADB
(221,218,219)
#E8E6E5
(232,230,229)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857A8B color. Also use rgb(133,122,139) instead hex code.

Text Font Color

.myTextColor { color: #857A8B; }

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

This text font color is #857A8B.


Background Color

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

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

This div background color is #857A8B.


Border color

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

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

This div border color is #857A8B.


Opacity

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

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

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

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

This text has shadow with #857A8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857A8B on black background.


Color preview on white background

This text has color #857A8B on white background.



Black color preview on #857A8B background

This text has black color on #857A8B background.


White color preview on #857A8B background

This text has white color on #857A8B background.