Color Hex Logo

#c6bcbe Color Hex

#C6BCBE
(198,188,190)
0 Favorites   0 Comments

Color spaces of #c6bcbe

RGB 198188190
HSL0.970.080.76
HSV348°78°
CMYK 0.000.050.04   0.22
XYZ50.566251.689956.0272
Yxy51.68990.31950.3266
Hunter Lab71.8957-0.27354.1232
CIE-Lab77.09503.87340.2421

#c6bcbe color RGB value is (198,188,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111100 10111110
Octal 306 274 276
Decimal 198 188 190
Hex C6 BC BE

RGB Percentages of Color #c6bcbe

%34.38
%32.64
%32.99

CMYK Percentages of Color #c6bcbe

%0
%5
%4
%22

Triadic Colors of #c6bcbe

#c6bcbe #bec6bc #bcbec6

Analogous Colors of #c6bcbe

#c6bcbe #c6bfbc #c6bcc3

Monochromatic Colors of #c6bcbe

#c6bcbe

Complementary Color

#c6bcbe #bcc6c4

#c6bcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6bcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6bcbe Color CSS Codes

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

#c6bcbe Text Font Color

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

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


#c6bcbe Background Color

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

This div background color is #c6bcbe


#c6bcbe Border Color

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

This div border color is #c6bcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6bcbe


Comments

No comments written yet.

Please login to write comment.