COLOR #857EB3

HEX: #857EB3
RGB: (133,126,179)

Color info

#857EB3 contains red, green and blue colors in about the same proportion. Web safe color of #857EB3 is #996699 (or #969).

RGB color model

#857EB3 color RGB value is (133,126,179).

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

RGB channels and saturation

R 133 of 255 = 52%
G 126 of 255 = 49%
B 179 of 255 = 70%

133
126
179

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

Portions of RGB colors in percentages

R + G + B =
133 + 126 + 179 = 438 (100%)
R 133 of 438 ~ 30.37%
G 126 of 438 ~ 28.77%
B 179 of 438 ~ 40.87%

%30.37
%28.77
%40.87

CMYK color model

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

  • cyan value is 25.70%
  • magenta value is 29.61%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(26,30,0,30)
C26M30Y0K30 
(26%,30%,0%,30%)
(0.26/0.30/0.00/0.30)	

CMYK percentages

%25.7
%29.61
%0
%29.8

Codes

Color #857EB3 in popluar color models

857EB3
RGB133126179
HSL248°25.85%59.80%
HSB/HSV248°29.61%70.20%
CMYK25.70%29.61%0.00%
29.80%

Color #857EB3 in popluar number systems.

HEX857EB3
Decimal133126179
Binary10000101111111010110011
Octal205176263

Shades and tints

Shades of #857EB3

#857EB3
(133,126,179)
#7973A3
(121,115,163)
#6D6893
(109,104,147)
#615D83
(97,93,131)
#555273
(85,82,115)
#494763
(73,71,99)
#3D3C53
(61,60,83)
#313143
(49,49,67)
#252633
(37,38,51)
#191B23
(25,27,35)
#0D1013
(13,16,19)
#000000
(0,0,0)

Tints of #857EB3

#857EB3
(133,126,179)
#9089B9
(144,137,185)
#9B94BF
(155,148,191)
#A69FC5
(166,159,197)
#B1AACB
(177,170,203)
#BCB5D1
(188,181,209)
#C7C0D7
(199,192,215)
#D2CBDD
(210,203,221)
#DDD6E3
(221,214,227)
#E8E1E9
(232,225,233)
#F3ECEF
(243,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857EB3; }

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

This text font color is #857EB3.


Background Color

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

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

This div background color is #857EB3.


Border color

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

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

This div border color is #857EB3.


Opacity

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

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

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

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

This text has shadow with #857EB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857EB3 on black background.


Color preview on white background

This text has color #857EB3 on white background.



Black color preview on #857EB3 background

This text has black color on #857EB3 background.


White color preview on #857EB3 background

This text has white color on #857EB3 background.