COLOR #86C6BD

HEX: #86C6BD
RGB: (134,198,189)

Color info

#86C6BD contains mainly green and blue colors. Web safe color of #86C6BD is #99CCCC (or #9CC).

RGB color model

#86C6BD color RGB value is (134,198,189).

  • red value is 134;
  • green value is 198;
  • blue value is 189.
RGB:
(134,198,189)
(53%,78%,74%)

RGB channels and saturation

R 134 of 255 = 53%
G 198 of 255 = 78%
B 189 of 255 = 74%

134
198
189

R + G + B ~ 68%. #86C6BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 198 + 189 = 521 (100%)
R 134 of 521 ~ 25.72%
G 198 of 521 ~ 38%
B 189 of 521 ~ 36.28%

%25.72
%38
%36.28

CMYK color model

#86C6BD color CMYK value is (32,0,5,22).

  • cyan value is 32.32%
  • magenta value is 0.00%
  • yellow value is 4.55%
  • key color value is 22.35%
CMYK:
(32,0,5,22)
C32M0Y5K22 
(32%,0%,5%,22%)
(0.32/0.00/0.05/0.22)	

CMYK percentages

%32.32
%0
%4.55
%22.35

Codes

Color #86C6BD in popluar color models

86C6BD
RGB134198189
HSL172°35.96%65.10%
HSB/HSV172°32.32%77.65%
CMYK32.32%0.00%4.55%
22.35%

Color #86C6BD in popluar number systems.

HEX86C6BD
Decimal134198189
Binary100001101100011010111101
Octal206306275

Shades and tints

Shades of #86C6BD

#86C6BD
(134,198,189)
#7AB4AC
(122,180,172)
#6EA29B
(110,162,155)
#62908A
(98,144,138)
#567E79
(86,126,121)
#4A6C68
(74,108,104)
#3E5A57
(62,90,87)
#324846
(50,72,70)
#263635
(38,54,53)
#1A2424
(26,36,36)
#0E1213
(14,18,19)
#000000
(0,0,0)

Tints of #86C6BD

#86C6BD
(134,198,189)
#91CBC3
(145,203,195)
#9CD0C9
(156,208,201)
#A7D5CF
(167,213,207)
#B2DAD5
(178,218,213)
#BDDFDB
(189,223,219)
#C8E4E1
(200,228,225)
#D3E9E7
(211,233,231)
#DEEEED
(222,238,237)
#E9F3F3
(233,243,243)
#F4F8F9
(244,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86C6BD color. Also use rgb(134,198,189) instead hex code.

Text Font Color

.myTextColor { color: #86C6BD; }

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

This text font color is #86C6BD.


Background Color

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

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

This div background color is #86C6BD.


Border color

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

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

This div border color is #86C6BD.


Opacity

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

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

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

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

This text has shadow with #86C6BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86C6BD on black background.


Color preview on white background

This text has color #86C6BD on white background.



Black color preview on #86C6BD background

This text has black color on #86C6BD background.


White color preview on #86C6BD background

This text has white color on #86C6BD background.