COLOR #859FAF

HEX: #859FAF RGB: (133,159,175)

Color info

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

RGB color model

#859FAF color RGB value is (133,159,175).

RGB: (133,159,175) (52%, 62%, 69%)

RGB channels and saturation

R 133 of 255 = 52%
G 159 of 255 = 62%
B 175 of 255 = 69%

133
159
175

R + G + B ~ 61%. #859FAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 159 + 175 = 467 (100%)
R 133 of 467 ~ 28.48%
G 159 of 467 ~ 34.05%
B 175 of 467 ~ 37.47'%

%28.48
%34.05
%37.47

CMYK color model

#859FAF color CMYK value is (24,9,0,31).

  • cyan value is 24.00%
  • magenta value is 9.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK: (24,9,0,31) C24M9Y0K31 (24%,9%,0%,31%) (0.24/0.09/0.00/0.31) 

CMYK percentages

%24
%9.14
%0
%31.37

Codes

Color #859FAF in popluar color models

85 9F AF
RGB 133 159 175
HSL 203° 20.79% 60.39%
HSB/HSV 203° 24.00% 68.63%
CMYK 24.00% 9.14% 0.00%
31.37%

Color #859FAF in popluar number systems.

HEX 85 9F AF
Decimal 133 159 175
Binary 10000101 10011111 10101111
Octal 205 237 257

Shades and tints

Shades of #859FAF

#859FAF
(133,159,175)
#7991A0
(121,145,160)
#6D8391
(109,131,145)
#617582
(97,117,130)
#556773
(85,103,115)
#495964
(73,89,100)
#3D4B55
(61,75,85)
#313D46
(49,61,70)
#252F37
(37,47,55)
#192128
(25,33,40)
#0D1319
(13,19,25)
#000000
(0,0,0)

Tints of #859FAF

#859FAF
(133,159,175)
#90A7B6
(144,167,182)
#9BAFBD
(155,175,189)
#A6B7C4
(166,183,196)
#B1BFCB
(177,191,203)
#BCC7D2
(188,199,210)
#C7CFD9
(199,207,217)
#D2D7E0
(210,215,224)
#DDDFE7
(221,223,231)
#E8E7EE
(232,231,238)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #859FAF; }

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

This text font color is #859FAF.

Background Color

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

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

This div background color is #859FAF.

Border color

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

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

This div border color is #859FAF.

Opacity

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

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

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

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

This text has shadow with #859FAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #859FAF.

Preview

Color preview on black background

This text has color #859FAF on black background.


Color preview on white background

This text has color #859FAF on white background.


Black color preview on #859FAF background

This text has black color on #859FAF background.


White color preview on #859FAF background

This text has white color on #859FAF background.


Related colors

Complementary color

Complementary color for #hex is #7A6050.


I love getcolorcode.com

Triadic colors

1 #AF859F and #9FAF85 with #859FAF are triadic colors.

2 #AF9F85 and #9F85AF with #859FAF are triadic colors.