COLOR #859BA6

HEX: #859BA6
RGB: (133,155,166)

Color info

#859BA6 contains red, green and blue colors in about the same proportion. Web safe color of #859BA6 is #999999 (or #999).

RGB color model

#859BA6 color RGB value is (133,155,166).

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

RGB channels and saturation

R 133 of 255 = 52%
G 155 of 255 = 61%
B 166 of 255 = 65%

133
155
166

R + G + B ~ 59%. #859BA6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 155 + 166 = 454 (100%)
R 133 of 454 ~ 29.3%
G 155 of 454 ~ 34.14%
B 166 of 454 ~ 36.56%

%29.3
%34.14
%36.56

CMYK color model

#859BA6 color CMYK value is (20,7,0,35).

  • cyan value is 19.88%
  • magenta value is 6.63%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(20,7,0,35)
C20M7Y0K35 
(20%,7%,0%,35%)
(0.20/0.07/0.00/0.35)	

CMYK percentages

%19.88
%6.63
%0
%34.9

Codes

Color #859BA6 in popluar color models

859BA6
RGB133155166
HSL200°15.64%58.63%
HSB/HSV200°19.88%65.10%
CMYK19.88%6.63%0.00%
34.90%

Color #859BA6 in popluar number systems.

HEX859BA6
Decimal133155166
Binary100001011001101110100110
Octal205233246

Shades and tints

Shades of #859BA6

#859BA6
(133,155,166)
#798D97
(121,141,151)
#6D7F88
(109,127,136)
#617179
(97,113,121)
#55636A
(85,99,106)
#49555B
(73,85,91)
#3D474C
(61,71,76)
#31393D
(49,57,61)
#252B2E
(37,43,46)
#191D1F
(25,29,31)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #859BA6

#859BA6
(133,155,166)
#90A4AE
(144,164,174)
#9BADB6
(155,173,182)
#A6B6BE
(166,182,190)
#B1BFC6
(177,191,198)
#BCC8CE
(188,200,206)
#C7D1D6
(199,209,214)
#D2DADE
(210,218,222)
#DDE3E6
(221,227,230)
#E8ECEE
(232,236,238)
#F3F5F6
(243,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #859BA6; }

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

This text font color is #859BA6.


Background Color

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

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

This div background color is #859BA6.


Border color

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

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

This div border color is #859BA6.


Opacity

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

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

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

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

This text has shadow with #859BA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859BA6 on black background.


Color preview on white background

This text has color #859BA6 on white background.



Black color preview on #859BA6 background

This text has black color on #859BA6 background.


White color preview on #859BA6 background

This text has white color on #859BA6 background.