COLOR #859DAB

HEX: #859DAB RGB: (133,157,171)

Color info

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

RGB color model

#859DAB color RGB value is (133,157,171).

RGB: (133,157,171) (52%, 62%, 67%)

RGB channels and saturation

R 133 of 255 = 52%
G 157 of 255 = 62%
B 171 of 255 = 67%

133
157
171

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

Portions of RGB colors in percentages

R + G + B = 133 + 157 + 171 = 461 (100%)
R 133 of 461 ~ 28.85%
G 157 of 461 ~ 34.06%
B 171 of 461 ~ 37.09'%

%28.85
%34.06
%37.09

CMYK color model

#859DAB color CMYK value is (22,8,0,33).

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

CMYK: (22,8,0,33)
C22M8Y0K33 (22%, 8%, 0%, 33%)
(0.22 / 0.08 / 0.00 / 0.33)

CMYK percentages

%22.22
%8.19
%0
%32.94

Codes

Color #859DAB in popluar color models

85 9D AB
RGB 133 157 171
HSL 202° 18.45% 59.61%
HSB/HSV 202° 22.22% 67.06%
CMYK 22.22% 8.19% 0.00%
32.94%

Color #859DAB in popluar number systems.

HEX 85 9D AB
Decimal 133 157 171
Binary 10000101 10011101 10101011
Octal 205 235 253

Shades and tints

Shades of #859DAB

#859DAB
(133,157,171)
#798F9C
(121,143,156)
#6D818D
(109,129,141)
#61737E
(97,115,126)
#55656F
(85,101,111)
#495760
(73,87,96)
#3D4951
(61,73,81)
#313B42
(49,59,66)
#252D33
(37,45,51)
#191F24
(25,31,36)
#0D1115
(13,17,21)
#000000
(0,0,0)

Tints of #859DAB

#859DAB
(133,157,171)
#90A5B2
(144,165,178)
#9BADB9
(155,173,185)
#A6B5C0
(166,181,192)
#B1BDC7
(177,189,199)
#BCC5CE
(188,197,206)
#C7CDD5
(199,205,213)
#D2D5DC
(210,213,220)
#DDDDE3
(221,221,227)
#E8E5EA
(232,229,234)
#F3EDF1
(243,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #859DAB; }

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

This text font color is #859DAB.

Background Color

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

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

This div background color is #859DAB.

Border color

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

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

This div border color is #859DAB.

Opacity

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

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

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

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

This text has shadow with #859DAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #859DAB.

Preview

Color preview on black background

This text has color #859DAB on black background.


Color preview on white background

This text has color #859DAB on white background.


Black color preview on #859DAB background

This text has black color on #859DAB background.


White color preview on #859DAB background

This text has white color on #859DAB background.


Related colors

Complementary color

Complementary color for #hex is #7A6254.


I love getcolorcode.com

Triadic colors

1 #AB859D and #9DAB85 with #859DAB are triadic colors.

2 #AB9D85 and #9D85AB with #859DAB are triadic colors.