COLOR #859FB5

HEX: #859FB5
RGB: (133,159,181)

Color info

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

RGB color model

#859FB5 color RGB value is (133,159,181).

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

RGB channels and saturation

R 133 of 255 = 52%
G 159 of 255 = 62%
B 181 of 255 = 71%

133
159
181

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

Portions of RGB colors in percentages

R + G + B =
133 + 159 + 181 = 473 (100%)
R 133 of 473 ~ 28.12%
G 159 of 473 ~ 33.62%
B 181 of 473 ~ 38.27%

%28.12
%33.62
%38.27

CMYK color model

#859FB5 color CMYK value is (27,12,0,29).

  • cyan value is 26.52%
  • magenta value is 12.15%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(27,12,0,29)
C27M12Y0K29 
(27%,12%,0%,29%)
(0.27/0.12/0.00/0.29)	

CMYK percentages

%26.52
%12.15
%0
%29.02

Codes

Color #859FB5 in popluar color models

859FB5
RGB133159181
HSL208°24.49%61.57%
HSB/HSV208°26.52%70.98%
CMYK26.52%12.15%0.00%
29.02%

Color #859FB5 in popluar number systems.

HEX859FB5
Decimal133159181
Binary100001011001111110110101
Octal205237265

Shades and tints

Shades of #859FB5

#859FB5
(133,159,181)
#7991A5
(121,145,165)
#6D8395
(109,131,149)
#617585
(97,117,133)
#556775
(85,103,117)
#495965
(73,89,101)
#3D4B55
(61,75,85)
#313D45
(49,61,69)
#252F35
(37,47,53)
#192125
(25,33,37)
#0D1315
(13,19,21)
#000000
(0,0,0)

Tints of #859FB5

#859FB5
(133,159,181)
#90A7BB
(144,167,187)
#9BAFC1
(155,175,193)
#A6B7C7
(166,183,199)
#B1BFCD
(177,191,205)
#BCC7D3
(188,199,211)
#C7CFD9
(199,207,217)
#D2D7DF
(210,215,223)
#DDDFE5
(221,223,229)
#E8E7EB
(232,231,235)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #859FB5; }

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

This text font color is #859FB5.


Background Color

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

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

This div background color is #859FB5.


Border color

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

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

This div border color is #859FB5.


Opacity

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

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

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

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

This text has shadow with #859FB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859FB5 on black background.


Color preview on white background

This text has color #859FB5 on white background.



Black color preview on #859FB5 background

This text has black color on #859FB5 background.


White color preview on #859FB5 background

This text has white color on #859FB5 background.