Hex #b0c4de Color

#b0c4de
equivalent to

RGB

(176, 196, 222)

Details of #b0c4de

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
176
50.8292
0.59
0.21
78.4523
53.9839
214°
73.4737
196
53.9839
0.41
0.12
-1.2757
0.2798
21°
-5.0921
222
76.8482
0.78
0.00   0.13
-15.2199
0.2972
87°
-10.5598

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10110000
260
176
B0
Green
11000100
304
196
C4
Blue
11011110
336
222
DE

RGB in % of #b0c4de

%29.63
%33.00
%37.37

CMYK in % of #b0c4de

%21
%12
%0
%13

Triads of color #b0c4de

#b0c4de #c4deb0 #deb0de

Similar Colors to #b0c4de

#b0c4de #b0dbde #b3b0de

Preview Color #b0c4de on black ground

#b0c4de is very interesting for text.

Preview Color #b0c4de on white ground

#b0c4de is very interesting for text.

CSS Codes #b0c4de color

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

Text Font Color #b0c4de

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

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

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

This div background color is #b0c4de


Border Color #b0c4de

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

The color of this border is #b0c4de


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #b0c4de