COLOR #858E9D

HEX: #858E9D
RGB: (133,142,157)

Color info

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

RGB color model

#858E9D color RGB value is (133,142,157).

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

RGB channels and saturation

R 133 of 255 = 52%
G 142 of 255 = 56%
B 157 of 255 = 62%

133
142
157

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

Portions of RGB colors in percentages

R + G + B =
133 + 142 + 157 = 432 (100%)
R 133 of 432 ~ 30.79%
G 142 of 432 ~ 32.87%
B 157 of 432 ~ 36.34%

%30.79
%32.87
%36.34

CMYK color model

#858E9D color CMYK value is (15,10,0,38).

  • cyan value is 15.29%
  • magenta value is 9.55%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(15,10,0,38)
C15M10Y0K38 
(15%,10%,0%,38%)
(0.15/0.10/0.00/0.38)	

CMYK percentages

%15.29
%9.55
%0
%38.43

Codes

Color #858E9D in popluar color models

858E9D
RGB133142157
HSL218°10.91%56.86%
HSB/HSV218°15.29%61.57%
CMYK15.29%9.55%0.00%
38.43%

Color #858E9D in popluar number systems.

HEX858E9D
Decimal133142157
Binary100001011000111010011101
Octal205216235

Shades and tints

Shades of #858E9D

#858E9D
(133,142,157)
#79828F
(121,130,143)
#6D7681
(109,118,129)
#616A73
(97,106,115)
#555E65
(85,94,101)
#495257
(73,82,87)
#3D4649
(61,70,73)
#313A3B
(49,58,59)
#252E2D
(37,46,45)
#19221F
(25,34,31)
#0D1611
(13,22,17)
#000000
(0,0,0)

Tints of #858E9D

#858E9D
(133,142,157)
#9098A5
(144,152,165)
#9BA2AD
(155,162,173)
#A6ACB5
(166,172,181)
#B1B6BD
(177,182,189)
#BCC0C5
(188,192,197)
#C7CACD
(199,202,205)
#D2D4D5
(210,212,213)
#DDDEDD
(221,222,221)
#E8E8E5
(232,232,229)
#F3F2ED
(243,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #858E9D color. Also use rgb(133,142,157) instead hex code.

Text Font Color

.myTextColor { color: #858E9D; }

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

This text font color is #858E9D.


Background Color

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

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

This div background color is #858E9D.


Border color

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

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

This div border color is #858E9D.


Opacity

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

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

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

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

This text has shadow with #858E9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858E9D on black background.


Color preview on white background

This text has color #858E9D on white background.



Black color preview on #858E9D background

This text has black color on #858E9D background.


White color preview on #858E9D background

This text has white color on #858E9D background.