COLOR #85B0BB

HEX: #85B0BB
RGB: (133,176,187)

Color info

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

RGB color model

#85B0BB color RGB value is (133,176,187).

  • red value is 133;
  • green value is 176;
  • blue value is 187.
RGB:
(133,176,187)
(52%,69%,73%)

RGB channels and saturation

R 133 of 255 = 52%
G 176 of 255 = 69%
B 187 of 255 = 73%

133
176
187

R + G + B ~ 65%. #85B0BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 176 + 187 = 496 (100%)
R 133 of 496 ~ 26.81%
G 176 of 496 ~ 35.48%
B 187 of 496 ~ 37.7%

%26.81
%35.48
%37.7

CMYK color model

#85B0BB color CMYK value is (29,6,0,27).

  • cyan value is 28.88%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(29,6,0,27)
C29M6Y0K27 
(29%,6%,0%,27%)
(0.29/0.06/0.00/0.27)	

CMYK percentages

%28.88
%5.88
%0
%26.67

Codes

Color #85B0BB in popluar color models

85B0BB
RGB133176187
HSL192°28.42%62.75%
HSB/HSV192°28.88%73.33%
CMYK28.88%5.88%0.00%
26.67%

Color #85B0BB in popluar number systems.

HEX85B0BB
Decimal133176187
Binary100001011011000010111011
Octal205260273

Shades and tints

Shades of #85B0BB

#85B0BB
(133,176,187)
#79A0AA
(121,160,170)
#6D9099
(109,144,153)
#618088
(97,128,136)
#557077
(85,112,119)
#496066
(73,96,102)
#3D5055
(61,80,85)
#314044
(49,64,68)
#253033
(37,48,51)
#192022
(25,32,34)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #85B0BB

#85B0BB
(133,176,187)
#90B7C1
(144,183,193)
#9BBEC7
(155,190,199)
#A6C5CD
(166,197,205)
#B1CCD3
(177,204,211)
#BCD3D9
(188,211,217)
#C7DADF
(199,218,223)
#D2E1E5
(210,225,229)
#DDE8EB
(221,232,235)
#E8EFF1
(232,239,241)
#F3F6F7
(243,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85B0BB; }

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

This text font color is #85B0BB.


Background Color

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

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

This div background color is #85B0BB.


Border color

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

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

This div border color is #85B0BB.


Opacity

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

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

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

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

This text has shadow with #85B0BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85B0BB on black background.


Color preview on white background

This text has color #85B0BB on white background.



Black color preview on #85B0BB background

This text has black color on #85B0BB background.


White color preview on #85B0BB background

This text has white color on #85B0BB background.