COLOR #859FC3

HEX: #859FC3
RGB: (133,159,195)

Color info

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

RGB color model

#859FC3 color RGB value is (133,159,195).

  • red value is 133;
  • green value is 159;
  • blue value is 195.
RGB:
(133,159,195)
(52%,62%,76%)

RGB channels and saturation

R 133 of 255 = 52%
G 159 of 255 = 62%
B 195 of 255 = 76%

133
159
195

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

Portions of RGB colors in percentages

R + G + B =
133 + 159 + 195 = 487 (100%)
R 133 of 487 ~ 27.31%
G 159 of 487 ~ 32.65%
B 195 of 487 ~ 40.04%

%27.31
%32.65
%40.04

CMYK color model

#859FC3 color CMYK value is (32,18,0,24).

  • cyan value is 31.79%
  • magenta value is 18.46%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(32,18,0,24)
C32M18Y0K24 
(32%,18%,0%,24%)
(0.32/0.18/0.00/0.24)	

CMYK percentages

%31.79
%18.46
%0
%23.53

Codes

Color #859FC3 in popluar color models

859FC3
RGB133159195
HSL215°34.07%64.31%
HSB/HSV215°31.79%76.47%
CMYK31.79%18.46%0.00%
23.53%

Color #859FC3 in popluar number systems.

HEX859FC3
Decimal133159195
Binary100001011001111111000011
Octal205237303

Shades and tints

Shades of #859FC3

#859FC3
(133,159,195)
#7991B2
(121,145,178)
#6D83A1
(109,131,161)
#617590
(97,117,144)
#55677F
(85,103,127)
#49596E
(73,89,110)
#3D4B5D
(61,75,93)
#313D4C
(49,61,76)
#252F3B
(37,47,59)
#19212A
(25,33,42)
#0D1319
(13,19,25)
#000000
(0,0,0)

Tints of #859FC3

#859FC3
(133,159,195)
#90A7C8
(144,167,200)
#9BAFCD
(155,175,205)
#A6B7D2
(166,183,210)
#B1BFD7
(177,191,215)
#BCC7DC
(188,199,220)
#C7CFE1
(199,207,225)
#D2D7E6
(210,215,230)
#DDDFEB
(221,223,235)
#E8E7F0
(232,231,240)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #859FC3 color. Also use rgb(133,159,195) instead hex code.

Text Font Color

.myTextColor { color: #859FC3; }

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

This text font color is #859FC3.


Background Color

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

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

This div background color is #859FC3.


Border color

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

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

This div border color is #859FC3.


Opacity

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

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

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

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

This text has shadow with #859FC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859FC3 on black background.


Color preview on white background

This text has color #859FC3 on white background.



Black color preview on #859FC3 background

This text has black color on #859FC3 background.


White color preview on #859FC3 background

This text has white color on #859FC3 background.