Color Hex Logo

#c6bfbf Color Hex

#C6BFBF
(198,191,191)
1 Favorites   0 Comments

Color spaces of #c6bfbf

RGB 198191191
HSL0.000.060.76
HSV78°
CMYK 0.000.040.04   0.22
XYZ51.323553.029056.8208
Yxy53.02900.31840.3290
Hunter Lab72.8210-1.63184.7119
CIE-Lab77.89212.45030.8632

#c6bfbf color RGB value is (198,191,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111111 10111111
Octal 306 277 277
Decimal 198 191 191
Hex C6 BF BF

RGB Percentages of Color #c6bfbf

%34.14
%32.93
%32.93

CMYK Percentages of Color #c6bfbf

%0
%4
%4
%22

Triadic Colors of #c6bfbf

#c6bfbf #bfc6bf #bfbfc6

Analogous Colors of #c6bfbf

#c6bfbf #c6c3bf #c6bfc3

Monochromatic Colors of #c6bfbf

#c6bfbf

Complementary Color

#c6bfbf #bfc6c6

#c6bfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6bfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6bfbf Color CSS Codes

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

#c6bfbf Text Font Color

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

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


#c6bfbf Background Color

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

This div background color is #c6bfbf


#c6bfbf Border Color

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

This div border color is #c6bfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6bfbf

#c6bfbf Color Palettes


Comments

No comments written yet.

Please login to write comment.