COLOR #86BCC0

HEX: #86BCC0
RGB: (134,188,192)

Color info

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

RGB color model

#86BCC0 color RGB value is (134,188,192).

  • red value is 134;
  • green value is 188;
  • blue value is 192.
RGB:
(134,188,192)
(53%,74%,75%)

RGB channels and saturation

R 134 of 255 = 53%
G 188 of 255 = 74%
B 192 of 255 = 75%

134
188
192

R + G + B ~ 67%. #86BCC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 188 + 192 = 514 (100%)
R 134 of 514 ~ 26.07%
G 188 of 514 ~ 36.58%
B 192 of 514 ~ 37.35%

%26.07
%36.58
%37.35

CMYK color model

#86BCC0 color CMYK value is (30,2,0,25).

  • cyan value is 30.21%
  • magenta value is 2.08%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(30,2,0,25)
C30M2Y0K25 
(30%,2%,0%,25%)
(0.30/0.02/0.00/0.25)	

CMYK percentages

%30.21
%2.08
%0
%24.71

Codes

Color #86BCC0 in popluar color models

86BCC0
RGB134188192
HSL184°31.52%63.92%
HSB/HSV184°30.21%75.29%
CMYK30.21%2.08%0.00%
24.71%

Color #86BCC0 in popluar number systems.

HEX86BCC0
Decimal134188192
Binary100001101011110011000000
Octal206274300

Shades and tints

Shades of #86BCC0

#86BCC0
(134,188,192)
#7AABAF
(122,171,175)
#6E9A9E
(110,154,158)
#62898D
(98,137,141)
#56787C
(86,120,124)
#4A676B
(74,103,107)
#3E565A
(62,86,90)
#324549
(50,69,73)
#263438
(38,52,56)
#1A2327
(26,35,39)
#0E1216
(14,18,22)
#000000
(0,0,0)

Tints of #86BCC0

#86BCC0
(134,188,192)
#91C2C5
(145,194,197)
#9CC8CA
(156,200,202)
#A7CECF
(167,206,207)
#B2D4D4
(178,212,212)
#BDDAD9
(189,218,217)
#C8E0DE
(200,224,222)
#D3E6E3
(211,230,227)
#DEECE8
(222,236,232)
#E9F2ED
(233,242,237)
#F4F8F2
(244,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86BCC0 color. Also use rgb(134,188,192) instead hex code.

Text Font Color

.myTextColor { color: #86BCC0; }

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

This text font color is #86BCC0.


Background Color

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

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

This div background color is #86BCC0.


Border color

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

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

This div border color is #86BCC0.


Opacity

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

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

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

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

This text has shadow with #86BCC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86BCC0 on black background.


Color preview on white background

This text has color #86BCC0 on white background.



Black color preview on #86BCC0 background

This text has black color on #86BCC0 background.


White color preview on #86BCC0 background

This text has white color on #86BCC0 background.