Hex #b9d3ee Color

#b9d3ee
equivalent to

RGB

(185, 211, 238)

Details of #b9d3ee

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
185
58.7345
0.58
0.22
83.4823
63.0759
211°
79.4203
211
63.0759
0.61
0.11
-2.9220
0.2773
22°
-6.9773
238
89.9681
0.83
0.00   0.07
-16.1537
0.2978
93°
-11.5466

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10111001
271
185
B9
Green
11010011
323
211
D3
Blue
11101110
356
238
EE

RGB in % of #b9d3ee

%29.18
%33.28
%37.54

CMYK in % of #b9d3ee

%22
%11
%0
%7

Triads of color #b9d3ee

#b9d3ee #d3eeb9 #eeb9ee

Similar Colors to #b9d3ee

#b9d3ee #b9eeee #bab9ee

Preview Color #b9d3ee on black ground

#b9d3ee is very interesting for text.

Preview Color #b9d3ee on white ground

#b9d3ee is very interesting for text.

CSS Codes #b9d3ee color

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

Text Font Color #b9d3ee

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

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

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

This div background color is #b9d3ee


Border Color #b9d3ee

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

The color of this border is #b9d3ee


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #b9d3ee