COLOR #859C8E

HEX: #859C8E RGB: (133,156,142)

Color info

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

RGB color model

#859C8E color RGB value is (133,156,142).

RGB: (133,156,142) (52%, 61%, 56%)

RGB channels and saturation

R 133 of 255 = 52%
G 156 of 255 = 61%
B 142 of 255 = 56%

133
156
142

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

Portions of RGB colors in percentages

R + G + B = 133 + 156 + 142 = 431 (100%)
R 133 of 431 ~ 30.86%
G 156 of 431 ~ 36.19%
B 142 of 431 ~ 32.95'%

%30.86
%36.19
%32.95

CMYK color model

#859C8E color CMYK value is (15,0,9,39).

  • cyan value is 14.74%
  • magenta value is 0.00%
  • yellow value is 8.97%
  • key color value is 38.82%

CMYK: (15,0,9,39)
C15M0Y9K39 (15%, 0%, 9%, 39%)
(0.15 / 0.00 / 0.09 / 0.39)

CMYK percentages

%14.74
%0
%8.97
%38.82

Codes

Color #859C8E in popluar color models

85 9C 8E
RGB 133 156 142
HSL 143° 10.41% 56.67%
HSB/HSV 143° 14.74% 61.18%
CMYK 14.74% 0.00% 8.97%
38.82%

Color #859C8E in popluar number systems.

HEX 85 9C 8E
Decimal 133 156 142
Binary 10000101 10011100 10001110
Octal 205 234 216

Shades and tints

Shades of #859C8E

#859C8E
(133,156,142)
#798E82
(121,142,130)
#6D8076
(109,128,118)
#61726A
(97,114,106)
#55645E
(85,100,94)
#495652
(73,86,82)
#3D4846
(61,72,70)
#313A3A
(49,58,58)
#252C2E
(37,44,46)
#191E22
(25,30,34)
#0D1016
(13,16,22)
#000000
(0,0,0)

Tints of #859C8E

#859C8E
(133,156,142)
#90A598
(144,165,152)
#9BAEA2
(155,174,162)
#A6B7AC
(166,183,172)
#B1C0B6
(177,192,182)
#BCC9C0
(188,201,192)
#C7D2CA
(199,210,202)
#D2DBD4
(210,219,212)
#DDE4DE
(221,228,222)
#E8EDE8
(232,237,232)
#F3F6F2
(243,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #859C8E color. Also use rgb(133,156,142) instead hex code.

Text Font Color

.myTextColor { color: #859C8E; }

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

This text font color is #859C8E.

Background Color

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

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

This div background color is #859C8E.

Border color

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

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

This div border color is #859C8E.

Opacity

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

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

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

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

This text has shadow with #859C8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #859C8E.

Preview

Color preview on black background

This text has color #859C8E on black background.


Color preview on white background

This text has color #859C8E on white background.


Black color preview on #859C8E background

This text has black color on #859C8E background.


White color preview on #859C8E background

This text has white color on #859C8E background.


Related colors

Complementary color

Complementary color for #hex is #7A6371.


I love getcolorcode.com

Triadic colors

1 #8E859C and #9C8E85 with #859C8E are triadic colors.

2 #8E9C85 and #9C858E with #859C8E are triadic colors.