Color Hex Logo

#c7cbbc Color Hex

#C7CBBC
(199,203,188)
1 Favorites   0 Comments

Color spaces of #c7cbbc

RGB 199203188
HSL0.210.130.77
HSV76°80°
CMYK 0.020.000.07   0.20
XYZ53.986258.484856.0203
Yxy58.48480.32040.3471
Hunter Lab76.4754-7.823510.1012
CIE-Lab81.0076-4.05566.9945

#c7cbbc color RGB value is (199,203,188).

#c7cbbc hex color red value is 199, green value is 203 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c7cbbc hue: 0.21 , saturation: 0.13 and the lightness value of c7cbbc is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11001011 10111100
Octal 307 313 274
Decimal 199 203 188
Hex C7 CB BC

RGB Percentages of Color #c7cbbc

%33.73
%34.41
%31.86

CMYK Percentages of Color #c7cbbc

%2
%0
%7
%20

Triadic Colors of #c7cbbc

#c7cbbc #bcc7cb #cbbcc7

Analogous Colors of #c7cbbc

#c7cbbc #c0cbbc #cbc8bc

Monochromatic Colors of #c7cbbc

#c7cbbc

Complementary Color

#c7cbbc #c0bccb

#c7cbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7cbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7cbbc Color CSS Codes

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

#c7cbbc Text Font Color

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

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


#c7cbbc Background Color

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

This div background color is #c7cbbc


#c7cbbc Border Color

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

This div border color is #c7cbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7cbbc


Comments

No comments written yet.

Please login to write comment.