Color Hex Logo

#c6bfbd Color Hex

#C6BFBD
(198,191,189)
0 Favorites   0 Comments

Color spaces of #c6bfbd

RGB 198191189
HSL0.040.070.76
HSV13°78°
CMYK 0.000.040.05   0.22
XYZ51.104852.941555.6693
Yxy52.94150.32000.3315
Hunter Lab72.7609-1.95925.5699
CIE-Lab77.84042.09381.8693

#c6bfbd color RGB value is (198,191,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111111 10111101
Octal 306 277 275
Decimal 198 191 189
Hex C6 BF BD

RGB Percentages of Color #c6bfbd

%34.26
%33.04
%32.70

CMYK Percentages of Color #c6bfbd

%0
%4
%5
%22

Triadic Colors of #c6bfbd

#c6bfbd #bdc6bf #bfbdc6

Analogous Colors of #c6bfbd

#c6bfbd #c6c4bd #c6bdc0

Monochromatic Colors of #c6bfbd

#c6bfbd

Complementary Color

#c6bfbd #bdc4c6

#c6bfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6bfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6bfbd Color CSS Codes

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

#c6bfbd Text Font Color

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

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


#c6bfbd Background Color

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

This div background color is #c6bfbd


#c6bfbd Border Color

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

This div border color is #c6bfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6bfbd


Comments

No comments written yet.

Please login to write comment.