COLOR #858BAC

HEX: #858BAC
RGB: (133,139,172)

Color info

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

RGB color model

#858BAC color RGB value is (133,139,172).

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

RGB channels and saturation

R 133 of 255 = 52%
G 139 of 255 = 55%
B 172 of 255 = 67%

133
139
172

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

Portions of RGB colors in percentages

R + G + B =
133 + 139 + 172 = 444 (100%)
R 133 of 444 ~ 29.95%
G 139 of 444 ~ 31.31%
B 172 of 444 ~ 38.74%

%29.95
%31.31
%38.74

CMYK color model

#858BAC color CMYK value is (23,19,0,33).

  • cyan value is 22.67%
  • magenta value is 19.19%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(23,19,0,33)
C23M19Y0K33 
(23%,19%,0%,33%)
(0.23/0.19/0.00/0.33)	

CMYK percentages

%22.67
%19.19
%0
%32.55

Codes

Color #858BAC in popluar color models

858BAC
RGB133139172
HSL231°19.02%59.80%
HSB/HSV231°22.67%67.45%
CMYK22.67%19.19%0.00%
32.55%

Color #858BAC in popluar number systems.

HEX858BAC
Decimal133139172
Binary100001011000101110101100
Octal205213254

Shades and tints

Shades of #858BAC

#858BAC
(133,139,172)
#797F9D
(121,127,157)
#6D738E
(109,115,142)
#61677F
(97,103,127)
#555B70
(85,91,112)
#494F61
(73,79,97)
#3D4352
(61,67,82)
#313743
(49,55,67)
#252B34
(37,43,52)
#191F25
(25,31,37)
#0D1316
(13,19,22)
#000000
(0,0,0)

Tints of #858BAC

#858BAC
(133,139,172)
#9095B3
(144,149,179)
#9B9FBA
(155,159,186)
#A6A9C1
(166,169,193)
#B1B3C8
(177,179,200)
#BCBDCF
(188,189,207)
#C7C7D6
(199,199,214)
#D2D1DD
(210,209,221)
#DDDBE4
(221,219,228)
#E8E5EB
(232,229,235)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858BAC; }

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

This text font color is #858BAC.


Background Color

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

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

This div background color is #858BAC.


Border color

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

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

This div border color is #858BAC.


Opacity

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

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

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

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

This text has shadow with #858BAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858BAC on black background.


Color preview on white background

This text has color #858BAC on white background.



Black color preview on #858BAC background

This text has black color on #858BAC background.


White color preview on #858BAC background

This text has white color on #858BAC background.