COLOR #859BBF

HEX: #859BBF
RGB: (133,155,191)

Color info

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

RGB color model

#859BBF color RGB value is (133,155,191).

  • red value is 133;
  • green value is 155;
  • blue value is 191.
RGB:
(133,155,191)
(52%,61%,75%)

RGB channels and saturation

R 133 of 255 = 52%
G 155 of 255 = 61%
B 191 of 255 = 75%

133
155
191

R + G + B ~ 63%. #859BBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 155 + 191 = 479 (100%)
R 133 of 479 ~ 27.77%
G 155 of 479 ~ 32.36%
B 191 of 479 ~ 39.87%

%27.77
%32.36
%39.87

CMYK color model

#859BBF color CMYK value is (30,19,0,25).

  • cyan value is 30.37%
  • magenta value is 18.85%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(30,19,0,25)
C30M19Y0K25 
(30%,19%,0%,25%)
(0.30/0.19/0.00/0.25)	

CMYK percentages

%30.37
%18.85
%0
%25.1

Codes

Color #859BBF in popluar color models

859BBF
RGB133155191
HSL217°31.18%63.53%
HSB/HSV217°30.37%74.90%
CMYK30.37%18.85%0.00%
25.10%

Color #859BBF in popluar number systems.

HEX859BBF
Decimal133155191
Binary100001011001101110111111
Octal205233277

Shades and tints

Shades of #859BBF

#859BBF
(133,155,191)
#798DAE
(121,141,174)
#6D7F9D
(109,127,157)
#61718C
(97,113,140)
#55637B
(85,99,123)
#49556A
(73,85,106)
#3D4759
(61,71,89)
#313948
(49,57,72)
#252B37
(37,43,55)
#191D26
(25,29,38)
#0D0F15
(13,15,21)
#000000
(0,0,0)

Tints of #859BBF

#859BBF
(133,155,191)
#90A4C4
(144,164,196)
#9BADC9
(155,173,201)
#A6B6CE
(166,182,206)
#B1BFD3
(177,191,211)
#BCC8D8
(188,200,216)
#C7D1DD
(199,209,221)
#D2DAE2
(210,218,226)
#DDE3E7
(221,227,231)
#E8ECEC
(232,236,236)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #859BBF color. Also use rgb(133,155,191) instead hex code.

Text Font Color

.myTextColor { color: #859BBF; }

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

This text font color is #859BBF.


Background Color

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

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

This div background color is #859BBF.


Border color

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

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

This div border color is #859BBF.


Opacity

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

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

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

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

This text has shadow with #859BBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859BBF on black background.


Color preview on white background

This text has color #859BBF on white background.



Black color preview on #859BBF background

This text has black color on #859BBF background.


White color preview on #859BBF background

This text has white color on #859BBF background.