COLOR #858C97

HEX: #858C97 RGB: (133,140,151)

Color info

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

RGB color model

#858C97 color RGB value is (133,140,151).

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

RGB channels and saturation

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

133
140
151

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

Portions of RGB colors in percentages

R + G + B = 133 + 140 + 151 = 424 (100%)
R 133 of 424 ~ 31.37%
G 140 of 424 ~ 33.02%
B 151 of 424 ~ 35.61'%

%31.37
%33.02
%35.61

CMYK color model

#858C97 color CMYK value is (12,7,0,41).

  • cyan value is 11.92%
  • magenta value is 7.28%
  • yellow value is 0.00%
  • key color value is 40.78%

CMYK: (12,7,0,41)
C12M7Y0K41 (12%, 7%, 0%, 41%)
(0.12 / 0.07 / 0.00 / 0.41)

CMYK percentages

%11.92
%7.28
%0
%40.78

Codes

Color #858C97 in popluar color models

85 8C 97
RGB 133 140 151
HSL 217° 7.96% 55.69%
HSB/HSV 217° 11.92% 59.22%
CMYK 11.92% 7.28% 0.00%
40.78%

Color #858C97 in popluar number systems.

HEX 85 8C 97
Decimal 133 140 151
Binary 10000101 10001100 10010111
Octal 205 214 227

Shades and tints

Shades of #858C97

#858C97
(133,140,151)
#79808A
(121,128,138)
#6D747D
(109,116,125)
#616870
(97,104,112)
#555C63
(85,92,99)
#495056
(73,80,86)
#3D4449
(61,68,73)
#31383C
(49,56,60)
#252C2F
(37,44,47)
#192022
(25,32,34)
#0D1415
(13,20,21)
#000000
(0,0,0)

Tints of #858C97

#858C97
(133,140,151)
#9096A0
(144,150,160)
#9BA0A9
(155,160,169)
#A6AAB2
(166,170,178)
#B1B4BB
(177,180,187)
#BCBEC4
(188,190,196)
#C7C8CD
(199,200,205)
#D2D2D6
(210,210,214)
#DDDCDF
(221,220,223)
#E8E6E8
(232,230,232)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858C97; }

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

This text font color is #858C97.

Background Color

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

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

This div background color is #858C97.

Border color

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

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

This div border color is #858C97.

Opacity

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

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

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

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

This text has shadow with #858C97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #858C97.

Preview

Color preview on black background

This text has color #858C97 on black background.


Color preview on white background

This text has color #858C97 on white background.


Black color preview on #858C97 background

This text has black color on #858C97 background.


White color preview on #858C97 background

This text has white color on #858C97 background.


Related colors

Complementary color

Complementary color for #hex is #7A7368.


I love getcolorcode.com

Triadic colors

1 #97858C and #8C9785 with #858C97 are triadic colors.

2 #978C85 and #8C8597 with #858C97 are triadic colors.