COLOR #859CBB

HEX: #859CBB
RGB: (133,156,187)

Color info

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

RGB color model

#859CBB color RGB value is (133,156,187).

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

RGB channels and saturation

R 133 of 255 = 52%
G 156 of 255 = 61%
B 187 of 255 = 73%

133
156
187

R + G + B ~ 62%. #859CBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 156 + 187 = 476 (100%)
R 133 of 476 ~ 27.94%
G 156 of 476 ~ 32.77%
B 187 of 476 ~ 39.29%

%27.94
%32.77
%39.29

CMYK color model

#859CBB color CMYK value is (29,17,0,27).

  • cyan value is 28.88%
  • magenta value is 16.58%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(29,17,0,27)
C29M17Y0K27 
(29%,17%,0%,27%)
(0.29/0.17/0.00/0.27)	

CMYK percentages

%28.88
%16.58
%0
%26.67

Codes

Color #859CBB in popluar color models

859CBB
RGB133156187
HSL214°28.42%62.75%
HSB/HSV214°28.88%73.33%
CMYK28.88%16.58%0.00%
26.67%

Color #859CBB in popluar number systems.

HEX859CBB
Decimal133156187
Binary100001011001110010111011
Octal205234273

Shades and tints

Shades of #859CBB

#859CBB
(133,156,187)
#798EAA
(121,142,170)
#6D8099
(109,128,153)
#617288
(97,114,136)
#556477
(85,100,119)
#495666
(73,86,102)
#3D4855
(61,72,85)
#313A44
(49,58,68)
#252C33
(37,44,51)
#191E22
(25,30,34)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #859CBB

#859CBB
(133,156,187)
#90A5C1
(144,165,193)
#9BAEC7
(155,174,199)
#A6B7CD
(166,183,205)
#B1C0D3
(177,192,211)
#BCC9D9
(188,201,217)
#C7D2DF
(199,210,223)
#D2DBE5
(210,219,229)
#DDE4EB
(221,228,235)
#E8EDF1
(232,237,241)
#F3F6F7
(243,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #859CBB color. Also use rgb(133,156,187) instead hex code.

Text Font Color

.myTextColor { color: #859CBB; }

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

This text font color is #859CBB.


Background Color

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

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

This div background color is #859CBB.


Border color

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

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

This div border color is #859CBB.


Opacity

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

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

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

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

This text has shadow with #859CBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859CBB on black background.


Color preview on white background

This text has color #859CBB on white background.



Black color preview on #859CBB background

This text has black color on #859CBB background.


White color preview on #859CBB background

This text has white color on #859CBB background.