COLOR #857EC9

HEX: #857EC9
RGB: (133,126,201)

Color info

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

RGB color model

#857EC9 color RGB value is (133,126,201).

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

RGB channels and saturation

R 133 of 255 = 52%
G 126 of 255 = 49%
B 201 of 255 = 79%

133
126
201

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

Portions of RGB colors in percentages

R + G + B =
133 + 126 + 201 = 460 (100%)
R 133 of 460 ~ 28.91%
G 126 of 460 ~ 27.39%
B 201 of 460 ~ 43.7%

%28.91
%27.39
%43.7

CMYK color model

#857EC9 color CMYK value is (34,37,0,21).

  • cyan value is 33.83%
  • magenta value is 37.31%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(34,37,0,21)
C34M37Y0K21 
(34%,37%,0%,21%)
(0.34/0.37/0.00/0.21)	

CMYK percentages

%33.83
%37.31
%0
%21.18

Codes

Color #857EC9 in popluar color models

857EC9
RGB133126201
HSL246°40.98%64.12%
HSB/HSV246°37.31%78.82%
CMYK33.83%37.31%0.00%
21.18%

Color #857EC9 in popluar number systems.

HEX857EC9
Decimal133126201
Binary10000101111111011001001
Octal205176311

Shades and tints

Shades of #857EC9

#857EC9
(133,126,201)
#7973B7
(121,115,183)
#6D68A5
(109,104,165)
#615D93
(97,93,147)
#555281
(85,82,129)
#49476F
(73,71,111)
#3D3C5D
(61,60,93)
#31314B
(49,49,75)
#252639
(37,38,57)
#191B27
(25,27,39)
#0D1015
(13,16,21)
#000000
(0,0,0)

Tints of #857EC9

#857EC9
(133,126,201)
#9089CD
(144,137,205)
#9B94D1
(155,148,209)
#A69FD5
(166,159,213)
#B1AAD9
(177,170,217)
#BCB5DD
(188,181,221)
#C7C0E1
(199,192,225)
#D2CBE5
(210,203,229)
#DDD6E9
(221,214,233)
#E8E1ED
(232,225,237)
#F3ECF1
(243,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857EC9; }

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

This text font color is #857EC9.


Background Color

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

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

This div background color is #857EC9.


Border color

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

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

This div border color is #857EC9.


Opacity

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

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

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

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

This text has shadow with #857EC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857EC9 on black background.


Color preview on white background

This text has color #857EC9 on white background.



Black color preview on #857EC9 background

This text has black color on #857EC9 background.


White color preview on #857EC9 background

This text has white color on #857EC9 background.