Color Hex Logo

#c6bbcb Color Hex

#C6BBCB
(198,187,203)
1 Favorites   0 Comments

Color spaces of #c6bbcb

RGB 198187203
HSL0.780.130.76
HSV281°80°
CMYK 0.020.080.00   0.20
XYZ51.838551.858263.7774
Yxy51.85820.30950.3096
Hunter Lab72.01262.4716-2.1009
CIE-Lab77.19606.8082-6.6570

#c6bbcb color RGB value is (198,187,203).

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

The process color (four color CMYK) of #c6bbcb color hex is 0.02, 0.08, 0.00, 0.20. Web safe color of #c6bbcb is #cccccc. Color #c6bbcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111011 11001011
Octal 306 273 313
Decimal 198 187 203
Hex C6 BB CB

RGB Percentages of Color #c6bbcb

%33.67
%31.80
%34.52

CMYK Percentages of Color #c6bbcb

%2
%8
%0
%20

Triadic Colors of #c6bbcb

#c6bbcb #cbc6bb #bbcbc6

Analogous Colors of #c6bbcb

#c6bbcb #cbbbc8 #bebbcb

Monochromatic Colors of #c6bbcb

#c6bbcb

Complementary Color

#c6bbcb #c0cbbb

#c6bbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6bbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6bbcb Color CSS Codes

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

#c6bbcb Text Font Color

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

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


#c6bbcb Background Color

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

This div background color is #c6bbcb


#c6bbcb Border Color

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

This div border color is #c6bbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6bbcb


Comments

No comments written yet.

Please login to write comment.