Color Hex Logo

#c7cbcb Color Hex

#C7CBCB
(199,203,203)
0 Favorites   0 Comments

Color spaces of #c7cbcb

RGB 199203203
HSL0.500.040.79
HSV180°80°
CMYK 0.020.000.00   0.20
XYZ55.688659.165864.9849
Yxy59.16580.30970.3290
Hunter Lab76.9193-5.37713.7527
CIE-Lab81.3826-1.3647-0.4880

#c7cbcb color RGB value is (199,203,203).

#c7cbcb hex color red value is 199, green value is 203 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c7cbcb hue: 0.50 , saturation: 0.04 and the lightness value of c7cbcb is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11001011 11001011
Octal 307 313 313
Decimal 199 203 203
Hex C7 CB CB

RGB Percentages of Color #c7cbcb

%32.89
%33.55
%33.55

CMYK Percentages of Color #c7cbcb

%2
%0
%0
%20

Triadic Colors of #c7cbcb

#c7cbcb #cbc7cb #cbcbc7

Analogous Colors of #c7cbcb

#c7cbcb #c7c9cb #c7cbc9

Monochromatic Colors of #c7cbcb

#c7cbcb

Complementary Color

#c7cbcb #cbc7c7

#c7cbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7cbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7cbcb Color CSS Codes

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

#c7cbcb Text Font Color

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

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


#c7cbcb Background Color

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

This div background color is #c7cbcb


#c7cbcb Border Color

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

This div border color is #c7cbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7cbcb


Comments

No comments written yet.

Please login to write comment.