COLOR #859BA9

HEX: #859BA9
RGB: (133,155,169)

Color info

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

RGB color model

#859BA9 color RGB value is (133,155,169).

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

RGB channels and saturation

R 133 of 255 = 52%
G 155 of 255 = 61%
B 169 of 255 = 66%

133
155
169

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

Portions of RGB colors in percentages

R + G + B =
133 + 155 + 169 = 457 (100%)
R 133 of 457 ~ 29.1%
G 155 of 457 ~ 33.92%
B 169 of 457 ~ 36.98%

%29.1
%33.92
%36.98

CMYK color model

#859BA9 color CMYK value is (21,8,0,34).

  • cyan value is 21.30%
  • magenta value is 8.28%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(21,8,0,34)
C21M8Y0K34 
(21%,8%,0%,34%)
(0.21/0.08/0.00/0.34)	

CMYK percentages

%21.3
%8.28
%0
%33.73

Codes

Color #859BA9 in popluar color models

859BA9
RGB133155169
HSL203°17.31%59.22%
HSB/HSV203°21.30%66.27%
CMYK21.30%8.28%0.00%
33.73%

Color #859BA9 in popluar number systems.

HEX859BA9
Decimal133155169
Binary100001011001101110101001
Octal205233251

Shades and tints

Shades of #859BA9

#859BA9
(133,155,169)
#798D9A
(121,141,154)
#6D7F8B
(109,127,139)
#61717C
(97,113,124)
#55636D
(85,99,109)
#49555E
(73,85,94)
#3D474F
(61,71,79)
#313940
(49,57,64)
#252B31
(37,43,49)
#191D22
(25,29,34)
#0D0F13
(13,15,19)
#000000
(0,0,0)

Tints of #859BA9

#859BA9
(133,155,169)
#90A4B0
(144,164,176)
#9BADB7
(155,173,183)
#A6B6BE
(166,182,190)
#B1BFC5
(177,191,197)
#BCC8CC
(188,200,204)
#C7D1D3
(199,209,211)
#D2DADA
(210,218,218)
#DDE3E1
(221,227,225)
#E8ECE8
(232,236,232)
#F3F5EF
(243,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #859BA9; }

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

This text font color is #859BA9.


Background Color

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

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

This div background color is #859BA9.


Border color

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

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

This div border color is #859BA9.


Opacity

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

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

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

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

This text has shadow with #859BA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859BA9 on black background.


Color preview on white background

This text has color #859BA9 on white background.



Black color preview on #859BA9 background

This text has black color on #859BA9 background.


White color preview on #859BA9 background

This text has white color on #859BA9 background.