Hex #86c7db Color

#86c7db
equivalent to

RGB

(134, 199, 219)

Details of #86c7db

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
134
43.0411
0.54
0.39
76.6970
51.0297
194°
71.4350
199
51.0297
0.54
0.09
-15.5967
0.2552
39°
-17.4609
219
74.5990
0.69
0.00   0.14
-16.4920
0.3025
86°
-11.8899

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10000110
206
134
86
Green
11000111
307
199
C7
Blue
11011011
333
219
DB

RGB in % of #86c7db

%24.28
%36.05
%39.67

CMYK in % of #86c7db

%39
%9
%0
%14

Triads of color #86c7db

#86c7db #c7db86 #db86db

Similar Colors to #86c7db

#86c7db #86dbc5 #869ddb

Preview Color #86c7db on black ground

#86c7db is very interesting for text.

Preview Color #86c7db on white ground

#86c7db is very interesting for text.

CSS Codes #86c7db color

.mybgcolor {background-color:#86c7db; }
.myforecolor {color:#86c7db; }
.mybordercolor {border:3px solid #86c7db; }

Text Font Color #86c7db

<p style="color:#86c7db">Text here</p>

This sample text font color is #86c7db
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #86c7db

<div style="background-color:#86c7db">
Div content here</div>

This div background color is #86c7db


Border Color #86c7db

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

The color of this border is #86c7db


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #86c7db; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #86c7db;
-webkit-box-shadow: 1px 1px 3px 2px #86c7db;
box-shadow:         1px 1px 3px 2px #86c7db; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #86c7db">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #86c7db;
  -webkit-box-shadow: 1px 1px 3px 2px #86c7db;
  box-shadow:         1px 1px 3px 2px #86c7db;">
Div content here</div>

The shadow of div box using color #86c7db