COLOR #858AB9

HEX: #858AB9
RGB: (133,138,185)

Color info

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

RGB color model

#858AB9 color RGB value is (133,138,185).

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

RGB channels and saturation

R 133 of 255 = 52%
G 138 of 255 = 54%
B 185 of 255 = 73%

133
138
185

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

Portions of RGB colors in percentages

R + G + B =
133 + 138 + 185 = 456 (100%)
R 133 of 456 ~ 29.17%
G 138 of 456 ~ 30.26%
B 185 of 456 ~ 40.57%

%29.17
%30.26
%40.57

CMYK color model

#858AB9 color CMYK value is (28,25,0,27).

  • cyan value is 28.11%
  • magenta value is 25.41%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(28,25,0,27)
C28M25Y0K27 
(28%,25%,0%,27%)
(0.28/0.25/0.00/0.27)	

CMYK percentages

%28.11
%25.41
%0
%27.45

Codes

Color #858AB9 in popluar color models

858AB9
RGB133138185
HSL234°27.08%62.35%
HSB/HSV234°28.11%72.55%
CMYK28.11%25.41%0.00%
27.45%

Color #858AB9 in popluar number systems.

HEX858AB9
Decimal133138185
Binary100001011000101010111001
Octal205212271

Shades and tints

Shades of #858AB9

#858AB9
(133,138,185)
#797EA9
(121,126,169)
#6D7299
(109,114,153)
#616689
(97,102,137)
#555A79
(85,90,121)
#494E69
(73,78,105)
#3D4259
(61,66,89)
#313649
(49,54,73)
#252A39
(37,42,57)
#191E29
(25,30,41)
#0D1219
(13,18,25)
#000000
(0,0,0)

Tints of #858AB9

#858AB9
(133,138,185)
#9094BF
(144,148,191)
#9B9EC5
(155,158,197)
#A6A8CB
(166,168,203)
#B1B2D1
(177,178,209)
#BCBCD7
(188,188,215)
#C7C6DD
(199,198,221)
#D2D0E3
(210,208,227)
#DDDAE9
(221,218,233)
#E8E4EF
(232,228,239)
#F3EEF5
(243,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858AB9; }

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

This text font color is #858AB9.


Background Color

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

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

This div background color is #858AB9.


Border color

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

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

This div border color is #858AB9.


Opacity

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

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

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

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

This text has shadow with #858AB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858AB9 on black background.


Color preview on white background

This text has color #858AB9 on white background.



Black color preview on #858AB9 background

This text has black color on #858AB9 background.


White color preview on #858AB9 background

This text has white color on #858AB9 background.