Color Hex Logo

#c1acb1 Color Hex

#C1ACB1
(193,172,177)
0 Favorites   0 Comments

Color spaces of #c1acb1

RGB 193172177
HSL0.960.140.72
HSV346°11°76°
CMYK 0.000.110.08   0.24
XYZ44.680744.016847.7361
Yxy44.01680.32750.3226
Hunter Lab66.34524.10833.7818
CIE-Lab72.23978.43030.2021

#c1acb1 color RGB value is (193,172,177).

#c1acb1 hex color red value is 193, green value is 172 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #c1acb1 hue: 0.96 , saturation: 0.14 and the lightness value of c1acb1 is 0.72.

The process color (four color CMYK) of #c1acb1 color hex is 0.00, 0.11, 0.08, 0.24. Web safe color of #c1acb1 is #cc9999. Color #c1acb1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10101100 10110001
Octal 301 254 261
Decimal 193 172 177
Hex C1 AC B1

RGB Percentages of Color #c1acb1

%35.61
%31.73
%32.66

CMYK Percentages of Color #c1acb1

%0
%11
%8
%24

Triadic Colors of #c1acb1

#c1acb1 #b1c1ac #acb1c1

Analogous Colors of #c1acb1

#c1acb1 #c1b2ac #c1acbc

Monochromatic Colors of #c1acb1

#c1acb1

Complementary Color

#c1acb1 #acc1bc

#c1acb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1acb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1acb1 Color CSS Codes

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

#c1acb1 Text Font Color

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

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


#c1acb1 Background Color

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

This div background color is #c1acb1


#c1acb1 Border Color

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

This div border color is #c1acb1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,172,177, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c1acb1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1acb1


Comments

No comments written yet.

Please login to write comment.