COLOR #857F9A

HEX: #857F9A
RGB: (133,127,154)

Color info

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

RGB color model

#857F9A color RGB value is (133,127,154).

  • red value is 133;
  • green value is 127;
  • blue value is 154.
RGB:
(133,127,154)
(52%,50%,60%)

RGB channels and saturation

R 133 of 255 = 52%
G 127 of 255 = 50%
B 154 of 255 = 60%

133
127
154

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

Portions of RGB colors in percentages

R + G + B =
133 + 127 + 154 = 414 (100%)
R 133 of 414 ~ 32.13%
G 127 of 414 ~ 30.68%
B 154 of 414 ~ 37.2%

%32.13
%30.68
%37.2

CMYK color model

#857F9A color CMYK value is (14,18,0,40).

  • cyan value is 13.64%
  • magenta value is 17.53%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(14,18,0,40)
C14M18Y0K40 
(14%,18%,0%,40%)
(0.14/0.18/0.00/0.40)	

CMYK percentages

%13.64
%17.53
%0
%39.61

Codes

Color #857F9A in popluar color models

857F9A
RGB133127154
HSL253°11.79%55.10%
HSB/HSV253°17.53%60.39%
CMYK13.64%17.53%0.00%
39.61%

Color #857F9A in popluar number systems.

HEX857F9A
Decimal133127154
Binary10000101111111110011010
Octal205177232

Shades and tints

Shades of #857F9A

#857F9A
(133,127,154)
#79748C
(121,116,140)
#6D697E
(109,105,126)
#615E70
(97,94,112)
#555362
(85,83,98)
#494854
(73,72,84)
#3D3D46
(61,61,70)
#313238
(49,50,56)
#25272A
(37,39,42)
#191C1C
(25,28,28)
#0D110E
(13,17,14)
#000000
(0,0,0)

Tints of #857F9A

#857F9A
(133,127,154)
#908AA3
(144,138,163)
#9B95AC
(155,149,172)
#A6A0B5
(166,160,181)
#B1ABBE
(177,171,190)
#BCB6C7
(188,182,199)
#C7C1D0
(199,193,208)
#D2CCD9
(210,204,217)
#DDD7E2
(221,215,226)
#E8E2EB
(232,226,235)
#F3EDF4
(243,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857F9A; }

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

This text font color is #857F9A.


Background Color

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

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

This div background color is #857F9A.


Border color

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

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

This div border color is #857F9A.


Opacity

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

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

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

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

This text has shadow with #857F9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857F9A on black background.


Color preview on white background

This text has color #857F9A on white background.



Black color preview on #857F9A background

This text has black color on #857F9A background.


White color preview on #857F9A background

This text has white color on #857F9A background.