Hex #83b7b3 Color

#83b7b3
equivalent to

RGB

(131, 183, 179)

Details of #83b7b3

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
131
34.4302
0.49
0.28
70.8343
41.9469
175°
64.7665
183
41.9469
0.27
0.00
-17.8589
0.2748
28°
-18.4493
179
48.9297
0.62
0.02   0.28
-3.4770
0.3348
72°
0.5596

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10000011
203
131
83
Green
10110111
267
183
B7
Blue
10110011
263
179
B3

RGB in % of #83b7b3

%26.57
%37.12
%36.31

CMYK in % of #83b7b3

%28
%0
%2
%28

Triads of color #83b7b3

#83b7b3 #b7b383 #b383b3

Similar Colors to #83b7b3

#83b7b3 #83b799 #83a1b7

Preview Color #83b7b3 on black ground

#83b7b3 is very interesting for text.

Preview Color #83b7b3 on white ground

#83b7b3 is very interesting for text.

CSS Codes #83b7b3 color

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

Text Font Color #83b7b3

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

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

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

This div background color is #83b7b3


Border Color #83b7b3

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

The color of this border is #83b7b3


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #83b7b3