COLOR #859AB2

HEX: #859AB2
RGB: (133,154,178)

Color info

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

RGB color model

#859AB2 color RGB value is (133,154,178).

  • red value is 133;
  • green value is 154;
  • blue value is 178.
RGB:
(133,154,178)
(52%,60%,70%)

RGB channels and saturation

R 133 of 255 = 52%
G 154 of 255 = 60%
B 178 of 255 = 70%

133
154
178

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

Portions of RGB colors in percentages

R + G + B =
133 + 154 + 178 = 465 (100%)
R 133 of 465 ~ 28.6%
G 154 of 465 ~ 33.12%
B 178 of 465 ~ 38.28%

%28.6
%33.12
%38.28

CMYK color model

#859AB2 color CMYK value is (25,13,0,30).

  • cyan value is 25.28%
  • magenta value is 13.48%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(25,13,0,30)
C25M13Y0K30 
(25%,13%,0%,30%)
(0.25/0.13/0.00/0.30)	

CMYK percentages

%25.28
%13.48
%0
%30.2

Codes

Color #859AB2 in popluar color models

859AB2
RGB133154178
HSL212°22.61%60.98%
HSB/HSV212°25.28%69.80%
CMYK25.28%13.48%0.00%
30.20%

Color #859AB2 in popluar number systems.

HEX859AB2
Decimal133154178
Binary100001011001101010110010
Octal205232262

Shades and tints

Shades of #859AB2

#859AB2
(133,154,178)
#798CA2
(121,140,162)
#6D7E92
(109,126,146)
#617082
(97,112,130)
#556272
(85,98,114)
#495462
(73,84,98)
#3D4652
(61,70,82)
#313842
(49,56,66)
#252A32
(37,42,50)
#191C22
(25,28,34)
#0D0E12
(13,14,18)
#000000
(0,0,0)

Tints of #859AB2

#859AB2
(133,154,178)
#90A3B9
(144,163,185)
#9BACC0
(155,172,192)
#A6B5C7
(166,181,199)
#B1BECE
(177,190,206)
#BCC7D5
(188,199,213)
#C7D0DC
(199,208,220)
#D2D9E3
(210,217,227)
#DDE2EA
(221,226,234)
#E8EBF1
(232,235,241)
#F3F4F8
(243,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #859AB2; }

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

This text font color is #859AB2.


Background Color

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

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

This div background color is #859AB2.


Border color

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

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

This div border color is #859AB2.


Opacity

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

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

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

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

This text has shadow with #859AB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859AB2 on black background.


Color preview on white background

This text has color #859AB2 on white background.



Black color preview on #859AB2 background

This text has black color on #859AB2 background.


White color preview on #859AB2 background

This text has white color on #859AB2 background.