Color Hex Logo

#c6bbcf Color Hex

#C6BBCF
(198,187,207)
0 Favorites   0 Comments

Color spaces of #c6bbcf

RGB 198187207
HSL0.760.170.77
HSV273°10°81°
CMYK 0.040.100.00   0.19
XYZ52.321552.051466.3208
Yxy52.05140.30650.3049
Hunter Lab72.14673.1934-3.9997
CIE-Lab77.31167.5748-8.6532

#c6bbcf color RGB value is (198,187,207).

#c6bbcf hex color red value is 198, green value is 187 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c6bbcf hue: 0.76 , saturation: 0.17 and the lightness value of c6bbcf is 0.77.

The process color (four color CMYK) of #c6bbcf color hex is 0.04, 0.10, 0.00, 0.19. Web safe color of #c6bbcf is #cccccc. Color #c6bbcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111011 11001111
Octal 306 273 317
Decimal 198 187 207
Hex C6 BB CF

RGB Percentages of Color #c6bbcf

%33.45
%31.59
%34.97

CMYK Percentages of Color #c6bbcf

%4
%10
%0
%19

Triadic Colors of #c6bbcf

#c6bbcf #cfc6bb #bbcfc6

Analogous Colors of #c6bbcf

#c6bbcf #cfbbce #bcbbcf

Monochromatic Colors of #c6bbcf

#c6bbcf

Complementary Color

#c6bbcf #c4cfbb

#c6bbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6bbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6bbcf Color CSS Codes

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

#c6bbcf Text Font Color

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

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


#c6bbcf Background Color

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

This div background color is #c6bbcf


#c6bbcf Border Color

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

This div border color is #c6bbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6bbcf


Comments

No comments written yet.

Please login to write comment.