COLOR #858DAB

HEX: #858DAB RGB: (133,141,171)

Color info

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

RGB color model

#858DAB color RGB value is (133,141,171).

RGB: (133,141,171) (52%, 55%, 67%)

RGB channels and saturation

R 133 of 255 = 52%
G 141 of 255 = 55%
B 171 of 255 = 67%

133
141
171

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

Portions of RGB colors in percentages

R + G + B = 133 + 141 + 171 = 445 (100%)
R 133 of 445 ~ 29.89%
G 141 of 445 ~ 31.69%
B 171 of 445 ~ 38.43'%

%29.89
%31.69
%38.43

CMYK color model

#858DAB color CMYK value is (22,18,0,33).

  • cyan value is 22.22%
  • magenta value is 17.54%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (22,18,0,33)
C22M18Y0K33 (22%, 18%, 0%, 33%)
(0.22 / 0.18 / 0.00 / 0.33)

CMYK percentages

%22.22
%17.54
%0
%32.94

Codes

Color #858DAB in popluar color models

85 8D AB
RGB 133 141 171
HSL 227° 18.45% 59.61%
HSB/HSV 227° 22.22% 67.06%
CMYK 22.22% 17.54% 0.00%
32.94%

Color #858DAB in popluar number systems.

HEX 85 8D AB
Decimal 133 141 171
Binary 10000101 10001101 10101011
Octal 205 215 253

Shades and tints

Shades of #858DAB

#858DAB
(133,141,171)
#79819C
(121,129,156)
#6D758D
(109,117,141)
#61697E
(97,105,126)
#555D6F
(85,93,111)
#495160
(73,81,96)
#3D4551
(61,69,81)
#313942
(49,57,66)
#252D33
(37,45,51)
#192124
(25,33,36)
#0D1515
(13,21,21)
#000000
(0,0,0)

Tints of #858DAB

#858DAB
(133,141,171)
#9097B2
(144,151,178)
#9BA1B9
(155,161,185)
#A6ABC0
(166,171,192)
#B1B5C7
(177,181,199)
#BCBFCE
(188,191,206)
#C7C9D5
(199,201,213)
#D2D3DC
(210,211,220)
#DDDDE3
(221,221,227)
#E8E7EA
(232,231,234)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #858DAB color. Also use rgb(133,141,171) instead hex code.

Text Font Color

.myTextColor { color: #858DAB; }

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

This text font color is #858DAB.

Background Color

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

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

This div background color is #858DAB.

Border color

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

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

This div border color is #858DAB.

Opacity

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

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

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

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

This text has shadow with #858DAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #858DAB.

Preview

Color preview on black background

This text has color #858DAB on black background.


Color preview on white background

This text has color #858DAB on white background.


Black color preview on #858DAB background

This text has black color on #858DAB background.


White color preview on #858DAB background

This text has white color on #858DAB background.


Related colors

Complementary color

Complementary color for #hex is #7A7254.


I love getcolorcode.com

Triadic colors

1 #AB858D and #8DAB85 with #858DAB are triadic colors.

2 #AB8D85 and #8D85AB with #858DAB are triadic colors.