COLOR #86B6BE

HEX: #86B6BE
RGB: (134,182,190)

Color info

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

RGB color model

#86B6BE color RGB value is (134,182,190).

  • red value is 134;
  • green value is 182;
  • blue value is 190.
RGB:
(134,182,190)
(53%,71%,75%)

RGB channels and saturation

R 134 of 255 = 53%
G 182 of 255 = 71%
B 190 of 255 = 75%

134
182
190

R + G + B ~ 66%. #86B6BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 182 + 190 = 506 (100%)
R 134 of 506 ~ 26.48%
G 182 of 506 ~ 35.97%
B 190 of 506 ~ 37.55%

%26.48
%35.97
%37.55

CMYK color model

#86B6BE color CMYK value is (29,4,0,25).

  • cyan value is 29.47%
  • magenta value is 4.21%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(29,4,0,25)
C29M4Y0K25 
(29%,4%,0%,25%)
(0.29/0.04/0.00/0.25)	

CMYK percentages

%29.47
%4.21
%0
%25.49

Codes

Color #86B6BE in popluar color models

86B6BE
RGB134182190
HSL189°30.11%63.53%
HSB/HSV189°29.47%74.51%
CMYK29.47%4.21%0.00%
25.49%

Color #86B6BE in popluar number systems.

HEX86B6BE
Decimal134182190
Binary100001101011011010111110
Octal206266276

Shades and tints

Shades of #86B6BE

#86B6BE
(134,182,190)
#7AA6AD
(122,166,173)
#6E969C
(110,150,156)
#62868B
(98,134,139)
#56767A
(86,118,122)
#4A6669
(74,102,105)
#3E5658
(62,86,88)
#324647
(50,70,71)
#263636
(38,54,54)
#1A2625
(26,38,37)
#0E1614
(14,22,20)
#000000
(0,0,0)

Tints of #86B6BE

#86B6BE
(134,182,190)
#91BCC3
(145,188,195)
#9CC2C8
(156,194,200)
#A7C8CD
(167,200,205)
#B2CED2
(178,206,210)
#BDD4D7
(189,212,215)
#C8DADC
(200,218,220)
#D3E0E1
(211,224,225)
#DEE6E6
(222,230,230)
#E9ECEB
(233,236,235)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86B6BE color. Also use rgb(134,182,190) instead hex code.

Text Font Color

.myTextColor { color: #86B6BE; }

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

This text font color is #86B6BE.


Background Color

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

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

This div background color is #86B6BE.


Border color

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

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

This div border color is #86B6BE.


Opacity

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

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

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

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

This text has shadow with #86B6BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86B6BE on black background.


Color preview on white background

This text has color #86B6BE on white background.



Black color preview on #86B6BE background

This text has black color on #86B6BE background.


White color preview on #86B6BE background

This text has white color on #86B6BE background.