COLOR #86BDCC

HEX: #86BDCC
RGB: (134,189,204)

Color info

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

RGB color model

#86BDCC color RGB value is (134,189,204).

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

RGB channels and saturation

R 134 of 255 = 53%
G 189 of 255 = 74%
B 204 of 255 = 80%

134
189
204

R + G + B ~ 69%. #86BDCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 189 + 204 = 527 (100%)
R 134 of 527 ~ 25.43%
G 189 of 527 ~ 35.86%
B 204 of 527 ~ 38.71%

%25.43
%35.86
%38.71

CMYK color model

#86BDCC color CMYK value is (34,7,0,20).

  • cyan value is 34.31%
  • magenta value is 7.35%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(34,7,0,20)
C34M7Y0K20 
(34%,7%,0%,20%)
(0.34/0.07/0.00/0.20)	

CMYK percentages

%34.31
%7.35
%0
%20

Codes

Color #86BDCC in popluar color models

86BDCC
RGB134189204
HSL193°40.70%66.27%
HSB/HSV193°34.31%80.00%
CMYK34.31%7.35%0.00%
20.00%

Color #86BDCC in popluar number systems.

HEX86BDCC
Decimal134189204
Binary100001101011110111001100
Octal206275314

Shades and tints

Shades of #86BDCC

#86BDCC
(134,189,204)
#7AACBA
(122,172,186)
#6E9BA8
(110,155,168)
#628A96
(98,138,150)
#567984
(86,121,132)
#4A6872
(74,104,114)
#3E5760
(62,87,96)
#32464E
(50,70,78)
#26353C
(38,53,60)
#1A242A
(26,36,42)
#0E1318
(14,19,24)
#000000
(0,0,0)

Tints of #86BDCC

#86BDCC
(134,189,204)
#91C3D0
(145,195,208)
#9CC9D4
(156,201,212)
#A7CFD8
(167,207,216)
#B2D5DC
(178,213,220)
#BDDBE0
(189,219,224)
#C8E1E4
(200,225,228)
#D3E7E8
(211,231,232)
#DEEDEC
(222,237,236)
#E9F3F0
(233,243,240)
#F4F9F4
(244,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86BDCC; }

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

This text font color is #86BDCC.


Background Color

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

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

This div background color is #86BDCC.


Border color

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

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

This div border color is #86BDCC.


Opacity

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

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

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

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

This text has shadow with #86BDCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86BDCC on black background.


Color preview on white background

This text has color #86BDCC on white background.



Black color preview on #86BDCC background

This text has black color on #86BDCC background.


White color preview on #86BDCC background

This text has white color on #86BDCC background.