Color Hex Logo

#c6bdbd Color Hex

#C6BDBD
(198,189,189)
0 Favorites   0 Comments

Color spaces of #c6bdbd

RGB 198189189
HSL0.000.070.76
HSV78°
CMYK 0.000.050.05   0.22
XYZ50.671652.075155.5249
Yxy52.07510.32020.3290
Hunter Lab72.1631-0.94594.8943
CIE-Lab77.32573.16041.1202

#c6bdbd color RGB value is (198,189,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111101 10111101
Octal 306 275 275
Decimal 198 189 189
Hex C6 BD BD

RGB Percentages of Color #c6bdbd

%34.38
%32.81
%32.81

CMYK Percentages of Color #c6bdbd

%0
%5
%5
%22

Triadic Colors of #c6bdbd

#c6bdbd #bdc6bd #bdbdc6

Analogous Colors of #c6bdbd

#c6bdbd #c6c2bd #c6bdc2

Monochromatic Colors of #c6bdbd

#c6bdbd

Complementary Color

#c6bdbd #bdc6c6

#c6bdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6bdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6bdbd Color CSS Codes

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

#c6bdbd Text Font Color

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

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


#c6bdbd Background Color

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

This div background color is #c6bdbd


#c6bdbd Border Color

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

This div border color is #c6bdbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,189,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 #c6bdbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6bdbd


Comments

No comments written yet.

Please login to write comment.