COLOR #86B2CE

HEX: #86B2CE
RGB: (134,178,206)

Color info

#86B2CE contains mainly green and blue colors. Web safe color of #86B2CE is #9999CC (or #99C).

RGB color model

#86B2CE color RGB value is (134,178,206).

  • red value is 134;
  • green value is 178;
  • blue value is 206.
RGB:
(134,178,206)
(53%,70%,81%)

RGB channels and saturation

R 134 of 255 = 53%
G 178 of 255 = 70%
B 206 of 255 = 81%

134
178
206

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

Portions of RGB colors in percentages

R + G + B =
134 + 178 + 206 = 518 (100%)
R 134 of 518 ~ 25.87%
G 178 of 518 ~ 34.36%
B 206 of 518 ~ 39.77%

%25.87
%34.36
%39.77

CMYK color model

#86B2CE color CMYK value is (35,14,0,19).

  • cyan value is 34.95%
  • magenta value is 13.59%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(35,14,0,19)
C35M14Y0K19 
(35%,14%,0%,19%)
(0.35/0.14/0.00/0.19)	

CMYK percentages

%34.95
%13.59
%0
%19.22

Codes

Color #86B2CE in popluar color models

86B2CE
RGB134178206
HSL203°42.35%66.67%
HSB/HSV203°34.95%80.78%
CMYK34.95%13.59%0.00%
19.22%

Color #86B2CE in popluar number systems.

HEX86B2CE
Decimal134178206
Binary100001101011001011001110
Octal206262316

Shades and tints

Shades of #86B2CE

#86B2CE
(134,178,206)
#7AA2BC
(122,162,188)
#6E92AA
(110,146,170)
#628298
(98,130,152)
#567286
(86,114,134)
#4A6274
(74,98,116)
#3E5262
(62,82,98)
#324250
(50,66,80)
#26323E
(38,50,62)
#1A222C
(26,34,44)
#0E121A
(14,18,26)
#000000
(0,0,0)

Tints of #86B2CE

#86B2CE
(134,178,206)
#91B9D2
(145,185,210)
#9CC0D6
(156,192,214)
#A7C7DA
(167,199,218)
#B2CEDE
(178,206,222)
#BDD5E2
(189,213,226)
#C8DCE6
(200,220,230)
#D3E3EA
(211,227,234)
#DEEAEE
(222,234,238)
#E9F1F2
(233,241,242)
#F4F8F6
(244,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86B2CE color. Also use rgb(134,178,206) instead hex code.

Text Font Color

.myTextColor { color: #86B2CE; }

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

This text font color is #86B2CE.


Background Color

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

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

This div background color is #86B2CE.


Border color

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

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

This div border color is #86B2CE.


Opacity

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

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

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

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

This text has shadow with #86B2CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86B2CE on black background.


Color preview on white background

This text has color #86B2CE on white background.



Black color preview on #86B2CE background

This text has black color on #86B2CE background.


White color preview on #86B2CE background

This text has white color on #86B2CE background.