COLOR #859DBC

HEX: #859DBC RGB: (133,157,188)

Color info

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

RGB color model

#859DBC color RGB value is (133,157,188).

RGB: (133,157,188) (52%, 62%, 74%)

RGB channels and saturation

R 133 of 255 = 52%
G 157 of 255 = 62%
B 188 of 255 = 74%

133
157
188

R + G + B ~ 63%. #859DBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 157 + 188 = 478 (100%)
R 133 of 478 ~ 27.82%
G 157 of 478 ~ 32.85%
B 188 of 478 ~ 39.33'%

%27.82
%32.85
%39.33

CMYK color model

#859DBC color CMYK value is (29,16,0,26).

  • cyan value is 29.26%
  • magenta value is 16.49%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (29,16,0,26)
C29M16Y0K26 (29%, 16%, 0%, 26%)
(0.29 / 0.16 / 0.00 / 0.26)

CMYK percentages

%29.26
%16.49
%0
%26.27

Codes

Color #859DBC in popluar color models

85 9D BC
RGB 133 157 188
HSL 214° 29.10% 62.94%
HSB/HSV 214° 29.26% 73.73%
CMYK 29.26% 16.49% 0.00%
26.27%

Color #859DBC in popluar number systems.

HEX 85 9D BC
Decimal 133 157 188
Binary 10000101 10011101 10111100
Octal 205 235 274

Shades and tints

Shades of #859DBC

#859DBC
(133,157,188)
#798FAB
(121,143,171)
#6D819A
(109,129,154)
#617389
(97,115,137)
#556578
(85,101,120)
#495767
(73,87,103)
#3D4956
(61,73,86)
#313B45
(49,59,69)
#252D34
(37,45,52)
#191F23
(25,31,35)
#0D1112
(13,17,18)
#000000
(0,0,0)

Tints of #859DBC

#859DBC
(133,157,188)
#90A5C2
(144,165,194)
#9BADC8
(155,173,200)
#A6B5CE
(166,181,206)
#B1BDD4
(177,189,212)
#BCC5DA
(188,197,218)
#C7CDE0
(199,205,224)
#D2D5E6
(210,213,230)
#DDDDEC
(221,221,236)
#E8E5F2
(232,229,242)
#F3EDF8
(243,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #859DBC; }

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

This text font color is #859DBC.

Background Color

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

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

This div background color is #859DBC.

Border color

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

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

This div border color is #859DBC.

Opacity

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

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

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

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

This text has shadow with #859DBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #859DBC.

Preview

Color preview on black background

This text has color #859DBC on black background.


Color preview on white background

This text has color #859DBC on white background.


Black color preview on #859DBC background

This text has black color on #859DBC background.


White color preview on #859DBC background

This text has white color on #859DBC background.


Related colors

Complementary color

Complementary color for #hex is #7A6243.


I love getcolorcode.com

Triadic colors

1 #BC859D and #9DBC85 with #859DBC are triadic colors.

2 #BC9D85 and #9D85BC with #859DBC are triadic colors.