Color Hex Logo

#c6bfbc Color Hex

#C6BFBC
(198,191,188)
0 Favorites   0 Comments

Color spaces of #c6bfbc

RGB 198191188
HSL0.050.080.76
HSV18°78°
CMYK 0.000.040.05   0.22
XYZ50.996652.898255.0995
Yxy52.89820.32070.3327
Hunter Lab72.7311-2.12145.9950
CIE-Lab77.81491.91702.3727

#c6bfbc color RGB value is (198,191,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111111 10111100
Octal 306 277 274
Decimal 198 191 188
Hex C6 BF BC

RGB Percentages of Color #c6bfbc

%34.32
%33.10
%32.58

CMYK Percentages of Color #c6bfbc

%0
%4
%5
%22

Triadic Colors of #c6bfbc

#c6bfbc #bcc6bf #bfbcc6

Analogous Colors of #c6bfbc

#c6bfbc #c6c4bc #c6bcbe

Monochromatic Colors of #c6bfbc

#c6bfbc

Complementary Color

#c6bfbc #bcc3c6

#c6bfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6bfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6bfbc Color CSS Codes

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

#c6bfbc Text Font Color

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

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


#c6bfbc Background Color

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

This div background color is #c6bfbc


#c6bfbc Border Color

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

This div border color is #c6bfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6bfbc


Comments

No comments written yet.

Please login to write comment.