Color Hex Logo

#c6bcbd Color Hex

#C6BCBD
(198,188,189)
0 Favorites   0 Comments

Color spaces of #c6bcbd

RGB 198188189
HSL0.980.080.76
HSV354°78°
CMYK 0.000.050.05   0.22
XYZ50.457251.646355.4535
Yxy51.64630.32020.3278
Hunter Lab71.8654-0.43824.5558
CIE-Lab77.06893.69490.7459

#c6bcbd color RGB value is (198,188,189).

#c6bcbd hex color red value is 198, green value is 188 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c6bcbd hue: 0.98 , saturation: 0.08 and the lightness value of c6bcbd is 0.76.

The process color (four color CMYK) of #c6bcbd color hex is 0.00, 0.05, 0.05, 0.22. Web safe color of #c6bcbd is #cccccc. Color #c6bcbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111100 10111101
Octal 306 274 275
Decimal 198 188 189
Hex C6 BC BD

RGB Percentages of Color #c6bcbd

%34.43
%32.70
%32.87

CMYK Percentages of Color #c6bcbd

%0
%5
%5
%22

Triadic Colors of #c6bcbd

#c6bcbd #bdc6bc #bcbdc6

Analogous Colors of #c6bcbd

#c6bcbd #c6c0bc #c6bcc2

Monochromatic Colors of #c6bcbd

#c6bcbd

Complementary Color

#c6bcbd #bcc6c5

#c6bcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6bcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6bcbd Color CSS Codes

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

#c6bcbd Text Font Color

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

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


#c6bcbd Background Color

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

This div background color is #c6bcbd


#c6bcbd Border Color

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

This div border color is #c6bcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6bcbd

#c6bcbd Color Palettes


Comments

No comments written yet.

Please login to write comment.