COLOR #85929D

HEX: #85929D RGB: (133,146,157)

Color info

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

RGB color model

#85929D color RGB value is (133,146,157).

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

RGB channels and saturation

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

133
146
157

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

Portions of RGB colors in percentages

R + G + B = 133 + 146 + 157 = 436 (100%)
R 133 of 436 ~ 30.5%
G 146 of 436 ~ 33.49%
B 157 of 436 ~ 36.01'%

%30.5
%33.49
%36.01

CMYK color model

#85929D color CMYK value is (15,7,0,38).

  • cyan value is 15.29%
  • magenta value is 7.01%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (15,7,0,38)
C15M7Y0K38 (15%, 7%, 0%, 38%)
(0.15 / 0.07 / 0.00 / 0.38)

CMYK percentages

%15.29
%7.01
%0
%38.43

Codes

Color #85929D in popluar color models

85 92 9D
RGB 133 146 157
HSL 208° 10.91% 56.86%
HSB/HSV 208° 15.29% 61.57%
CMYK 15.29% 7.01% 0.00%
38.43%

Color #85929D in popluar number systems.

HEX 85 92 9D
Decimal 133 146 157
Binary 10000101 10010010 10011101
Octal 205 222 235

Shades and tints

Shades of #85929D

#85929D
(133,146,157)
#79858F
(121,133,143)
#6D7881
(109,120,129)
#616B73
(97,107,115)
#555E65
(85,94,101)
#495157
(73,81,87)
#3D4449
(61,68,73)
#31373B
(49,55,59)
#252A2D
(37,42,45)
#191D1F
(25,29,31)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #85929D

#85929D
(133,146,157)
#909BA5
(144,155,165)
#9BA4AD
(155,164,173)
#A6ADB5
(166,173,181)
#B1B6BD
(177,182,189)
#BCBFC5
(188,191,197)
#C7C8CD
(199,200,205)
#D2D1D5
(210,209,213)
#DDDADD
(221,218,221)
#E8E3E5
(232,227,229)
#F3ECED
(243,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85929D; }

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

This text font color is #85929D.

Background Color

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

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

This div background color is #85929D.

Border color

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

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

This div border color is #85929D.

Opacity

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

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

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

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

This text has shadow with #85929D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85929D.

Preview

Color preview on black background

This text has color #85929D on black background.


Color preview on white background

This text has color #85929D on white background.


Black color preview on #85929D background

This text has black color on #85929D background.


White color preview on #85929D background

This text has white color on #85929D background.


Related colors

Complementary color

Complementary color for #hex is #7A6D62.


I love getcolorcode.com

Triadic colors

1 #9D8592 and #929D85 with #85929D are triadic colors.

2 #9D9285 and #92859D with #85929D are triadic colors.