COLOR #859DA3

HEX: #859DA3
RGB: (133,157,163)

Color info

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

RGB color model

#859DA3 color RGB value is (133,157,163).

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

RGB channels and saturation

R 133 of 255 = 52%
G 157 of 255 = 62%
B 163 of 255 = 64%

133
157
163

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

Portions of RGB colors in percentages

R + G + B =
133 + 157 + 163 = 453 (100%)
R 133 of 453 ~ 29.36%
G 157 of 453 ~ 34.66%
B 163 of 453 ~ 35.98%

%29.36
%34.66
%35.98

CMYK color model

#859DA3 color CMYK value is (18,4,0,36).

  • cyan value is 18.40%
  • magenta value is 3.68%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(18,4,0,36)
C18M4Y0K36 
(18%,4%,0%,36%)
(0.18/0.04/0.00/0.36)	

CMYK percentages

%18.4
%3.68
%0
%36.08

Codes

Color #859DA3 in popluar color models

859DA3
RGB133157163
HSL192°14.02%58.04%
HSB/HSV192°18.40%63.92%
CMYK18.40%3.68%0.00%
36.08%

Color #859DA3 in popluar number systems.

HEX859DA3
Decimal133157163
Binary100001011001110110100011
Octal205235243

Shades and tints

Shades of #859DA3

#859DA3
(133,157,163)
#798F95
(121,143,149)
#6D8187
(109,129,135)
#617379
(97,115,121)
#55656B
(85,101,107)
#49575D
(73,87,93)
#3D494F
(61,73,79)
#313B41
(49,59,65)
#252D33
(37,45,51)
#191F25
(25,31,37)
#0D1117
(13,17,23)
#000000
(0,0,0)

Tints of #859DA3

#859DA3
(133,157,163)
#90A5AB
(144,165,171)
#9BADB3
(155,173,179)
#A6B5BB
(166,181,187)
#B1BDC3
(177,189,195)
#BCC5CB
(188,197,203)
#C7CDD3
(199,205,211)
#D2D5DB
(210,213,219)
#DDDDE3
(221,221,227)
#E8E5EB
(232,229,235)
#F3EDF3
(243,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #859DA3 color. Also use rgb(133,157,163) instead hex code.

Text Font Color

.myTextColor { color: #859DA3; }

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

This text font color is #859DA3.


Background Color

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

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

This div background color is #859DA3.


Border color

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

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

This div border color is #859DA3.


Opacity

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

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

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

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

This text has shadow with #859DA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859DA3 on black background.


Color preview on white background

This text has color #859DA3 on white background.



Black color preview on #859DA3 background

This text has black color on #859DA3 background.


White color preview on #859DA3 background

This text has white color on #859DA3 background.