Hex #b2c6df Color

#b2c6df
equivalent to

RGB

(178, 198, 223)

Details of #b2c6df

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
178
51.8735
0.59
0.20
79.1453
55.1809
213°
74.2838
198
55.1809
0.41
0.11
-1.5024
0.2807
20°
-5.3472
223
77.7290
0.79
0.00   0.13
-14.7029
0.2986
87°
-10.0194

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10110010
262
178
B2
Green
11000110
306
198
C6
Blue
11011111
337
223
DF

RGB in % of #b2c6df

%29.72
%33.06
%37.23

CMYK in % of #b2c6df

%20
%11
%0
%13

Triads of color #b2c6df

#b2c6df #c6dfb2 #dfb2df

Similar Colors to #b2c6df

#b2c6df #b2dddf #b5b2df

Preview Color #b2c6df on black ground

#b2c6df is very interesting for text.

Preview Color #b2c6df on white ground

#b2c6df is very interesting for text.

CSS Codes #b2c6df color

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

Text Font Color #b2c6df

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

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

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

This div background color is #b2c6df


Border Color #b2c6df

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

The color of this border is #b2c6df


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #b2c6df