COLOR #859AC5

HEX: #859AC5
RGB: (133,154,197)

Color info

#859AC5 contains mainly green and blue colors. Web safe color of #859AC5 is #9999CC (or #99C).

RGB color model

#859AC5 color RGB value is (133,154,197).

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

RGB channels and saturation

R 133 of 255 = 52%
G 154 of 255 = 60%
B 197 of 255 = 77%

133
154
197

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

Portions of RGB colors in percentages

R + G + B =
133 + 154 + 197 = 484 (100%)
R 133 of 484 ~ 27.48%
G 154 of 484 ~ 31.82%
B 197 of 484 ~ 40.7%

%27.48
%31.82
%40.7

CMYK color model

#859AC5 color CMYK value is (32,22,0,23).

  • cyan value is 32.49%
  • magenta value is 21.83%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(32,22,0,23)
C32M22Y0K23 
(32%,22%,0%,23%)
(0.32/0.22/0.00/0.23)	

CMYK percentages

%32.49
%21.83
%0
%22.75

Codes

Color #859AC5 in popluar color models

859AC5
RGB133154197
HSL220°35.56%64.71%
HSB/HSV220°32.49%77.25%
CMYK32.49%21.83%0.00%
22.75%

Color #859AC5 in popluar number systems.

HEX859AC5
Decimal133154197
Binary100001011001101011000101
Octal205232305

Shades and tints

Shades of #859AC5

#859AC5
(133,154,197)
#798CB4
(121,140,180)
#6D7EA3
(109,126,163)
#617092
(97,112,146)
#556281
(85,98,129)
#495470
(73,84,112)
#3D465F
(61,70,95)
#31384E
(49,56,78)
#252A3D
(37,42,61)
#191C2C
(25,28,44)
#0D0E1B
(13,14,27)
#000000
(0,0,0)

Tints of #859AC5

#859AC5
(133,154,197)
#90A3CA
(144,163,202)
#9BACCF
(155,172,207)
#A6B5D4
(166,181,212)
#B1BED9
(177,190,217)
#BCC7DE
(188,199,222)
#C7D0E3
(199,208,227)
#D2D9E8
(210,217,232)
#DDE2ED
(221,226,237)
#E8EBF2
(232,235,242)
#F3F4F7
(243,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #859AC5; }

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

This text font color is #859AC5.


Background Color

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

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

This div background color is #859AC5.


Border color

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

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

This div border color is #859AC5.


Opacity

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

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

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

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

This text has shadow with #859AC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859AC5 on black background.


Color preview on white background

This text has color #859AC5 on white background.



Black color preview on #859AC5 background

This text has black color on #859AC5 background.


White color preview on #859AC5 background

This text has white color on #859AC5 background.