COLOR #857EC1

HEX: #857EC1
RGB: (133,126,193)

Color info

#857EC1 contains mainly blue color. Web safe color of #857EC1 is #9966CC (or #96C).

RGB color model

#857EC1 color RGB value is (133,126,193).

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

RGB channels and saturation

R 133 of 255 = 52%
G 126 of 255 = 49%
B 193 of 255 = 76%

133
126
193

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

Portions of RGB colors in percentages

R + G + B =
133 + 126 + 193 = 452 (100%)
R 133 of 452 ~ 29.42%
G 126 of 452 ~ 27.88%
B 193 of 452 ~ 42.7%

%29.42
%27.88
%42.7

CMYK color model

#857EC1 color CMYK value is (31,35,0,24).

  • cyan value is 31.09%
  • magenta value is 34.72%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(31,35,0,24)
C31M35Y0K24 
(31%,35%,0%,24%)
(0.31/0.35/0.00/0.24)	

CMYK percentages

%31.09
%34.72
%0
%24.31

Codes

Color #857EC1 in popluar color models

857EC1
RGB133126193
HSL246°35.08%62.55%
HSB/HSV246°34.72%75.69%
CMYK31.09%34.72%0.00%
24.31%

Color #857EC1 in popluar number systems.

HEX857EC1
Decimal133126193
Binary10000101111111011000001
Octal205176301

Shades and tints

Shades of #857EC1

#857EC1
(133,126,193)
#7973B0
(121,115,176)
#6D689F
(109,104,159)
#615D8E
(97,93,142)
#55527D
(85,82,125)
#49476C
(73,71,108)
#3D3C5B
(61,60,91)
#31314A
(49,49,74)
#252639
(37,38,57)
#191B28
(25,27,40)
#0D1017
(13,16,23)
#000000
(0,0,0)

Tints of #857EC1

#857EC1
(133,126,193)
#9089C6
(144,137,198)
#9B94CB
(155,148,203)
#A69FD0
(166,159,208)
#B1AAD5
(177,170,213)
#BCB5DA
(188,181,218)
#C7C0DF
(199,192,223)
#D2CBE4
(210,203,228)
#DDD6E9
(221,214,233)
#E8E1EE
(232,225,238)
#F3ECF3
(243,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857EC1; }

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

This text font color is #857EC1.


Background Color

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

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

This div background color is #857EC1.


Border color

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

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

This div border color is #857EC1.


Opacity

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

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

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

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

This text has shadow with #857EC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857EC1 on black background.


Color preview on white background

This text has color #857EC1 on white background.



Black color preview on #857EC1 background

This text has black color on #857EC1 background.


White color preview on #857EC1 background

This text has white color on #857EC1 background.