COLOR #86B0D4

HEX: #86B0D4
RGB: (134,176,212)

Color info

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

RGB color model

#86B0D4 color RGB value is (134,176,212).

  • red value is 134;
  • green value is 176;
  • blue value is 212.
RGB:
(134,176,212)
(53%,69%,83%)

RGB channels and saturation

R 134 of 255 = 53%
G 176 of 255 = 69%
B 212 of 255 = 83%

134
176
212

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

Portions of RGB colors in percentages

R + G + B =
134 + 176 + 212 = 522 (100%)
R 134 of 522 ~ 25.67%
G 176 of 522 ~ 33.72%
B 212 of 522 ~ 40.61%

%25.67
%33.72
%40.61

CMYK color model

#86B0D4 color CMYK value is (37,17,0,17).

  • cyan value is 36.79%
  • magenta value is 16.98%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(37,17,0,17)
C37M17Y0K17 
(37%,17%,0%,17%)
(0.37/0.17/0.00/0.17)	

CMYK percentages

%36.79
%16.98
%0
%16.86

Codes

Color #86B0D4 in popluar color models

86B0D4
RGB134176212
HSL208°47.56%67.84%
HSB/HSV208°36.79%83.14%
CMYK36.79%16.98%0.00%
16.86%

Color #86B0D4 in popluar number systems.

HEX86B0D4
Decimal134176212
Binary100001101011000011010100
Octal206260324

Shades and tints

Shades of #86B0D4

#86B0D4
(134,176,212)
#7AA0C1
(122,160,193)
#6E90AE
(110,144,174)
#62809B
(98,128,155)
#567088
(86,112,136)
#4A6075
(74,96,117)
#3E5062
(62,80,98)
#32404F
(50,64,79)
#26303C
(38,48,60)
#1A2029
(26,32,41)
#0E1016
(14,16,22)
#000000
(0,0,0)

Tints of #86B0D4

#86B0D4
(134,176,212)
#91B7D7
(145,183,215)
#9CBEDA
(156,190,218)
#A7C5DD
(167,197,221)
#B2CCE0
(178,204,224)
#BDD3E3
(189,211,227)
#C8DAE6
(200,218,230)
#D3E1E9
(211,225,233)
#DEE8EC
(222,232,236)
#E9EFEF
(233,239,239)
#F4F6F2
(244,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86B0D4 color. Also use rgb(134,176,212) instead hex code.

Text Font Color

.myTextColor { color: #86B0D4; }

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

This text font color is #86B0D4.


Background Color

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

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

This div background color is #86B0D4.


Border color

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

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

This div border color is #86B0D4.


Opacity

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

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

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

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

This text has shadow with #86B0D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86B0D4 on black background.


Color preview on white background

This text has color #86B0D4 on white background.



Black color preview on #86B0D4 background

This text has black color on #86B0D4 background.


White color preview on #86B0D4 background

This text has white color on #86B0D4 background.