COLOR #859EA4

HEX: #859EA4
RGB: (133,158,164)

Color info

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

RGB color model

#859EA4 color RGB value is (133,158,164).

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

RGB channels and saturation

R 133 of 255 = 52%
G 158 of 255 = 62%
B 164 of 255 = 64%

133
158
164

R + G + B ~ 59%. #859EA4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 158 + 164 = 455 (100%)
R 133 of 455 ~ 29.23%
G 158 of 455 ~ 34.73%
B 164 of 455 ~ 36.04%

%29.23
%34.73
%36.04

CMYK color model

#859EA4 color CMYK value is (19,4,0,36).

  • cyan value is 18.90%
  • magenta value is 3.66%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(19,4,0,36)
C19M4Y0K36 
(19%,4%,0%,36%)
(0.19/0.04/0.00/0.36)	

CMYK percentages

%18.9
%3.66
%0
%35.69

Codes

Color #859EA4 in popluar color models

859EA4
RGB133158164
HSL192°14.55%58.24%
HSB/HSV192°18.90%64.31%
CMYK18.90%3.66%0.00%
35.69%

Color #859EA4 in popluar number systems.

HEX859EA4
Decimal133158164
Binary100001011001111010100100
Octal205236244

Shades and tints

Shades of #859EA4

#859EA4
(133,158,164)
#799096
(121,144,150)
#6D8288
(109,130,136)
#61747A
(97,116,122)
#55666C
(85,102,108)
#49585E
(73,88,94)
#3D4A50
(61,74,80)
#313C42
(49,60,66)
#252E34
(37,46,52)
#192026
(25,32,38)
#0D1218
(13,18,24)
#000000
(0,0,0)

Tints of #859EA4

#859EA4
(133,158,164)
#90A6AC
(144,166,172)
#9BAEB4
(155,174,180)
#A6B6BC
(166,182,188)
#B1BEC4
(177,190,196)
#BCC6CC
(188,198,204)
#C7CED4
(199,206,212)
#D2D6DC
(210,214,220)
#DDDEE4
(221,222,228)
#E8E6EC
(232,230,236)
#F3EEF4
(243,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #859EA4; }

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

This text font color is #859EA4.


Background Color

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

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

This div background color is #859EA4.


Border color

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

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

This div border color is #859EA4.


Opacity

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

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

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

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

This text has shadow with #859EA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859EA4 on black background.


Color preview on white background

This text has color #859EA4 on white background.



Black color preview on #859EA4 background

This text has black color on #859EA4 background.


White color preview on #859EA4 background

This text has white color on #859EA4 background.