COLOR #859EC8

HEX: #859EC8
RGB: (133,158,200)

Color info

#859EC8 contains mainly green and blue colors. Web safe color of #859EC8 is #9999CC (or #99C).

RGB color model

#859EC8 color RGB value is (133,158,200).

  • red value is 133;
  • green value is 158;
  • blue value is 200.
RGB:
(133,158,200)
(52%,62%,78%)

RGB channels and saturation

R 133 of 255 = 52%
G 158 of 255 = 62%
B 200 of 255 = 78%

133
158
200

R + G + B ~ 64%. #859EC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 158 + 200 = 491 (100%)
R 133 of 491 ~ 27.09%
G 158 of 491 ~ 32.18%
B 200 of 491 ~ 40.73%

%27.09
%32.18
%40.73

CMYK color model

#859EC8 color CMYK value is (34,21,0,22).

  • cyan value is 33.50%
  • magenta value is 21.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(34,21,0,22)
C34M21Y0K22 
(34%,21%,0%,22%)
(0.34/0.21/0.00/0.22)	

CMYK percentages

%33.5
%21
%0
%21.57

Codes

Color #859EC8 in popluar color models

859EC8
RGB133158200
HSL218°37.85%65.29%
HSB/HSV218°33.50%78.43%
CMYK33.50%21.00%0.00%
21.57%

Color #859EC8 in popluar number systems.

HEX859EC8
Decimal133158200
Binary100001011001111011001000
Octal205236310

Shades and tints

Shades of #859EC8

#859EC8
(133,158,200)
#7990B6
(121,144,182)
#6D82A4
(109,130,164)
#617492
(97,116,146)
#556680
(85,102,128)
#49586E
(73,88,110)
#3D4A5C
(61,74,92)
#313C4A
(49,60,74)
#252E38
(37,46,56)
#192026
(25,32,38)
#0D1214
(13,18,20)
#000000
(0,0,0)

Tints of #859EC8

#859EC8
(133,158,200)
#90A6CD
(144,166,205)
#9BAED2
(155,174,210)
#A6B6D7
(166,182,215)
#B1BEDC
(177,190,220)
#BCC6E1
(188,198,225)
#C7CEE6
(199,206,230)
#D2D6EB
(210,214,235)
#DDDEF0
(221,222,240)
#E8E6F5
(232,230,245)
#F3EEFA
(243,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #859EC8 color. Also use rgb(133,158,200) instead hex code.

Text Font Color

.myTextColor { color: #859EC8; }

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

This text font color is #859EC8.


Background Color

.myBgColor { background-color: #859EC8; }

<div style="background-color:#859EC8">Inner text</div>

This div background color is #859EC8.


Border color

.myBorderColor { border: 1px solid #859EC8; }

<div style="border:3px solid #859EC8">Div</div>

This div border color is #859EC8.


Opacity

.myOpacity80 { color: #859EC8; opacity: 0.8; }

<p style="color:#859EC8;opacity:0.8;">80%</p>

Text with #859EC8 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 #859EC8;}

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

This text has shadow with #859EC8 color.

.textShadow {text-shadow: 3px 3px 1px #859EC8, 3px 3px 1px red;}

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

This text has shadow with #859EC8 primary color and red secondary color.


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

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

This text has shadow with #859EC8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859EC8 on black background.


Color preview on white background

This text has color #859EC8 on white background.



Black color preview on #859EC8 background

This text has black color on #859EC8 background.


White color preview on #859EC8 background

This text has white color on #859EC8 background.