COLOR #857EB6

HEX: #857EB6
RGB: (133,126,182)

Color info

#857EB6 contains red, green and blue colors in about the same proportion. Web safe color of #857EB6 is #9966CC (or #96C).

RGB color model

#857EB6 color RGB value is (133,126,182).

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

RGB channels and saturation

R 133 of 255 = 52%
G 126 of 255 = 49%
B 182 of 255 = 71%

133
126
182

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

Portions of RGB colors in percentages

R + G + B =
133 + 126 + 182 = 441 (100%)
R 133 of 441 ~ 30.16%
G 126 of 441 ~ 28.57%
B 182 of 441 ~ 41.27%

%30.16
%28.57
%41.27

CMYK color model

#857EB6 color CMYK value is (27,31,0,29).

  • cyan value is 26.92%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(27,31,0,29)
C27M31Y0K29 
(27%,31%,0%,29%)
(0.27/0.31/0.00/0.29)	

CMYK percentages

%26.92
%30.77
%0
%28.63

Codes

Color #857EB6 in popluar color models

857EB6
RGB133126182
HSL248°27.72%60.39%
HSB/HSV248°30.77%71.37%
CMYK26.92%30.77%0.00%
28.63%

Color #857EB6 in popluar number systems.

HEX857EB6
Decimal133126182
Binary10000101111111010110110
Octal205176266

Shades and tints

Shades of #857EB6

#857EB6
(133,126,182)
#7973A6
(121,115,166)
#6D6896
(109,104,150)
#615D86
(97,93,134)
#555276
(85,82,118)
#494766
(73,71,102)
#3D3C56
(61,60,86)
#313146
(49,49,70)
#252636
(37,38,54)
#191B26
(25,27,38)
#0D1016
(13,16,22)
#000000
(0,0,0)

Tints of #857EB6

#857EB6
(133,126,182)
#9089BC
(144,137,188)
#9B94C2
(155,148,194)
#A69FC8
(166,159,200)
#B1AACE
(177,170,206)
#BCB5D4
(188,181,212)
#C7C0DA
(199,192,218)
#D2CBE0
(210,203,224)
#DDD6E6
(221,214,230)
#E8E1EC
(232,225,236)
#F3ECF2
(243,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857EB6; }

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

This text font color is #857EB6.


Background Color

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

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

This div background color is #857EB6.


Border color

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

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

This div border color is #857EB6.


Opacity

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

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

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

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

This text has shadow with #857EB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857EB6 on black background.


Color preview on white background

This text has color #857EB6 on white background.



Black color preview on #857EB6 background

This text has black color on #857EB6 background.


White color preview on #857EB6 background

This text has white color on #857EB6 background.