Hex #8db6cd Color

#8db6cd
equivalent to

RGB

(141, 182, 205)

Details of #8db6cd

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
141
38.7319
0.56
0.31
71.9108
43.5264
202°
65.9745
182
43.5264
0.39
0.11
-8.2336
0.2646
31°
-10.6625
205
64.1177
0.68
0.00   0.20
-16.0664
0.2974
80°
-11.4189

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10001101
215
141
8D
Green
10110110
266
182
B6
Blue
11001101
315
205
CD

RGB in % of #8db6cd

%26.70
%34.47
%38.83

CMYK in % of #8db6cd

%31
%11
%0
%20

Triads of color #8db6cd

#8db6cd #b6cd8d #cd8dcd

Similar Colors to #8db6cd

#8db6cd #8dcdc4 #8d96cd

Preview Color #8db6cd on black ground

#8db6cd is very interesting for text.

Preview Color #8db6cd on white ground

#8db6cd is very interesting for text.

CSS Codes #8db6cd color

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

Text Font Color #8db6cd

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

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

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

This div background color is #8db6cd


Border Color #8db6cd

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

The color of this border is #8db6cd


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #8db6cd