Hex #adbbb3 Color

#adbbb3
equivalent to

RGB

(173, 187, 179)

Details of #adbbb3

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
173
43.1406
0.40
0.07
74.6224
47.6796
146°
69.0504
187
47.6796
0.09
0.00
-6.3589
0.3073
-9.3164
179
49.5771
0.71
0.04   0.27
2.3814
0.3396
73°
5.7805

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10101101
255
173
AD
Green
10111011
273
187
BB
Blue
10110011
263
179
B3

RGB in % of #adbbb3

%32.10
%34.69
%33.21

CMYK in % of #adbbb3

%7
%0
%4
%27

Triads of color #adbbb3

#adbbb3 #bbb3ad #b3adb3

Similar Colors to #adbbb3

#adbbb3 #aebbad #adbbba

Preview Color #adbbb3 on black ground

#adbbb3 is very interesting for text.

Preview Color #adbbb3 on white ground

#adbbb3 is very interesting for text.

CSS Codes #adbbb3 color

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

Text Font Color #adbbb3

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

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

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

This div background color is #adbbb3


Border Color #adbbb3

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

The color of this border is #adbbb3


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #adbbb3