COLOR #857EB4

HEX: #857EB4
RGB: (133,126,180)

Color info

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

RGB color model

#857EB4 color RGB value is (133,126,180).

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

RGB channels and saturation

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

133
126
180

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

Portions of RGB colors in percentages

R + G + B =
133 + 126 + 180 = 439 (100%)
R 133 of 439 ~ 30.3%
G 126 of 439 ~ 28.7%
B 180 of 439 ~ 41%

%30.3
%28.7
%41

CMYK color model

#857EB4 color CMYK value is (26,30,0,29).

  • cyan value is 26.11%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(26,30,0,29)
C26M30Y0K29 
(26%,30%,0%,29%)
(0.26/0.30/0.00/0.29)	

CMYK percentages

%26.11
%30
%0
%29.41

Codes

Color #857EB4 in popluar color models

857EB4
RGB133126180
HSL248°26.47%60.00%
HSB/HSV248°30.00%70.59%
CMYK26.11%30.00%0.00%
29.41%

Color #857EB4 in popluar number systems.

HEX857EB4
Decimal133126180
Binary10000101111111010110100
Octal205176264

Shades and tints

Shades of #857EB4

#857EB4
(133,126,180)
#7973A4
(121,115,164)
#6D6894
(109,104,148)
#615D84
(97,93,132)
#555274
(85,82,116)
#494764
(73,71,100)
#3D3C54
(61,60,84)
#313144
(49,49,68)
#252634
(37,38,52)
#191B24
(25,27,36)
#0D1014
(13,16,20)
#000000
(0,0,0)

Tints of #857EB4

#857EB4
(133,126,180)
#9089BA
(144,137,186)
#9B94C0
(155,148,192)
#A69FC6
(166,159,198)
#B1AACC
(177,170,204)
#BCB5D2
(188,181,210)
#C7C0D8
(199,192,216)
#D2CBDE
(210,203,222)
#DDD6E4
(221,214,228)
#E8E1EA
(232,225,234)
#F3ECF0
(243,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857EB4; }

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

This text font color is #857EB4.


Background Color

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

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

This div background color is #857EB4.


Border color

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

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

This div border color is #857EB4.


Opacity

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

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

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

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

This text has shadow with #857EB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857EB4 on black background.


Color preview on white background

This text has color #857EB4 on white background.



Black color preview on #857EB4 background

This text has black color on #857EB4 background.


White color preview on #857EB4 background

This text has white color on #857EB4 background.