COLOR #857EBB

HEX: #857EBB
RGB: (133,126,187)

Color info

#857EBB contains mainly red and blue colors. Web safe color of #857EBB is #9966CC (or #96C).

RGB color model

#857EBB color RGB value is (133,126,187).

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

RGB channels and saturation

R 133 of 255 = 52%
G 126 of 255 = 49%
B 187 of 255 = 73%

133
126
187

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

Portions of RGB colors in percentages

R + G + B =
133 + 126 + 187 = 446 (100%)
R 133 of 446 ~ 29.82%
G 126 of 446 ~ 28.25%
B 187 of 446 ~ 41.93%

%29.82
%28.25
%41.93

CMYK color model

#857EBB color CMYK value is (29,33,0,27).

  • cyan value is 28.88%
  • magenta value is 32.62%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(29,33,0,27)
C29M33Y0K27 
(29%,33%,0%,27%)
(0.29/0.33/0.00/0.27)	

CMYK percentages

%28.88
%32.62
%0
%26.67

Codes

Color #857EBB in popluar color models

857EBB
RGB133126187
HSL247°30.96%61.37%
HSB/HSV247°32.62%73.33%
CMYK28.88%32.62%0.00%
26.67%

Color #857EBB in popluar number systems.

HEX857EBB
Decimal133126187
Binary10000101111111010111011
Octal205176273

Shades and tints

Shades of #857EBB

#857EBB
(133,126,187)
#7973AA
(121,115,170)
#6D6899
(109,104,153)
#615D88
(97,93,136)
#555277
(85,82,119)
#494766
(73,71,102)
#3D3C55
(61,60,85)
#313144
(49,49,68)
#252633
(37,38,51)
#191B22
(25,27,34)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #857EBB

#857EBB
(133,126,187)
#9089C1
(144,137,193)
#9B94C7
(155,148,199)
#A69FCD
(166,159,205)
#B1AAD3
(177,170,211)
#BCB5D9
(188,181,217)
#C7C0DF
(199,192,223)
#D2CBE5
(210,203,229)
#DDD6EB
(221,214,235)
#E8E1F1
(232,225,241)
#F3ECF7
(243,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857EBB; }

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

This text font color is #857EBB.


Background Color

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

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

This div background color is #857EBB.


Border color

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

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

This div border color is #857EBB.


Opacity

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

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

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

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

This text has shadow with #857EBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857EBB on black background.


Color preview on white background

This text has color #857EBB on white background.



Black color preview on #857EBB background

This text has black color on #857EBB background.


White color preview on #857EBB background

This text has white color on #857EBB background.