COLOR #85B3B6

HEX: #85B3B6
RGB: (133,179,182)

Color info

#85B3B6 contains red, green and blue colors in about the same proportion. Web safe color of #85B3B6 is #9999CC (or #99C).

RGB color model

#85B3B6 color RGB value is (133,179,182).

  • red value is 133;
  • green value is 179;
  • blue value is 182.
RGB:
(133,179,182)
(52%,70%,71%)

RGB channels and saturation

R 133 of 255 = 52%
G 179 of 255 = 70%
B 182 of 255 = 71%

133
179
182

R + G + B ~ 64%. #85B3B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 179 + 182 = 494 (100%)
R 133 of 494 ~ 26.92%
G 179 of 494 ~ 36.23%
B 182 of 494 ~ 36.84%

%26.92
%36.23
%36.84

CMYK color model

#85B3B6 color CMYK value is (27,2,0,29).

  • cyan value is 26.92%
  • magenta value is 1.65%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(27,2,0,29)
C27M2Y0K29 
(27%,2%,0%,29%)
(0.27/0.02/0.00/0.29)	

CMYK percentages

%26.92
%1.65
%0
%28.63

Codes

Color #85B3B6 in popluar color models

85B3B6
RGB133179182
HSL184°25.13%61.76%
HSB/HSV184°26.92%71.37%
CMYK26.92%1.65%0.00%
28.63%

Color #85B3B6 in popluar number systems.

HEX85B3B6
Decimal133179182
Binary100001011011001110110110
Octal205263266

Shades and tints

Shades of #85B3B6

#85B3B6
(133,179,182)
#79A3A6
(121,163,166)
#6D9396
(109,147,150)
#618386
(97,131,134)
#557376
(85,115,118)
#496366
(73,99,102)
#3D5356
(61,83,86)
#314346
(49,67,70)
#253336
(37,51,54)
#192326
(25,35,38)
#0D1316
(13,19,22)
#000000
(0,0,0)

Tints of #85B3B6

#85B3B6
(133,179,182)
#90B9BC
(144,185,188)
#9BBFC2
(155,191,194)
#A6C5C8
(166,197,200)
#B1CBCE
(177,203,206)
#BCD1D4
(188,209,212)
#C7D7DA
(199,215,218)
#D2DDE0
(210,221,224)
#DDE3E6
(221,227,230)
#E8E9EC
(232,233,236)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85B3B6; }

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

This text font color is #85B3B6.


Background Color

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

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

This div background color is #85B3B6.


Border color

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

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

This div border color is #85B3B6.


Opacity

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

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

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

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

This text has shadow with #85B3B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85B3B6 on black background.


Color preview on white background

This text has color #85B3B6 on white background.



Black color preview on #85B3B6 background

This text has black color on #85B3B6 background.


White color preview on #85B3B6 background

This text has white color on #85B3B6 background.