Color Hex Logo

#c1bcc7 Color Hex

#C1BCC7
(193,188,199)
0 Favorites   0 Comments

Color spaces of #c1bcc7

RGB 193188199
HSL0.740.090.76
HSV267°78°
CMYK 0.030.060.00   0.22
XYZ50.284351.427461.3090
Yxy51.42740.30850.3155
Hunter Lab71.7129-0.3353-0.4893
CIE-Lab76.93723.7996-4.9158

#c1bcc7 color RGB value is (193,188,199).

#c1bcc7 hex color red value is 193, green value is 188 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #c1bcc7 hue: 0.74 , saturation: 0.09 and the lightness value of c1bcc7 is 0.76.

The process color (four color CMYK) of #c1bcc7 color hex is 0.03, 0.06, 0.00, 0.22. Web safe color of #c1bcc7 is #cccccc. Color #c1bcc7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10111100 11000111
Octal 301 274 307
Decimal 193 188 199
Hex C1 BC C7

RGB Percentages of Color #c1bcc7

%33.28
%32.41
%34.31

CMYK Percentages of Color #c1bcc7

%3
%6
%0
%22

Triadic Colors of #c1bcc7

#c1bcc7 #c7c1bc #bcc7c1

Analogous Colors of #c1bcc7

#c1bcc7 #c7bcc7 #bcbdc7

Monochromatic Colors of #c1bcc7

#c1bcc7

Complementary Color

#c1bcc7 #c2c7bc

#c1bcc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1bcc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1bcc7 Color CSS Codes

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

#c1bcc7 Text Font Color

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

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


#c1bcc7 Background Color

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

This div background color is #c1bcc7


#c1bcc7 Border Color

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

This div border color is #c1bcc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1bcc7


Comments

No comments written yet.

Please login to write comment.