COLOR #85889F

HEX: #85889F
RGB: (133,136,159)

Color info

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

RGB color model

#85889F color RGB value is (133,136,159).

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

RGB channels and saturation

R 133 of 255 = 52%
G 136 of 255 = 53%
B 159 of 255 = 62%

133
136
159

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

Portions of RGB colors in percentages

R + G + B =
133 + 136 + 159 = 428 (100%)
R 133 of 428 ~ 31.07%
G 136 of 428 ~ 31.78%
B 159 of 428 ~ 37.15%

%31.07
%31.78
%37.15

CMYK color model

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

  • cyan value is 16.35%
  • magenta value is 14.47%
  • 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
%14.47
%0
%37.65

Codes

Color #85889F in popluar color models

85889F
RGB133136159
HSL233°11.93%57.25%
HSB/HSV233°16.35%62.35%
CMYK16.35%14.47%0.00%
37.65%

Color #85889F in popluar number systems.

HEX85889F
Decimal133136159
Binary100001011000100010011111
Octal205210237

Shades and tints

Shades of #85889F

#85889F
(133,136,159)
#797C91
(121,124,145)
#6D7083
(109,112,131)
#616475
(97,100,117)
#555867
(85,88,103)
#494C59
(73,76,89)
#3D404B
(61,64,75)
#31343D
(49,52,61)
#25282F
(37,40,47)
#191C21
(25,28,33)
#0D1013
(13,16,19)
#000000
(0,0,0)

Tints of #85889F

#85889F
(133,136,159)
#9092A7
(144,146,167)
#9B9CAF
(155,156,175)
#A6A6B7
(166,166,183)
#B1B0BF
(177,176,191)
#BCBAC7
(188,186,199)
#C7C4CF
(199,196,207)
#D2CED7
(210,206,215)
#DDD8DF
(221,216,223)
#E8E2E7
(232,226,231)
#F3ECEF
(243,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85889F; }

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

This text font color is #85889F.


Background Color

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

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

This div background color is #85889F.


Border color

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

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

This div border color is #85889F.


Opacity

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

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

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

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

This text has shadow with #85889F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85889F on black background.


Color preview on white background

This text has color #85889F on white background.



Black color preview on #85889F background

This text has black color on #85889F background.


White color preview on #85889F background

This text has white color on #85889F background.