Hex #997083 Color

#997083
equivalent to

RGB

(153, 112, 131)

Details of #997083

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
153
23.0278
0.92
0.00
51.8365
19.9993
332°
44.7206
112
19.9993
0.17
0.27
19.3046
0.3429
27°
13.6532
131
24.1193
0.52
0.14   0.40
-4.0534
0.2978
60°
-0.6616

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10011001
231
153
99
Green
1110000
160
112
70
Blue
10000011
203
131
83

RGB in % of #997083

%38.64
%28.28
%33.08

CMYK in % of #997083

%0
%27
%14
%40

Triads of color #997083

#997083 #708399 #839983

Similar Colors to #997083

#997083 #997098 #997270

Preview Color #997083 on black ground

#997083 is very interesting for text.

Preview Color #997083 on white ground

#997083 is very interesting for text.

CSS Codes #997083 color

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

Text Font Color #997083

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

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

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

This div background color is #997083


Border Color #997083

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

The color of this border is #997083


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #997083