Color Hex Logo

#c7cfbf Color Hex

#C7CFBF
(199,207,191)
0 Favorites   0 Comments

Color spaces of #c7cfbf

RGB 199207191
HSL0.250.140.78
HSV90°81°
CMYK 0.040.000.08   0.19
XYZ55.270060.529358.0605
Yxy60.52930.31790.3482
Hunter Lab77.8006-9.343510.2139
CIE-Lab82.1250-5.61576.9988

#c7cfbf color RGB value is (199,207,191).

#c7cfbf hex color red value is 199, green value is 207 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c7cfbf hue: 0.25 , saturation: 0.14 and the lightness value of c7cfbf is 0.78.

The process color (four color CMYK) of #c7cfbf color hex is 0.04, 0.00, 0.08, 0.19. Web safe color of #c7cfbf is #cccccc. Color #c7cfbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11001111 10111111
Octal 307 317 277
Decimal 199 207 191
Hex C7 CF BF

RGB Percentages of Color #c7cfbf

%33.33
%34.67
%31.99

CMYK Percentages of Color #c7cfbf

%4
%0
%8
%19

Triadic Colors of #c7cfbf

#c7cfbf #bfc7cf #cfbfc7

Analogous Colors of #c7cfbf

#c7cfbf #bfcfbf #cfcfbf

Monochromatic Colors of #c7cfbf

#c7cfbf

Complementary Color

#c7cfbf #c7bfcf

#c7cfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7cfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7cfbf Color CSS Codes

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

#c7cfbf Text Font Color

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

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


#c7cfbf Background Color

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

This div background color is #c7cfbf


#c7cfbf Border Color

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

This div border color is #c7cfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7cfbf


Comments

No comments written yet.

Please login to write comment.