COLOR #858C96

HEX: #858C96 RGB: (133,140,150)

Color info

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

RGB color model

#858C96 color RGB value is (133,140,150).

RGB: (133,140,150) (52%, 55%, 59%)

RGB channels and saturation

R 133 of 255 = 52%
G 140 of 255 = 55%
B 150 of 255 = 59%

133
140
150

R + G + B ~ 55%. #858C96 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 140 + 150 = 423 (100%)
R 133 of 423 ~ 31.44%
G 140 of 423 ~ 33.1%
B 150 of 423 ~ 35.46'%

%31.44
%33.1
%35.46

CMYK color model

#858C96 color CMYK value is (11,7,0,41).

  • cyan value is 11.33%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 41.18%

CMYK: (11,7,0,41)
C11M7Y0K41 (11%, 7%, 0%, 41%)
(0.11 / 0.07 / 0.00 / 0.41)

CMYK percentages

%11.33
%6.67
%0
%41.18

Codes

Color #858C96 in popluar color models

85 8C 96
RGB 133 140 150
HSL 215° 7.49% 55.49%
HSB/HSV 215° 11.33% 58.82%
CMYK 11.33% 6.67% 0.00%
41.18%

Color #858C96 in popluar number systems.

HEX 85 8C 96
Decimal 133 140 150
Binary 10000101 10001100 10010110
Octal 205 214 226

Shades and tints

Shades of #858C96

#858C96
(133,140,150)
#798089
(121,128,137)
#6D747C
(109,116,124)
#61686F
(97,104,111)
#555C62
(85,92,98)
#495055
(73,80,85)
#3D4448
(61,68,72)
#31383B
(49,56,59)
#252C2E
(37,44,46)
#192021
(25,32,33)
#0D1414
(13,20,20)
#000000
(0,0,0)

Tints of #858C96

#858C96
(133,140,150)
#90969F
(144,150,159)
#9BA0A8
(155,160,168)
#A6AAB1
(166,170,177)
#B1B4BA
(177,180,186)
#BCBEC3
(188,190,195)
#C7C8CC
(199,200,204)
#D2D2D5
(210,210,213)
#DDDCDE
(221,220,222)
#E8E6E7
(232,230,231)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #858C96 color. Also use rgb(133,140,150) instead hex code.

Text Font Color

.myTextColor { color: #858C96; }

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

This text font color is #858C96.

Background Color

.myBgColor { background-color: #858C96; }

<div style="background-color:#858C96">Inner text</div>

This div background color is #858C96.

Border color

.myBorderColor { border: 1px solid #858C96; }

<div style="border:3px solid #858C96">Div</div>

This div border color is #858C96.

Opacity

.myOpacity80 { color: #858C96; opacity: 0.8; }

<p style="color:#858C96;opacity:0.8;">80%</p>

Text with #858C96 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 #858C96;}

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

This text has shadow with #858C96 color.


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

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

This text has shadow with #858C96 primary color and red secondary color.


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

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

This text has shadow with #858C96 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #858C96.

Preview

Color preview on black background

This text has color #858C96 on black background.


Color preview on white background

This text has color #858C96 on white background.


Black color preview on #858C96 background

This text has black color on #858C96 background.


White color preview on #858C96 background

This text has white color on #858C96 background.


Related colors

Complementary color

Complementary color for #hex is #7A7369.


I love getcolorcode.com

Triadic colors

1 #96858C and #8C9685 with #858C96 are triadic colors.

2 #968C85 and #8C8596 with #858C96 are triadic colors.