COLOR #858FA7

HEX: #858FA7 RGB: (133,143,167)

Color info

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

RGB color model

#858FA7 color RGB value is (133,143,167).

RGB: (133,143,167) (52%, 56%, 65%)

RGB channels and saturation

R 133 of 255 = 52%
G 143 of 255 = 56%
B 167 of 255 = 65%

133
143
167

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

Portions of RGB colors in percentages

R + G + B = 133 + 143 + 167 = 443 (100%)
R 133 of 443 ~ 30.02%
G 143 of 443 ~ 32.28%
B 167 of 443 ~ 37.7'%

%30.02
%32.28
%37.7

CMYK color model

#858FA7 color CMYK value is (20,14,0,35).

  • cyan value is 20.36%
  • magenta value is 14.37%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK: (20,14,0,35) C20M14Y0K35 (20%,14%,0%,35%) (0.20/0.14/0.00/0.35) 

CMYK percentages

%20.36
%14.37
%0
%34.51

Codes

Color #858FA7 in popluar color models

85 8F A7
RGB 133 143 167
HSL 222° 16.19% 58.82%
HSB/HSV 222° 20.36% 65.49%
CMYK 20.36% 14.37% 0.00%
34.51%

Color #858FA7 in popluar number systems.

HEX 85 8F A7
Decimal 133 143 167
Binary 10000101 10001111 10100111
Octal 205 217 247

Shades and tints

Shades of #858FA7

#858FA7
(133,143,167)
#798298
(121,130,152)
#6D7589
(109,117,137)
#61687A
(97,104,122)
#555B6B
(85,91,107)
#494E5C
(73,78,92)
#3D414D
(61,65,77)
#31343E
(49,52,62)
#25272F
(37,39,47)
#191A20
(25,26,32)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #858FA7

#858FA7
(133,143,167)
#9099AF
(144,153,175)
#9BA3B7
(155,163,183)
#A6ADBF
(166,173,191)
#B1B7C7
(177,183,199)
#BCC1CF
(188,193,207)
#C7CBD7
(199,203,215)
#D2D5DF
(210,213,223)
#DDDFE7
(221,223,231)
#E8E9EF
(232,233,239)
#F3F3F7
(243,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #858FA7 color. Also use rgb(133,143,167) instead hex code.

Text Font Color

.myTextColor { color: #858FA7; }

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

This text font color is #858FA7.

Background Color

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

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

This div background color is #858FA7.

Border color

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

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

This div border color is #858FA7.

Opacity

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

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

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

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

This text has shadow with #858FA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #858FA7.

Preview

Color preview on black background

This text has color #858FA7 on black background.


Color preview on white background

This text has color #858FA7 on white background.


Black color preview on #858FA7 background

This text has black color on #858FA7 background.


White color preview on #858FA7 background

This text has white color on #858FA7 background.


Related colors

Complementary color

Complementary color for #hex is #7A7058.


I love getcolorcode.com

Triadic colors

1 #A7858F and #8FA785 with #858FA7 are triadic colors.

2 #A78F85 and #8F85A7 with #858FA7 are triadic colors.