COLOR #857BB6

HEX: #857BB6
RGB: (133,123,182)

Color info

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

RGB color model

#857BB6 color RGB value is (133,123,182).

  • red value is 133;
  • green value is 123;
  • blue value is 182.
RGB:
(133,123,182)
(52%,48%,71%)

RGB channels and saturation

R 133 of 255 = 52%
G 123 of 255 = 48%
B 182 of 255 = 71%

133
123
182

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

Portions of RGB colors in percentages

R + G + B =
133 + 123 + 182 = 438 (100%)
R 133 of 438 ~ 30.37%
G 123 of 438 ~ 28.08%
B 182 of 438 ~ 41.55%

%30.37
%28.08
%41.55

CMYK color model

#857BB6 color CMYK value is (27,32,0,29).

  • cyan value is 26.92%
  • magenta value is 32.42%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(27,32,0,29)
C27M32Y0K29 
(27%,32%,0%,29%)
(0.27/0.32/0.00/0.29)	

CMYK percentages

%26.92
%32.42
%0
%28.63

Codes

Color #857BB6 in popluar color models

857BB6
RGB133123182
HSL250°28.78%59.80%
HSB/HSV250°32.42%71.37%
CMYK26.92%32.42%0.00%
28.63%

Color #857BB6 in popluar number systems.

HEX857BB6
Decimal133123182
Binary10000101111101110110110
Octal205173266

Shades and tints

Shades of #857BB6

#857BB6
(133,123,182)
#7970A6
(121,112,166)
#6D6596
(109,101,150)
#615A86
(97,90,134)
#554F76
(85,79,118)
#494466
(73,68,102)
#3D3956
(61,57,86)
#312E46
(49,46,70)
#252336
(37,35,54)
#191826
(25,24,38)
#0D0D16
(13,13,22)
#000000
(0,0,0)

Tints of #857BB6

#857BB6
(133,123,182)
#9087BC
(144,135,188)
#9B93C2
(155,147,194)
#A69FC8
(166,159,200)
#B1ABCE
(177,171,206)
#BCB7D4
(188,183,212)
#C7C3DA
(199,195,218)
#D2CFE0
(210,207,224)
#DDDBE6
(221,219,230)
#E8E7EC
(232,231,236)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857BB6 color. Also use rgb(133,123,182) instead hex code.

Text Font Color

.myTextColor { color: #857BB6; }

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

This text font color is #857BB6.


Background Color

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

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

This div background color is #857BB6.


Border color

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

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

This div border color is #857BB6.


Opacity

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

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

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

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

This text has shadow with #857BB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857BB6 on black background.


Color preview on white background

This text has color #857BB6 on white background.



Black color preview on #857BB6 background

This text has black color on #857BB6 background.


White color preview on #857BB6 background

This text has white color on #857BB6 background.