COLOR #859FB7

HEX: #859FB7
RGB: (133,159,183)

Color info

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

RGB color model

#859FB7 color RGB value is (133,159,183).

  • red value is 133;
  • green value is 159;
  • blue value is 183.
RGB:
(133,159,183)
(52%,62%,72%)

RGB channels and saturation

R 133 of 255 = 52%
G 159 of 255 = 62%
B 183 of 255 = 72%

133
159
183

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

Portions of RGB colors in percentages

R + G + B =
133 + 159 + 183 = 475 (100%)
R 133 of 475 ~ 28%
G 159 of 475 ~ 33.47%
B 183 of 475 ~ 38.53%

%28
%33.47
%38.53

CMYK color model

#859FB7 color CMYK value is (27,13,0,28).

  • cyan value is 27.32%
  • magenta value is 13.11%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(27,13,0,28)
C27M13Y0K28 
(27%,13%,0%,28%)
(0.27/0.13/0.00/0.28)	

CMYK percentages

%27.32
%13.11
%0
%28.24

Codes

Color #859FB7 in popluar color models

859FB7
RGB133159183
HSL209°25.77%61.96%
HSB/HSV209°27.32%71.76%
CMYK27.32%13.11%0.00%
28.24%

Color #859FB7 in popluar number systems.

HEX859FB7
Decimal133159183
Binary100001011001111110110111
Octal205237267

Shades and tints

Shades of #859FB7

#859FB7
(133,159,183)
#7991A7
(121,145,167)
#6D8397
(109,131,151)
#617587
(97,117,135)
#556777
(85,103,119)
#495967
(73,89,103)
#3D4B57
(61,75,87)
#313D47
(49,61,71)
#252F37
(37,47,55)
#192127
(25,33,39)
#0D1317
(13,19,23)
#000000
(0,0,0)

Tints of #859FB7

#859FB7
(133,159,183)
#90A7BD
(144,167,189)
#9BAFC3
(155,175,195)
#A6B7C9
(166,183,201)
#B1BFCF
(177,191,207)
#BCC7D5
(188,199,213)
#C7CFDB
(199,207,219)
#D2D7E1
(210,215,225)
#DDDFE7
(221,223,231)
#E8E7ED
(232,231,237)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #859FB7 color. Also use rgb(133,159,183) instead hex code.

Text Font Color

.myTextColor { color: #859FB7; }

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

This text font color is #859FB7.


Background Color

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

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

This div background color is #859FB7.


Border color

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

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

This div border color is #859FB7.


Opacity

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

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

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

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

This text has shadow with #859FB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859FB7 on black background.


Color preview on white background

This text has color #859FB7 on white background.



Black color preview on #859FB7 background

This text has black color on #859FB7 background.


White color preview on #859FB7 background

This text has white color on #859FB7 background.