COLOR #858FB9

HEX: #858FB9
RGB: (133,143,185)

Color info

#858FB9 contains red, green and blue colors in about the same proportion. Web safe color of #858FB9 is #9999CC (or #99C).

RGB color model

#858FB9 color RGB value is (133,143,185).

  • red value is 133;
  • green value is 143;
  • blue value is 185.
RGB:
(133,143,185)
(52%,56%,73%)

RGB channels and saturation

R 133 of 255 = 52%
G 143 of 255 = 56%
B 185 of 255 = 73%

133
143
185

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

Portions of RGB colors in percentages

R + G + B =
133 + 143 + 185 = 461 (100%)
R 133 of 461 ~ 28.85%
G 143 of 461 ~ 31.02%
B 185 of 461 ~ 40.13%

%28.85
%31.02
%40.13

CMYK color model

#858FB9 color CMYK value is (28,23,0,27).

  • cyan value is 28.11%
  • magenta value is 22.70%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(28,23,0,27)
C28M23Y0K27 
(28%,23%,0%,27%)
(0.28/0.23/0.00/0.27)	

CMYK percentages

%28.11
%22.7
%0
%27.45

Codes

Color #858FB9 in popluar color models

858FB9
RGB133143185
HSL228°27.08%62.35%
HSB/HSV228°28.11%72.55%
CMYK28.11%22.70%0.00%
27.45%

Color #858FB9 in popluar number systems.

HEX858FB9
Decimal133143185
Binary100001011000111110111001
Octal205217271

Shades and tints

Shades of #858FB9

#858FB9
(133,143,185)
#7982A9
(121,130,169)
#6D7599
(109,117,153)
#616889
(97,104,137)
#555B79
(85,91,121)
#494E69
(73,78,105)
#3D4159
(61,65,89)
#313449
(49,52,73)
#252739
(37,39,57)
#191A29
(25,26,41)
#0D0D19
(13,13,25)
#000000
(0,0,0)

Tints of #858FB9

#858FB9
(133,143,185)
#9099BF
(144,153,191)
#9BA3C5
(155,163,197)
#A6ADCB
(166,173,203)
#B1B7D1
(177,183,209)
#BCC1D7
(188,193,215)
#C7CBDD
(199,203,221)
#D2D5E3
(210,213,227)
#DDDFE9
(221,223,233)
#E8E9EF
(232,233,239)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858FB9; }

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

This text font color is #858FB9.


Background Color

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

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

This div background color is #858FB9.


Border color

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

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

This div border color is #858FB9.


Opacity

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

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

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

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

This text has shadow with #858FB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858FB9 on black background.


Color preview on white background

This text has color #858FB9 on white background.



Black color preview on #858FB9 background

This text has black color on #858FB9 background.


White color preview on #858FB9 background

This text has white color on #858FB9 background.