COLOR #859EB2

HEX: #859EB2 RGB: (133,158,178)

Color info

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

RGB color model

#859EB2 color RGB value is (133,158,178).

RGB: (133,158,178) (52%, 62%, 70%)

RGB channels and saturation

R 133 of 255 = 52%
G 158 of 255 = 62%
B 178 of 255 = 70%

133
158
178

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

Portions of RGB colors in percentages

R + G + B = 133 + 158 + 178 = 469 (100%)
R 133 of 469 ~ 28.36%
G 158 of 469 ~ 33.69%
B 178 of 469 ~ 37.95'%

%28.36
%33.69
%37.95

CMYK color model

#859EB2 color CMYK value is (25,11,0,30).

  • cyan value is 25.28%
  • magenta value is 11.24%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (25,11,0,30)
C25M11Y0K30 (25%, 11%, 0%, 30%)
(0.25 / 0.11 / 0.00 / 0.30)

CMYK percentages

%25.28
%11.24
%0
%30.2

Codes

Color #859EB2 in popluar color models

85 9E B2
RGB 133 158 178
HSL 207° 22.61% 60.98%
HSB/HSV 207° 25.28% 69.80%
CMYK 25.28% 11.24% 0.00%
30.20%

Color #859EB2 in popluar number systems.

HEX 85 9E B2
Decimal 133 158 178
Binary 10000101 10011110 10110010
Octal 205 236 262

Shades and tints

Shades of #859EB2

#859EB2
(133,158,178)
#7990A2
(121,144,162)
#6D8292
(109,130,146)
#617482
(97,116,130)
#556672
(85,102,114)
#495862
(73,88,98)
#3D4A52
(61,74,82)
#313C42
(49,60,66)
#252E32
(37,46,50)
#192022
(25,32,34)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #859EB2

#859EB2
(133,158,178)
#90A6B9
(144,166,185)
#9BAEC0
(155,174,192)
#A6B6C7
(166,182,199)
#B1BECE
(177,190,206)
#BCC6D5
(188,198,213)
#C7CEDC
(199,206,220)
#D2D6E3
(210,214,227)
#DDDEEA
(221,222,234)
#E8E6F1
(232,230,241)
#F3EEF8
(243,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #859EB2 color. Also use rgb(133,158,178) instead hex code.

Text Font Color

.myTextColor { color: #859EB2; }

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

This text font color is #859EB2.

Background Color

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

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

This div background color is #859EB2.

Border color

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

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

This div border color is #859EB2.

Opacity

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

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

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

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

This text has shadow with #859EB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #859EB2.

Preview

Color preview on black background

This text has color #859EB2 on black background.


Color preview on white background

This text has color #859EB2 on white background.


Black color preview on #859EB2 background

This text has black color on #859EB2 background.


White color preview on #859EB2 background

This text has white color on #859EB2 background.


Related colors

Complementary color

Complementary color for #hex is #7A614D.


I love getcolorcode.com

Triadic colors

1 #B2859E and #9EB285 with #859EB2 are triadic colors.

2 #B29E85 and #9E85B2 with #859EB2 are triadic colors.