COLOR #85899D

HEX: #85899D
RGB: (133,137,157)

Color info

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

RGB color model

#85899D color RGB value is (133,137,157).

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

RGB channels and saturation

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

133
137
157

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

Portions of RGB colors in percentages

R + G + B =
133 + 137 + 157 = 427 (100%)
R 133 of 427 ~ 31.15%
G 137 of 427 ~ 32.08%
B 157 of 427 ~ 36.77%

%31.15
%32.08
%36.77

CMYK color model

#85899D color CMYK value is (15,13,0,38).

  • cyan value is 15.29%
  • magenta value is 12.74%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(15,13,0,38)
C15M13Y0K38 
(15%,13%,0%,38%)
(0.15/0.13/0.00/0.38)	

CMYK percentages

%15.29
%12.74
%0
%38.43

Codes

Color #85899D in popluar color models

85899D
RGB133137157
HSL230°10.91%56.86%
HSB/HSV230°15.29%61.57%
CMYK15.29%12.74%0.00%
38.43%

Color #85899D in popluar number systems.

HEX85899D
Decimal133137157
Binary100001011000100110011101
Octal205211235

Shades and tints

Shades of #85899D

#85899D
(133,137,157)
#797D8F
(121,125,143)
#6D7181
(109,113,129)
#616573
(97,101,115)
#555965
(85,89,101)
#494D57
(73,77,87)
#3D4149
(61,65,73)
#31353B
(49,53,59)
#25292D
(37,41,45)
#191D1F
(25,29,31)
#0D1111
(13,17,17)
#000000
(0,0,0)

Tints of #85899D

#85899D
(133,137,157)
#9093A5
(144,147,165)
#9B9DAD
(155,157,173)
#A6A7B5
(166,167,181)
#B1B1BD
(177,177,189)
#BCBBC5
(188,187,197)
#C7C5CD
(199,197,205)
#D2CFD5
(210,207,213)
#DDD9DD
(221,217,221)
#E8E3E5
(232,227,229)
#F3EDED
(243,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85899D; }

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

This text font color is #85899D.


Background Color

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

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

This div background color is #85899D.


Border color

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

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

This div border color is #85899D.


Opacity

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

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

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

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

This text has shadow with #85899D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85899D on black background.


Color preview on white background

This text has color #85899D on white background.



Black color preview on #85899D background

This text has black color on #85899D background.


White color preview on #85899D background

This text has white color on #85899D background.