COLOR #86B7C7

HEX: #86B7C7
RGB: (134,183,199)

Color info

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

RGB color model

#86B7C7 color RGB value is (134,183,199).

  • red value is 134;
  • green value is 183;
  • blue value is 199.
RGB:
(134,183,199)
(53%,72%,78%)

RGB channels and saturation

R 134 of 255 = 53%
G 183 of 255 = 72%
B 199 of 255 = 78%

134
183
199

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

Portions of RGB colors in percentages

R + G + B =
134 + 183 + 199 = 516 (100%)
R 134 of 516 ~ 25.97%
G 183 of 516 ~ 35.47%
B 199 of 516 ~ 38.57%

%25.97
%35.47
%38.57

CMYK color model

#86B7C7 color CMYK value is (33,8,0,22).

  • cyan value is 32.66%
  • magenta value is 8.04%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(33,8,0,22)
C33M8Y0K22 
(33%,8%,0%,22%)
(0.33/0.08/0.00/0.22)	

CMYK percentages

%32.66
%8.04
%0
%21.96

Codes

Color #86B7C7 in popluar color models

86B7C7
RGB134183199
HSL195°36.72%65.29%
HSB/HSV195°32.66%78.04%
CMYK32.66%8.04%0.00%
21.96%

Color #86B7C7 in popluar number systems.

HEX86B7C7
Decimal134183199
Binary100001101011011111000111
Octal206267307

Shades and tints

Shades of #86B7C7

#86B7C7
(134,183,199)
#7AA7B5
(122,167,181)
#6E97A3
(110,151,163)
#628791
(98,135,145)
#56777F
(86,119,127)
#4A676D
(74,103,109)
#3E575B
(62,87,91)
#324749
(50,71,73)
#263737
(38,55,55)
#1A2725
(26,39,37)
#0E1713
(14,23,19)
#000000
(0,0,0)

Tints of #86B7C7

#86B7C7
(134,183,199)
#91BDCC
(145,189,204)
#9CC3D1
(156,195,209)
#A7C9D6
(167,201,214)
#B2CFDB
(178,207,219)
#BDD5E0
(189,213,224)
#C8DBE5
(200,219,229)
#D3E1EA
(211,225,234)
#DEE7EF
(222,231,239)
#E9EDF4
(233,237,244)
#F4F3F9
(244,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86B7C7 color. Also use rgb(134,183,199) instead hex code.

Text Font Color

.myTextColor { color: #86B7C7; }

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

This text font color is #86B7C7.


Background Color

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

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

This div background color is #86B7C7.


Border color

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

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

This div border color is #86B7C7.


Opacity

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

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

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

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

This text has shadow with #86B7C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86B7C7 on black background.


Color preview on white background

This text has color #86B7C7 on white background.



Black color preview on #86B7C7 background

This text has black color on #86B7C7 background.


White color preview on #86B7C7 background

This text has white color on #86B7C7 background.