COLOR #85929E

HEX: #85929E RGB: (133,146,158)

Color info

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

RGB color model

#85929E color RGB value is (133,146,158).

RGB: (133,146,158) (52%, 57%, 62%)

RGB channels and saturation

R 133 of 255 = 52%
G 146 of 255 = 57%
B 158 of 255 = 62%

133
146
158

R + G + B ~ 57%. #85929E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 146 + 158 = 437 (100%)
R 133 of 437 ~ 30.43%
G 146 of 437 ~ 33.41%
B 158 of 437 ~ 36.16'%

%30.43
%33.41
%36.16

CMYK color model

#85929E color CMYK value is (16,8,0,38).

  • cyan value is 15.82%
  • magenta value is 7.59%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (16,8,0,38)
C16M8Y0K38 (16%, 8%, 0%, 38%)
(0.16 / 0.08 / 0.00 / 0.38)

CMYK percentages

%15.82
%7.59
%0
%38.04

Codes

Color #85929E in popluar color models

85 92 9E
RGB 133 146 158
HSL 209° 11.42% 57.06%
HSB/HSV 209° 15.82% 61.96%
CMYK 15.82% 7.59% 0.00%
38.04%

Color #85929E in popluar number systems.

HEX 85 92 9E
Decimal 133 146 158
Binary 10000101 10010010 10011110
Octal 205 222 236

Shades and tints

Shades of #85929E

#85929E
(133,146,158)
#798590
(121,133,144)
#6D7882
(109,120,130)
#616B74
(97,107,116)
#555E66
(85,94,102)
#495158
(73,81,88)
#3D444A
(61,68,74)
#31373C
(49,55,60)
#252A2E
(37,42,46)
#191D20
(25,29,32)
#0D1012
(13,16,18)
#000000
(0,0,0)

Tints of #85929E

#85929E
(133,146,158)
#909BA6
(144,155,166)
#9BA4AE
(155,164,174)
#A6ADB6
(166,173,182)
#B1B6BE
(177,182,190)
#BCBFC6
(188,191,198)
#C7C8CE
(199,200,206)
#D2D1D6
(210,209,214)
#DDDADE
(221,218,222)
#E8E3E6
(232,227,230)
#F3ECEE
(243,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85929E color. Also use rgb(133,146,158) instead hex code.

Text Font Color

.myTextColor { color: #85929E; }

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

This text font color is #85929E.

Background Color

.myBgColor { background-color: #85929E; }

<div style="background-color:#85929E">Inner text</div>

This div background color is #85929E.

Border color

.myBorderColor { border: 1px solid #85929E; }

<div style="border:3px solid #85929E">Div</div>

This div border color is #85929E.

Opacity

.myOpacity80 { color: #85929E; opacity: 0.8; }

<p style="color:#85929E;opacity:0.8;">80%</p>

Text with #85929E 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 #85929E;}

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

This text has shadow with #85929E color.


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

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

This text has shadow with #85929E primary color and red secondary color.


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

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

This text has shadow with #85929E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #85929E.

Preview

Color preview on black background

This text has color #85929E on black background.


Color preview on white background

This text has color #85929E on white background.


Black color preview on #85929E background

This text has black color on #85929E background.


White color preview on #85929E background

This text has white color on #85929E background.


Related colors

Complementary color

Complementary color for #hex is #7A6D61.


I love getcolorcode.com

Triadic colors

1 #9E8592 and #929E85 with #85929E are triadic colors.

2 #9E9285 and #92859E with #85929E are triadic colors.