Color Hex Logo

#c7bcbf Color Hex

#C7BCBF
(199,188,191)
0 Favorites   0 Comments

Color spaces of #c7bcbf

RGB 199188191
HSL0.950.090.76
HSV344°78°
CMYK 0.000.060.04   0.22
XYZ50.940451.870156.6173
Yxy51.87010.31950.3254
Hunter Lab72.02090.21653.8054
CIE-Lab77.20314.4046-0.1323

#c7bcbf color RGB value is (199,188,191).

#c7bcbf hex color red value is 199, green value is 188 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c7bcbf hue: 0.95 , saturation: 0.09 and the lightness value of c7bcbf is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10111100 10111111
Octal 307 274 277
Decimal 199 188 191
Hex C7 BC BF

RGB Percentages of Color #c7bcbf

%34.43
%32.53
%33.04

CMYK Percentages of Color #c7bcbf

%0
%6
%4
%22

Triadic Colors of #c7bcbf

#c7bcbf #bfc7bc #bcbfc7

Analogous Colors of #c7bcbf

#c7bcbf #c7bfbc #c7bcc5

Monochromatic Colors of #c7bcbf

#c7bcbf

Complementary Color

#c7bcbf #bcc7c4

#c7bcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7bcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7bcbf Color CSS Codes

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

#c7bcbf Text Font Color

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

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


#c7bcbf Background Color

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

This div background color is #c7bcbf


#c7bcbf Border Color

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

This div border color is #c7bcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7bcbf


Comments

No comments written yet.

Please login to write comment.