Hex #c1ccc5 Color

#c1ccc5
equivalent to

RGB

(193, 204, 197)

Details of #c1ccc5

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
193
53.6632
0.39
0.05
81.0460
58.5544
142°
76.5209
204
58.5544
0.10
0.00
-5.0488
0.3093
-8.7310
197
61.2971
0.78
0.03   0.20
2.1791
0.3375
80°
6.0865

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11000001
301
193
C1
Green
11001100
314
204
CC
Blue
11000101
305
197
C5

RGB in % of #c1ccc5

%32.49
%34.34
%33.16

CMYK in % of #c1ccc5

%5
%0
%3
%20

Triads of color #c1ccc5

#c1ccc5 #ccc5c1 #c5c1c5

Similar Colors to #c1ccc5

#c1ccc5 #c3ccc1 #c1cccb

Preview Color #c1ccc5 on black ground

#c1ccc5 is very interesting for text.

Preview Color #c1ccc5 on white ground

#c1ccc5 is very interesting for text.

CSS Codes #c1ccc5 color

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

Text Font Color #c1ccc5

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

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

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

This div background color is #c1ccc5


Border Color #c1ccc5

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

The color of this border is #c1ccc5


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #c1ccc5