Hex #d6e6f8 Color

#d6e6f8
equivalent to

RGB

(214, 230, 248)

Details of #d6e6f8

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
214
72.9716
0.59
0.14
90.6278
77.6671
212°
88.1289
230
77.6671
0.71
0.07
-1.7679
0.2912
14°
-6.4254
248
99.9522
0.91
0.00   0.03
-10.5342
0.3099
97°
-5.5307

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11010110
326
214
D6
Green
11100110
346
230
E6
Blue
11111000
370
248
F8

RGB in % of #d6e6f8

%30.92
%33.24
%35.84

CMYK in % of #d6e6f8

%14
%7
%0
%3

Triads of color #d6e6f8

#d6e6f8 #e6f8d6 #f8d6f8

Similar Colors to #d6e6f8

#d6e6f8 #d6f7f8 #d7d6f8

Preview Color #d6e6f8 on black ground

#d6e6f8 is very interesting for text.

Preview Color #d6e6f8 on white ground

#d6e6f8 is very interesting for text.

CSS Codes #d6e6f8 color

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

Text Font Color #d6e6f8

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

This sample text font color is #d6e6f8
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 #d6e6f8

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

This div background color is #d6e6f8


Border Color #d6e6f8

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

The color of this border is #d6e6f8


Examples Css3

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

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 #d6e6f8">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #d6e6f8