COLOR #857EBA

HEX: #857EBA
RGB: (133,126,186)

Color info

#857EBA contains mainly red and blue colors. Web safe color of #857EBA is #9966CC (or #96C).

RGB color model

#857EBA color RGB value is (133,126,186).

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

RGB channels and saturation

R 133 of 255 = 52%
G 126 of 255 = 49%
B 186 of 255 = 73%

133
126
186

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

Portions of RGB colors in percentages

R + G + B =
133 + 126 + 186 = 445 (100%)
R 133 of 445 ~ 29.89%
G 126 of 445 ~ 28.31%
B 186 of 445 ~ 41.8%

%29.89
%28.31
%41.8

CMYK color model

#857EBA color CMYK value is (28,32,0,27).

  • cyan value is 28.49%
  • magenta value is 32.26%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(28,32,0,27)
C28M32Y0K27 
(28%,32%,0%,27%)
(0.28/0.32/0.00/0.27)	

CMYK percentages

%28.49
%32.26
%0
%27.06

Codes

Color #857EBA in popluar color models

857EBA
RGB133126186
HSL247°30.30%61.18%
HSB/HSV247°32.26%72.94%
CMYK28.49%32.26%0.00%
27.06%

Color #857EBA in popluar number systems.

HEX857EBA
Decimal133126186
Binary10000101111111010111010
Octal205176272

Shades and tints

Shades of #857EBA

#857EBA
(133,126,186)
#7973AA
(121,115,170)
#6D689A
(109,104,154)
#615D8A
(97,93,138)
#55527A
(85,82,122)
#49476A
(73,71,106)
#3D3C5A
(61,60,90)
#31314A
(49,49,74)
#25263A
(37,38,58)
#191B2A
(25,27,42)
#0D101A
(13,16,26)
#000000
(0,0,0)

Tints of #857EBA

#857EBA
(133,126,186)
#9089C0
(144,137,192)
#9B94C6
(155,148,198)
#A69FCC
(166,159,204)
#B1AAD2
(177,170,210)
#BCB5D8
(188,181,216)
#C7C0DE
(199,192,222)
#D2CBE4
(210,203,228)
#DDD6EA
(221,214,234)
#E8E1F0
(232,225,240)
#F3ECF6
(243,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857EBA; }

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

This text font color is #857EBA.


Background Color

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

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

This div background color is #857EBA.


Border color

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

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

This div border color is #857EBA.


Opacity

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

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

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

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

This text has shadow with #857EBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857EBA on black background.


Color preview on white background

This text has color #857EBA on white background.



Black color preview on #857EBA background

This text has black color on #857EBA background.


White color preview on #857EBA background

This text has white color on #857EBA background.