COLOR #859CB7

HEX: #859CB7 RGB: (133,156,183)

Color info

#859CB7 contains red, green and blue colors in about the same proportion. Web safe color of #859CB7 is #9999CC (or #99C).

RGB color model

#859CB7 color RGB value is (133,156,183).

RGB: (133,156,183) (52%, 61%, 72%)

RGB channels and saturation

R 133 of 255 = 52%
G 156 of 255 = 61%
B 183 of 255 = 72%

133
156
183

R + G + B ~ 62%. #859CB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 156 + 183 = 472 (100%)
R 133 of 472 ~ 28.18%
G 156 of 472 ~ 33.05%
B 183 of 472 ~ 38.77'%

%28.18
%33.05
%38.77

CMYK color model

#859CB7 color CMYK value is (27,15,0,28).

  • cyan value is 27.32%
  • magenta value is 14.75%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (27,15,0,28)
C27M15Y0K28 (27%, 15%, 0%, 28%)
(0.27 / 0.15 / 0.00 / 0.28)

CMYK percentages

%27.32
%14.75
%0
%28.24

Codes

Color #859CB7 in popluar color models

85 9C B7
RGB 133 156 183
HSL 212° 25.77% 61.96%
HSB/HSV 212° 27.32% 71.76%
CMYK 27.32% 14.75% 0.00%
28.24%

Color #859CB7 in popluar number systems.

HEX 85 9C B7
Decimal 133 156 183
Binary 10000101 10011100 10110111
Octal 205 234 267

Shades and tints

Shades of #859CB7

#859CB7
(133,156,183)
#798EA7
(121,142,167)
#6D8097
(109,128,151)
#617287
(97,114,135)
#556477
(85,100,119)
#495667
(73,86,103)
#3D4857
(61,72,87)
#313A47
(49,58,71)
#252C37
(37,44,55)
#191E27
(25,30,39)
#0D1017
(13,16,23)
#000000
(0,0,0)

Tints of #859CB7

#859CB7
(133,156,183)
#90A5BD
(144,165,189)
#9BAEC3
(155,174,195)
#A6B7C9
(166,183,201)
#B1C0CF
(177,192,207)
#BCC9D5
(188,201,213)
#C7D2DB
(199,210,219)
#D2DBE1
(210,219,225)
#DDE4E7
(221,228,231)
#E8EDED
(232,237,237)
#F3F6F3
(243,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #859CB7 color. Also use rgb(133,156,183) instead hex code.

Text Font Color

.myTextColor { color: #859CB7; }

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

This text font color is #859CB7.

Background Color

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

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

This div background color is #859CB7.

Border color

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

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

This div border color is #859CB7.

Opacity

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

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

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

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

This text has shadow with #859CB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #859CB7.

Preview

Color preview on black background

This text has color #859CB7 on black background.


Color preview on white background

This text has color #859CB7 on white background.


Black color preview on #859CB7 background

This text has black color on #859CB7 background.


White color preview on #859CB7 background

This text has white color on #859CB7 background.


Related colors

Complementary color

Complementary color for #hex is #7A6348.


I love getcolorcode.com

Triadic colors

1 #B7859C and #9CB785 with #859CB7 are triadic colors.

2 #B79C85 and #9C85B7 with #859CB7 are triadic colors.