COLOR #859BAB

HEX: #859BAB RGB: (133,155,171)

Color info

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

RGB color model

#859BAB color RGB value is (133,155,171).

RGB: (133,155,171) (52%, 61%, 67%)

RGB channels and saturation

R 133 of 255 = 52%
G 155 of 255 = 61%
B 171 of 255 = 67%

133
155
171

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

Portions of RGB colors in percentages

R + G + B = 133 + 155 + 171 = 459 (100%)
R 133 of 459 ~ 28.98%
G 155 of 459 ~ 33.77%
B 171 of 459 ~ 37.25'%

%28.98
%33.77
%37.25

CMYK color model

#859BAB color CMYK value is (22,9,0,33).

  • cyan value is 22.22%
  • magenta value is 9.36%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (22,9,0,33)
C22M9Y0K33 (22%, 9%, 0%, 33%)
(0.22 / 0.09 / 0.00 / 0.33)

CMYK percentages

%22.22
%9.36
%0
%32.94

Codes

Color #859BAB in popluar color models

85 9B AB
RGB 133 155 171
HSL 205° 18.45% 59.61%
HSB/HSV 205° 22.22% 67.06%
CMYK 22.22% 9.36% 0.00%
32.94%

Color #859BAB in popluar number systems.

HEX 85 9B AB
Decimal 133 155 171
Binary 10000101 10011011 10101011
Octal 205 233 253

Shades and tints

Shades of #859BAB

#859BAB
(133,155,171)
#798D9C
(121,141,156)
#6D7F8D
(109,127,141)
#61717E
(97,113,126)
#55636F
(85,99,111)
#495560
(73,85,96)
#3D4751
(61,71,81)
#313942
(49,57,66)
#252B33
(37,43,51)
#191D24
(25,29,36)
#0D0F15
(13,15,21)
#000000
(0,0,0)

Tints of #859BAB

#859BAB
(133,155,171)
#90A4B2
(144,164,178)
#9BADB9
(155,173,185)
#A6B6C0
(166,182,192)
#B1BFC7
(177,191,199)
#BCC8CE
(188,200,206)
#C7D1D5
(199,209,213)
#D2DADC
(210,218,220)
#DDE3E3
(221,227,227)
#E8ECEA
(232,236,234)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #859BAB; }

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

This text font color is #859BAB.

Background Color

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

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

This div background color is #859BAB.

Border color

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

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

This div border color is #859BAB.

Opacity

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

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

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

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

This text has shadow with #859BAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #859BAB.

Preview

Color preview on black background

This text has color #859BAB on black background.


Color preview on white background

This text has color #859BAB on white background.


Black color preview on #859BAB background

This text has black color on #859BAB background.


White color preview on #859BAB background

This text has white color on #859BAB background.


Related colors

Complementary color

Complementary color for #hex is #7A6454.


I love getcolorcode.com

Triadic colors

1 #AB859B and #9BAB85 with #859BAB are triadic colors.

2 #AB9B85 and #9B85AB with #859BAB are triadic colors.