COLOR #85899F

HEX: #85899F
RGB: (133,137,159)

Color info

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

RGB color model

#85899F color RGB value is (133,137,159).

  • red value is 133;
  • green value is 137;
  • blue value is 159.
RGB:
(133,137,159)
(52%,54%,62%)

RGB channels and saturation

R 133 of 255 = 52%
G 137 of 255 = 54%
B 159 of 255 = 62%

133
137
159

R + G + B ~ 56%. #85899F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 137 + 159 = 429 (100%)
R 133 of 429 ~ 31%
G 137 of 429 ~ 31.93%
B 159 of 429 ~ 37.06%

%31
%31.93
%37.06

CMYK color model

#85899F color CMYK value is (16,14,0,38).

  • cyan value is 16.35%
  • magenta value is 13.84%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(16,14,0,38)
C16M14Y0K38 
(16%,14%,0%,38%)
(0.16/0.14/0.00/0.38)	

CMYK percentages

%16.35
%13.84
%0
%37.65

Codes

Color #85899F in popluar color models

85899F
RGB133137159
HSL231°11.93%57.25%
HSB/HSV231°16.35%62.35%
CMYK16.35%13.84%0.00%
37.65%

Color #85899F in popluar number systems.

HEX85899F
Decimal133137159
Binary100001011000100110011111
Octal205211237

Shades and tints

Shades of #85899F

#85899F
(133,137,159)
#797D91
(121,125,145)
#6D7183
(109,113,131)
#616575
(97,101,117)
#555967
(85,89,103)
#494D59
(73,77,89)
#3D414B
(61,65,75)
#31353D
(49,53,61)
#25292F
(37,41,47)
#191D21
(25,29,33)
#0D1113
(13,17,19)
#000000
(0,0,0)

Tints of #85899F

#85899F
(133,137,159)
#9093A7
(144,147,167)
#9B9DAF
(155,157,175)
#A6A7B7
(166,167,183)
#B1B1BF
(177,177,191)
#BCBBC7
(188,187,199)
#C7C5CF
(199,197,207)
#D2CFD7
(210,207,215)
#DDD9DF
(221,217,223)
#E8E3E7
(232,227,231)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85899F color. Also use rgb(133,137,159) instead hex code.

Text Font Color

.myTextColor { color: #85899F; }

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

This text font color is #85899F.


Background Color

.myBgColor { background-color: #85899F; }

<div style="background-color:#85899F">Inner text</div>

This div background color is #85899F.


Border color

.myBorderColor { border: 1px solid #85899F; }

<div style="border:3px solid #85899F">Div</div>

This div border color is #85899F.


Opacity

.myOpacity80 { color: #85899F; opacity: 0.8; }

<p style="color:#85899F;opacity:0.8;">80%</p>

Text with #85899F 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 #85899F;}

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

This text has shadow with #85899F color.

.textShadow {text-shadow: 3px 3px 1px #85899F, 3px 3px 1px red;}

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

This text has shadow with #85899F primary color and red secondary color.


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

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

This text has shadow with #85899F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85899F on black background.


Color preview on white background

This text has color #85899F on white background.



Black color preview on #85899F background

This text has black color on #85899F background.


White color preview on #85899F background

This text has white color on #85899F background.