Hex #ad9fc0 Color

#ad9fc0
equivalent to

RGB

(173, 159, 192)

Details of #ad9fc0

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
173
39.1461
0.74
0.10
67.6403
37.4863
265°
61.2260
159
37.4863
0.21
0.17
11.4907
0.2973
17°
6.9824
192
55.0415
0.69
0.00   0.25
-15.1138
0.2847
75°
-10.4242

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10101101
255
173
AD
Green
10011111
237
159
9F
Blue
11000000
300
192
C0

RGB in % of #ad9fc0

%33.02
%30.34
%36.64

CMYK in % of #ad9fc0

%10
%17
%0
%25

Triads of color #ad9fc0

#ad9fc0 #9fc0ad #c0adc0

Similar Colors to #ad9fc0

#ad9fc0 #9fa2c0 #be9fc0

Preview Color #ad9fc0 on black ground

#ad9fc0 is very interesting for text.

Preview Color #ad9fc0 on white ground

#ad9fc0 is very interesting for text.

CSS Codes #ad9fc0 color

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

Text Font Color #ad9fc0

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

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

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

This div background color is #ad9fc0


Border Color #ad9fc0

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

The color of this border is #ad9fc0


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #ad9fc0