COLOR #857E8C

HEX: #857E8C
RGB: (133,126,140)

Color info

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

RGB color model

#857E8C color RGB value is (133,126,140).

  • red value is 133;
  • green value is 126;
  • blue value is 140.
RGB:
(133,126,140)
(52%,49%,55%)

RGB channels and saturation

R 133 of 255 = 52%
G 126 of 255 = 49%
B 140 of 255 = 55%

133
126
140

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

Portions of RGB colors in percentages

R + G + B =
133 + 126 + 140 = 399 (100%)
R 133 of 399 ~ 33.33%
G 126 of 399 ~ 31.58%
B 140 of 399 ~ 35.09%

%33.33
%31.58
%35.09

CMYK color model

#857E8C color CMYK value is (5,10,0,45).

  • cyan value is 5.00%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(5,10,0,45)
C5M10Y0K45 
(5%,10%,0%,45%)
(0.05/0.10/0.00/0.45)	

CMYK percentages

%5
%10
%0
%45.1

Codes

Color #857E8C in popluar color models

857E8C
RGB133126140
HSL270°5.74%52.16%
HSB/HSV270°10.00%54.90%
CMYK5.00%10.00%0.00%
45.10%

Color #857E8C in popluar number systems.

HEX857E8C
Decimal133126140
Binary10000101111111010001100
Octal205176214

Shades and tints

Shades of #857E8C

#857E8C
(133,126,140)
#797380
(121,115,128)
#6D6874
(109,104,116)
#615D68
(97,93,104)
#55525C
(85,82,92)
#494750
(73,71,80)
#3D3C44
(61,60,68)
#313138
(49,49,56)
#25262C
(37,38,44)
#191B20
(25,27,32)
#0D1014
(13,16,20)
#000000
(0,0,0)

Tints of #857E8C

#857E8C
(133,126,140)
#908996
(144,137,150)
#9B94A0
(155,148,160)
#A69FAA
(166,159,170)
#B1AAB4
(177,170,180)
#BCB5BE
(188,181,190)
#C7C0C8
(199,192,200)
#D2CBD2
(210,203,210)
#DDD6DC
(221,214,220)
#E8E1E6
(232,225,230)
#F3ECF0
(243,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857E8C; }

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

This text font color is #857E8C.


Background Color

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

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

This div background color is #857E8C.


Border color

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

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

This div border color is #857E8C.


Opacity

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

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

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

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

This text has shadow with #857E8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857E8C on black background.


Color preview on white background

This text has color #857E8C on white background.



Black color preview on #857E8C background

This text has black color on #857E8C background.


White color preview on #857E8C background

This text has white color on #857E8C background.