COLOR #859ED5

HEX: #859ED5
RGB: (133,158,213)

Color info

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

RGB color model

#859ED5 color RGB value is (133,158,213).

  • red value is 133;
  • green value is 158;
  • blue value is 213.
RGB:
(133,158,213)
(52%,62%,84%)

RGB channels and saturation

R 133 of 255 = 52%
G 158 of 255 = 62%
B 213 of 255 = 84%

133
158
213

R + G + B ~ 66%. #859ED5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 158 + 213 = 504 (100%)
R 133 of 504 ~ 26.39%
G 158 of 504 ~ 31.35%
B 213 of 504 ~ 42.26%

%26.39
%31.35
%42.26

CMYK color model

#859ED5 color CMYK value is (38,26,0,16).

  • cyan value is 37.56%
  • magenta value is 25.82%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(38,26,0,16)
C38M26Y0K16 
(38%,26%,0%,16%)
(0.38/0.26/0.00/0.16)	

CMYK percentages

%37.56
%25.82
%0
%16.47

Codes

Color #859ED5 in popluar color models

859ED5
RGB133158213
HSL221°48.78%67.84%
HSB/HSV221°37.56%83.53%
CMYK37.56%25.82%0.00%
16.47%

Color #859ED5 in popluar number systems.

HEX859ED5
Decimal133158213
Binary100001011001111011010101
Octal205236325

Shades and tints

Shades of #859ED5

#859ED5
(133,158,213)
#7990C2
(121,144,194)
#6D82AF
(109,130,175)
#61749C
(97,116,156)
#556689
(85,102,137)
#495876
(73,88,118)
#3D4A63
(61,74,99)
#313C50
(49,60,80)
#252E3D
(37,46,61)
#19202A
(25,32,42)
#0D1217
(13,18,23)
#000000
(0,0,0)

Tints of #859ED5

#859ED5
(133,158,213)
#90A6D8
(144,166,216)
#9BAEDB
(155,174,219)
#A6B6DE
(166,182,222)
#B1BEE1
(177,190,225)
#BCC6E4
(188,198,228)
#C7CEE7
(199,206,231)
#D2D6EA
(210,214,234)
#DDDEED
(221,222,237)
#E8E6F0
(232,230,240)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #859ED5; }

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

This text font color is #859ED5.


Background Color

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

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

This div background color is #859ED5.


Border color

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

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

This div border color is #859ED5.


Opacity

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

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

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

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

This text has shadow with #859ED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859ED5 on black background.


Color preview on white background

This text has color #859ED5 on white background.



Black color preview on #859ED5 background

This text has black color on #859ED5 background.


White color preview on #859ED5 background

This text has white color on #859ED5 background.