COLOR #85B1B1

HEX: #85B1B1 RGB: (133,177,177)

Color info

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

RGB color model

#85B1B1 color RGB value is (133,177,177).

RGB: (133,177,177) (52%, 69%, 69%)

RGB channels and saturation

R 133 of 255 = 52%
G 177 of 255 = 69%
B 177 of 255 = 69%

133
177
177

R + G + B ~ 63%. #85B1B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 177 + 177 = 487 (100%)
R 133 of 487 ~ 27.31%
G 177 of 487 ~ 36.34%
B 177 of 487 ~ 36.34'%

%27.31
%36.34
%36.34

CMYK color model

#85B1B1 color CMYK value is (25,0,0,31).

  • cyan value is 24.86%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK: (25,0,0,31) C25M0Y0K31 (25%,0%,0%,31%) (0.25/0.00/0.00/0.31) 

CMYK percentages

%24.86
%0
%0
%30.59

Codes

Color #85B1B1 in popluar color models

85 B1 B1
RGB 133 177 177
HSL 180° 22.00% 60.78%
HSB/HSV 180° 24.86% 69.41%
CMYK 24.86% 0.00% 0.00%
30.59%

Color #85B1B1 in popluar number systems.

HEX 85 B1 B1
Decimal 133 177 177
Binary 10000101 10110001 10110001
Octal 205 261 261

Shades and tints

Shades of #85B1B1

#85B1B1
(133,177,177)
#79A1A1
(121,161,161)
#6D9191
(109,145,145)
#618181
(97,129,129)
#557171
(85,113,113)
#496161
(73,97,97)
#3D5151
(61,81,81)
#314141
(49,65,65)
#253131
(37,49,49)
#192121
(25,33,33)
#0D1111
(13,17,17)
#000000
(0,0,0)

Tints of #85B1B1

#85B1B1
(133,177,177)
#90B8B8
(144,184,184)
#9BBFBF
(155,191,191)
#A6C6C6
(166,198,198)
#B1CDCD
(177,205,205)
#BCD4D4
(188,212,212)
#C7DBDB
(199,219,219)
#D2E2E2
(210,226,226)
#DDE9E9
(221,233,233)
#E8F0F0
(232,240,240)
#F3F7F7
(243,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85B1B1 color. Also use rgb(133,177,177) instead hex code.

Text Font Color

.myTextColor { color: #85B1B1; }

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

This text font color is #85B1B1.

Background Color

.myBgColor { background-color: #85B1B1; }

<div style="background-color:#85B1B1">Inner text</div>

This div background color is #85B1B1.

Border color

.myBorderColor { border: 1px solid #85B1B1; }

<div style="border:3px solid #85B1B1">Div</div>

This div border color is #85B1B1.

Opacity

.myOpacity80 { color: #85B1B1; opacity: 0.8; }

<p style="color:#85B1B1;opacity:0.8;">80%</p>

Text with #85B1B1 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 #85B1B1;}

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

This text has shadow with #85B1B1 color.


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

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

This text has shadow with #85B1B1 primary color and red secondary color.


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

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

This text has shadow with #85B1B1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #85B1B1.

Preview

Color preview on black background

This text has color #85B1B1 on black background.


Color preview on white background

This text has color #85B1B1 on white background.


Black color preview on #85B1B1 background

This text has black color on #85B1B1 background.


White color preview on #85B1B1 background

This text has white color on #85B1B1 background.


Related colors

Complementary color

Complementary color for #hex is #7A4E4E.


I love getcolorcode.com