COLOR #858A99

HEX: #858A99 RGB: (133,138,153)

Color info

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

RGB color model

#858A99 color RGB value is (133,138,153).

RGB: (133,138,153) (52%, 54%, 60%)

RGB channels and saturation

R 133 of 255 = 52%
G 138 of 255 = 54%
B 153 of 255 = 60%

133
138
153

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

Portions of RGB colors in percentages

R + G + B = 133 + 138 + 153 = 424 (100%)
R 133 of 424 ~ 31.37%
G 138 of 424 ~ 32.55%
B 153 of 424 ~ 36.08'%

%31.37
%32.55
%36.08

CMYK color model

#858A99 color CMYK value is (13,10,0,40).

  • cyan value is 13.07%
  • magenta value is 9.80%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (13,10,0,40)
C13M10Y0K40 (13%, 10%, 0%, 40%)
(0.13 / 0.10 / 0.00 / 0.40)

CMYK percentages

%13.07
%9.8
%0
%40

Codes

Color #858A99 in popluar color models

85 8A 99
RGB 133 138 153
HSL 225° 8.93% 56.08%
HSB/HSV 225° 13.07% 60.00%
CMYK 13.07% 9.80% 0.00%
40.00%

Color #858A99 in popluar number systems.

HEX 85 8A 99
Decimal 133 138 153
Binary 10000101 10001010 10011001
Octal 205 212 231

Shades and tints

Shades of #858A99

#858A99
(133,138,153)
#797E8C
(121,126,140)
#6D727F
(109,114,127)
#616672
(97,102,114)
#555A65
(85,90,101)
#494E58
(73,78,88)
#3D424B
(61,66,75)
#31363E
(49,54,62)
#252A31
(37,42,49)
#191E24
(25,30,36)
#0D1217
(13,18,23)
#000000
(0,0,0)

Tints of #858A99

#858A99
(133,138,153)
#9094A2
(144,148,162)
#9B9EAB
(155,158,171)
#A6A8B4
(166,168,180)
#B1B2BD
(177,178,189)
#BCBCC6
(188,188,198)
#C7C6CF
(199,198,207)
#D2D0D8
(210,208,216)
#DDDAE1
(221,218,225)
#E8E4EA
(232,228,234)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #858A99 color. Also use rgb(133,138,153) instead hex code.

Text Font Color

.myTextColor { color: #858A99; }

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

This text font color is #858A99.

Background Color

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

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

This div background color is #858A99.

Border color

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

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

This div border color is #858A99.

Opacity

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

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

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

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

This text has shadow with #858A99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #858A99.

Preview

Color preview on black background

This text has color #858A99 on black background.


Color preview on white background

This text has color #858A99 on white background.


Black color preview on #858A99 background

This text has black color on #858A99 background.


White color preview on #858A99 background

This text has white color on #858A99 background.


Related colors

Complementary color

Complementary color for #hex is #7A7566.


I love getcolorcode.com

Triadic colors

1 #99858A and #8A9985 with #858A99 are triadic colors.

2 #998A85 and #8A8599 with #858A99 are triadic colors.