COLOR #85909B

HEX: #85909B RGB: (133,144,155)

Color info

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

RGB color model

#85909B color RGB value is (133,144,155).

RGB: (133,144,155) (52%, 56%, 61%)

RGB channels and saturation

R 133 of 255 = 52%
G 144 of 255 = 56%
B 155 of 255 = 61%

133
144
155

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

Portions of RGB colors in percentages

R + G + B = 133 + 144 + 155 = 432 (100%)
R 133 of 432 ~ 30.79%
G 144 of 432 ~ 33.33%
B 155 of 432 ~ 35.88'%

%30.79
%33.33
%35.88

CMYK color model

#85909B color CMYK value is (14,7,0,39).

  • cyan value is 14.19%
  • magenta value is 7.10%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (14,7,0,39)
C14M7Y0K39 (14%, 7%, 0%, 39%)
(0.14 / 0.07 / 0.00 / 0.39)

CMYK percentages

%14.19
%7.1
%0
%39.22

Codes

Color #85909B in popluar color models

85 90 9B
RGB 133 144 155
HSL 210° 9.91% 56.47%
HSB/HSV 210° 14.19% 60.78%
CMYK 14.19% 7.10% 0.00%
39.22%

Color #85909B in popluar number systems.

HEX 85 90 9B
Decimal 133 144 155
Binary 10000101 10010000 10011011
Octal 205 220 233

Shades and tints

Shades of #85909B

#85909B
(133,144,155)
#79838D
(121,131,141)
#6D767F
(109,118,127)
#616971
(97,105,113)
#555C63
(85,92,99)
#494F55
(73,79,85)
#3D4247
(61,66,71)
#313539
(49,53,57)
#25282B
(37,40,43)
#191B1D
(25,27,29)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #85909B

#85909B
(133,144,155)
#909AA4
(144,154,164)
#9BA4AD
(155,164,173)
#A6AEB6
(166,174,182)
#B1B8BF
(177,184,191)
#BCC2C8
(188,194,200)
#C7CCD1
(199,204,209)
#D2D6DA
(210,214,218)
#DDE0E3
(221,224,227)
#E8EAEC
(232,234,236)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85909B color. Also use rgb(133,144,155) instead hex code.

Text Font Color

.myTextColor { color: #85909B; }

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

This text font color is #85909B.

Background Color

.myBgColor { background-color: #85909B; }

<div style="background-color:#85909B">Inner text</div>

This div background color is #85909B.

Border color

.myBorderColor { border: 1px solid #85909B; }

<div style="border:3px solid #85909B">Div</div>

This div border color is #85909B.

Opacity

.myOpacity80 { color: #85909B; opacity: 0.8; }

<p style="color:#85909B;opacity:0.8;">80%</p>

Text with #85909B 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 #85909B;}

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

This text has shadow with #85909B color.


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

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

This text has shadow with #85909B primary color and red secondary color.


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

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

This text has shadow with #85909B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #85909B.

Preview

Color preview on black background

This text has color #85909B on black background.


Color preview on white background

This text has color #85909B on white background.


Black color preview on #85909B background

This text has black color on #85909B background.


White color preview on #85909B background

This text has white color on #85909B background.


Related colors

Complementary color

Complementary color for #hex is #7A6F64.


I love getcolorcode.com

Triadic colors

1 #9B8590 and #909B85 with #85909B are triadic colors.

2 #9B9085 and #90859B with #85909B are triadic colors.