COLOR #858EB6

HEX: #858EB6
RGB: (133,142,182)

Color info

#858EB6 contains red, green and blue colors in about the same proportion. Web safe color of #858EB6 is #9999CC (or #99C).

RGB color model

#858EB6 color RGB value is (133,142,182).

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

RGB channels and saturation

R 133 of 255 = 52%
G 142 of 255 = 56%
B 182 of 255 = 71%

133
142
182

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

Portions of RGB colors in percentages

R + G + B =
133 + 142 + 182 = 457 (100%)
R 133 of 457 ~ 29.1%
G 142 of 457 ~ 31.07%
B 182 of 457 ~ 39.82%

%29.1
%31.07
%39.82

CMYK color model

#858EB6 color CMYK value is (27,22,0,29).

  • cyan value is 26.92%
  • magenta value is 21.98%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(27,22,0,29)
C27M22Y0K29 
(27%,22%,0%,29%)
(0.27/0.22/0.00/0.29)	

CMYK percentages

%26.92
%21.98
%0
%28.63

Codes

Color #858EB6 in popluar color models

858EB6
RGB133142182
HSL229°25.13%61.76%
HSB/HSV229°26.92%71.37%
CMYK26.92%21.98%0.00%
28.63%

Color #858EB6 in popluar number systems.

HEX858EB6
Decimal133142182
Binary100001011000111010110110
Octal205216266

Shades and tints

Shades of #858EB6

#858EB6
(133,142,182)
#7982A6
(121,130,166)
#6D7696
(109,118,150)
#616A86
(97,106,134)
#555E76
(85,94,118)
#495266
(73,82,102)
#3D4656
(61,70,86)
#313A46
(49,58,70)
#252E36
(37,46,54)
#192226
(25,34,38)
#0D1616
(13,22,22)
#000000
(0,0,0)

Tints of #858EB6

#858EB6
(133,142,182)
#9098BC
(144,152,188)
#9BA2C2
(155,162,194)
#A6ACC8
(166,172,200)
#B1B6CE
(177,182,206)
#BCC0D4
(188,192,212)
#C7CADA
(199,202,218)
#D2D4E0
(210,212,224)
#DDDEE6
(221,222,230)
#E8E8EC
(232,232,236)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #858EB6 color. Also use rgb(133,142,182) instead hex code.

Text Font Color

.myTextColor { color: #858EB6; }

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

This text font color is #858EB6.


Background Color

.myBgColor { background-color: #858EB6; }

<div style="background-color:#858EB6">Inner text</div>

This div background color is #858EB6.


Border color

.myBorderColor { border: 1px solid #858EB6; }

<div style="border:3px solid #858EB6">Div</div>

This div border color is #858EB6.


Opacity

.myOpacity80 { color: #858EB6; opacity: 0.8; }

<p style="color:#858EB6;opacity:0.8;">80%</p>

Text with #858EB6 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 #858EB6;}

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

This text has shadow with #858EB6 color.

.textShadow {text-shadow: 3px 3px 1px #858EB6, 3px 3px 1px red;}

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

This text has shadow with #858EB6 primary color and red secondary color.


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

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

This text has shadow with #858EB6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858EB6 on black background.


Color preview on white background

This text has color #858EB6 on white background.



Black color preview on #858EB6 background

This text has black color on #858EB6 background.


White color preview on #858EB6 background

This text has white color on #858EB6 background.