COLOR #86C6CC

HEX: #86C6CC
RGB: (134,198,204)

Color info

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

RGB color model

#86C6CC color RGB value is (134,198,204).

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

RGB channels and saturation

R 134 of 255 = 53%
G 198 of 255 = 78%
B 204 of 255 = 80%

134
198
204

R + G + B ~ 70%. #86C6CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 198 + 204 = 536 (100%)
R 134 of 536 ~ 25%
G 198 of 536 ~ 36.94%
B 204 of 536 ~ 38.06%

%25
%36.94
%38.06

CMYK color model

#86C6CC color CMYK value is (34,3,0,20).

  • cyan value is 34.31%
  • magenta value is 2.94%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(34,3,0,20)
C34M3Y0K20 
(34%,3%,0%,20%)
(0.34/0.03/0.00/0.20)	

CMYK percentages

%34.31
%2.94
%0
%20

Codes

Color #86C6CC in popluar color models

86C6CC
RGB134198204
HSL185°40.70%66.27%
HSB/HSV185°34.31%80.00%
CMYK34.31%2.94%0.00%
20.00%

Color #86C6CC in popluar number systems.

HEX86C6CC
Decimal134198204
Binary100001101100011011001100
Octal206306314

Shades and tints

Shades of #86C6CC

#86C6CC
(134,198,204)
#7AB4BA
(122,180,186)
#6EA2A8
(110,162,168)
#629096
(98,144,150)
#567E84
(86,126,132)
#4A6C72
(74,108,114)
#3E5A60
(62,90,96)
#32484E
(50,72,78)
#26363C
(38,54,60)
#1A242A
(26,36,42)
#0E1218
(14,18,24)
#000000
(0,0,0)

Tints of #86C6CC

#86C6CC
(134,198,204)
#91CBD0
(145,203,208)
#9CD0D4
(156,208,212)
#A7D5D8
(167,213,216)
#B2DADC
(178,218,220)
#BDDFE0
(189,223,224)
#C8E4E4
(200,228,228)
#D3E9E8
(211,233,232)
#DEEEEC
(222,238,236)
#E9F3F0
(233,243,240)
#F4F8F4
(244,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86C6CC; }

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

This text font color is #86C6CC.


Background Color

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

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

This div background color is #86C6CC.


Border color

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

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

This div border color is #86C6CC.


Opacity

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

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

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

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

This text has shadow with #86C6CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86C6CC on black background.


Color preview on white background

This text has color #86C6CC on white background.



Black color preview on #86C6CC background

This text has black color on #86C6CC background.


White color preview on #86C6CC background

This text has white color on #86C6CC background.