Hex #83b799 Color

#83b799
equivalent to

RGB

(131, 183, 153)

Details of #83b799

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
131
32.0433
0.40
0.28
70.1704
40.9922
145°
64.0251
183
40.9922
0.27
0.00
-23.4319
0.2929
28°
-22.7078
153
36.3604
0.62
0.16   0.28
9.8134
0.3747
72°
11.1576

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10000011
203
131
83
Green
10110111
267
183
B7
Blue
10011001
231
153
99

RGB in % of #83b799

%28.05
%39.19
%32.76

CMYK in % of #83b799

%28
%0
%16
%28

Triads of color #83b799

#83b799 #b79983 #998399

Similar Colors to #83b799

#83b799 #87b783 #83b7b3

Preview Color #83b799 on black ground

#83b799 is very interesting for text.

Preview Color #83b799 on white ground

#83b799 is very interesting for text.

CSS Codes #83b799 color

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

Text Font Color #83b799

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

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

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

This div background color is #83b799


Border Color #83b799

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

The color of this border is #83b799


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #83b799