COLOR #857E8D

HEX: #857E8D
RGB: (133,126,141)

Color info

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

RGB color model

#857E8D color RGB value is (133,126,141).

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

RGB channels and saturation

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

133
126
141

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

Portions of RGB colors in percentages

R + G + B =
133 + 126 + 141 = 400 (100%)
R 133 of 400 ~ 33.25%
G 126 of 400 ~ 31.5%
B 141 of 400 ~ 35.25%

%33.25
%31.5
%35.25

CMYK color model

#857E8D color CMYK value is (6,11,0,45).

  • cyan value is 5.67%
  • magenta value is 10.64%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(6,11,0,45)
C6M11Y0K45 
(6%,11%,0%,45%)
(0.06/0.11/0.00/0.45)	

CMYK percentages

%5.67
%10.64
%0
%44.71

Codes

Color #857E8D in popluar color models

857E8D
RGB133126141
HSL268°6.17%52.35%
HSB/HSV268°10.64%55.29%
CMYK5.67%10.64%0.00%
44.71%

Color #857E8D in popluar number systems.

HEX857E8D
Decimal133126141
Binary10000101111111010001101
Octal205176215

Shades and tints

Shades of #857E8D

#857E8D
(133,126,141)
#797381
(121,115,129)
#6D6875
(109,104,117)
#615D69
(97,93,105)
#55525D
(85,82,93)
#494751
(73,71,81)
#3D3C45
(61,60,69)
#313139
(49,49,57)
#25262D
(37,38,45)
#191B21
(25,27,33)
#0D1015
(13,16,21)
#000000
(0,0,0)

Tints of #857E8D

#857E8D
(133,126,141)
#908997
(144,137,151)
#9B94A1
(155,148,161)
#A69FAB
(166,159,171)
#B1AAB5
(177,170,181)
#BCB5BF
(188,181,191)
#C7C0C9
(199,192,201)
#D2CBD3
(210,203,211)
#DDD6DD
(221,214,221)
#E8E1E7
(232,225,231)
#F3ECF1
(243,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857E8D; }

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

This text font color is #857E8D.


Background Color

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

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

This div background color is #857E8D.


Border color

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

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

This div border color is #857E8D.


Opacity

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

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

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

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

This text has shadow with #857E8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857E8D on black background.


Color preview on white background

This text has color #857E8D on white background.



Black color preview on #857E8D background

This text has black color on #857E8D background.


White color preview on #857E8D background

This text has white color on #857E8D background.