COLOR #858FAC

HEX: #858FAC
RGB: (133,143,172)

Color info

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

RGB color model

#858FAC color RGB value is (133,143,172).

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

RGB channels and saturation

R 133 of 255 = 52%
G 143 of 255 = 56%
B 172 of 255 = 67%

133
143
172

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

Portions of RGB colors in percentages

R + G + B =
133 + 143 + 172 = 448 (100%)
R 133 of 448 ~ 29.69%
G 143 of 448 ~ 31.92%
B 172 of 448 ~ 38.39%

%29.69
%31.92
%38.39

CMYK color model

#858FAC color CMYK value is (23,17,0,33).

  • cyan value is 22.67%
  • magenta value is 16.86%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(23,17,0,33)
C23M17Y0K33 
(23%,17%,0%,33%)
(0.23/0.17/0.00/0.33)	

CMYK percentages

%22.67
%16.86
%0
%32.55

Codes

Color #858FAC in popluar color models

858FAC
RGB133143172
HSL225°19.02%59.80%
HSB/HSV225°22.67%67.45%
CMYK22.67%16.86%0.00%
32.55%

Color #858FAC in popluar number systems.

HEX858FAC
Decimal133143172
Binary100001011000111110101100
Octal205217254

Shades and tints

Shades of #858FAC

#858FAC
(133,143,172)
#79829D
(121,130,157)
#6D758E
(109,117,142)
#61687F
(97,104,127)
#555B70
(85,91,112)
#494E61
(73,78,97)
#3D4152
(61,65,82)
#313443
(49,52,67)
#252734
(37,39,52)
#191A25
(25,26,37)
#0D0D16
(13,13,22)
#000000
(0,0,0)

Tints of #858FAC

#858FAC
(133,143,172)
#9099B3
(144,153,179)
#9BA3BA
(155,163,186)
#A6ADC1
(166,173,193)
#B1B7C8
(177,183,200)
#BCC1CF
(188,193,207)
#C7CBD6
(199,203,214)
#D2D5DD
(210,213,221)
#DDDFE4
(221,223,228)
#E8E9EB
(232,233,235)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858FAC; }

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

This text font color is #858FAC.


Background Color

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

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

This div background color is #858FAC.


Border color

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

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

This div border color is #858FAC.


Opacity

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

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

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

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

This text has shadow with #858FAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858FAC on black background.


Color preview on white background

This text has color #858FAC on white background.



Black color preview on #858FAC background

This text has black color on #858FAC background.


White color preview on #858FAC background

This text has white color on #858FAC background.