COLOR #86B0BB

HEX: #86B0BB
RGB: (134,176,187)

Color info

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

RGB color model

#86B0BB color RGB value is (134,176,187).

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

RGB channels and saturation

R 134 of 255 = 53%
G 176 of 255 = 69%
B 187 of 255 = 73%

134
176
187

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

Portions of RGB colors in percentages

R + G + B =
134 + 176 + 187 = 497 (100%)
R 134 of 497 ~ 26.96%
G 176 of 497 ~ 35.41%
B 187 of 497 ~ 37.63%

%26.96
%35.41
%37.63

CMYK color model

#86B0BB color CMYK value is (28,6,0,27).

  • cyan value is 28.34%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(28,6,0,27)
C28M6Y0K27 
(28%,6%,0%,27%)
(0.28/0.06/0.00/0.27)	

CMYK percentages

%28.34
%5.88
%0
%26.67

Codes

Color #86B0BB in popluar color models

86B0BB
RGB134176187
HSL192°28.04%62.94%
HSB/HSV192°28.34%73.33%
CMYK28.34%5.88%0.00%
26.67%

Color #86B0BB in popluar number systems.

HEX86B0BB
Decimal134176187
Binary100001101011000010111011
Octal206260273

Shades and tints

Shades of #86B0BB

#86B0BB
(134,176,187)
#7AA0AA
(122,160,170)
#6E9099
(110,144,153)
#628088
(98,128,136)
#567077
(86,112,119)
#4A6066
(74,96,102)
#3E5055
(62,80,85)
#324044
(50,64,68)
#263033
(38,48,51)
#1A2022
(26,32,34)
#0E1011
(14,16,17)
#000000
(0,0,0)

Tints of #86B0BB

#86B0BB
(134,176,187)
#91B7C1
(145,183,193)
#9CBEC7
(156,190,199)
#A7C5CD
(167,197,205)
#B2CCD3
(178,204,211)
#BDD3D9
(189,211,217)
#C8DADF
(200,218,223)
#D3E1E5
(211,225,229)
#DEE8EB
(222,232,235)
#E9EFF1
(233,239,241)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86B0BB; }

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

This text font color is #86B0BB.


Background Color

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

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

This div background color is #86B0BB.


Border color

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

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

This div border color is #86B0BB.


Opacity

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

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

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

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

This text has shadow with #86B0BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86B0BB on black background.


Color preview on white background

This text has color #86B0BB on white background.



Black color preview on #86B0BB background

This text has black color on #86B0BB background.


White color preview on #86B0BB background

This text has white color on #86B0BB background.