COLOR #858BA7

HEX: #858BA7
RGB: (133,139,167)

Color info

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

RGB color model

#858BA7 color RGB value is (133,139,167).

  • red value is 133;
  • green value is 139;
  • blue value is 167.
RGB:
(133,139,167)
(52%,55%,65%)

RGB channels and saturation

R 133 of 255 = 52%
G 139 of 255 = 55%
B 167 of 255 = 65%

133
139
167

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

Portions of RGB colors in percentages

R + G + B =
133 + 139 + 167 = 439 (100%)
R 133 of 439 ~ 30.3%
G 139 of 439 ~ 31.66%
B 167 of 439 ~ 38.04%

%30.3
%31.66
%38.04

CMYK color model

#858BA7 color CMYK value is (20,17,0,35).

  • cyan value is 20.36%
  • magenta value is 16.77%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(20,17,0,35)
C20M17Y0K35 
(20%,17%,0%,35%)
(0.20/0.17/0.00/0.35)	

CMYK percentages

%20.36
%16.77
%0
%34.51

Codes

Color #858BA7 in popluar color models

858BA7
RGB133139167
HSL229°16.19%58.82%
HSB/HSV229°20.36%65.49%
CMYK20.36%16.77%0.00%
34.51%

Color #858BA7 in popluar number systems.

HEX858BA7
Decimal133139167
Binary100001011000101110100111
Octal205213247

Shades and tints

Shades of #858BA7

#858BA7
(133,139,167)
#797F98
(121,127,152)
#6D7389
(109,115,137)
#61677A
(97,103,122)
#555B6B
(85,91,107)
#494F5C
(73,79,92)
#3D434D
(61,67,77)
#31373E
(49,55,62)
#252B2F
(37,43,47)
#191F20
(25,31,32)
#0D1311
(13,19,17)
#000000
(0,0,0)

Tints of #858BA7

#858BA7
(133,139,167)
#9095AF
(144,149,175)
#9B9FB7
(155,159,183)
#A6A9BF
(166,169,191)
#B1B3C7
(177,179,199)
#BCBDCF
(188,189,207)
#C7C7D7
(199,199,215)
#D2D1DF
(210,209,223)
#DDDBE7
(221,219,231)
#E8E5EF
(232,229,239)
#F3EFF7
(243,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858BA7; }

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

This text font color is #858BA7.


Background Color

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

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

This div background color is #858BA7.


Border color

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

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

This div border color is #858BA7.


Opacity

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

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

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

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

This text has shadow with #858BA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858BA7 on black background.


Color preview on white background

This text has color #858BA7 on white background.



Black color preview on #858BA7 background

This text has black color on #858BA7 background.


White color preview on #858BA7 background

This text has white color on #858BA7 background.