Color Hex Logo

#c7bfba Color Hex

#C7BFBA
(199,191,186)
0 Favorites   0 Comments

Color spaces of #c7bfba

RGB 199191186
HSL0.060.100.75
HSV23°78°
CMYK 0.000.040.07   0.22
XYZ51.046952.948953.9841
Yxy52.94890.32310.3352
Hunter Lab72.7660-2.11896.9498
CIE-Lab77.84481.92143.5071

#c7bfba color RGB value is (199,191,186).

#c7bfba hex color red value is 199, green value is 191 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c7bfba hue: 0.06 , saturation: 0.10 and the lightness value of c7bfba is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10111111 10111010
Octal 307 277 272
Decimal 199 191 186
Hex C7 BF BA

RGB Percentages of Color #c7bfba

%34.55
%33.16
%32.29

CMYK Percentages of Color #c7bfba

%0
%4
%7
%22

Triadic Colors of #c7bfba

#c7bfba #bac7bf #bfbac7

Analogous Colors of #c7bfba

#c7bfba #c7c6ba #c7babc

Monochromatic Colors of #c7bfba

#c7bfba

Complementary Color

#c7bfba #bac2c7

#c7bfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7bfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7bfba Color CSS Codes

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

#c7bfba Text Font Color

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

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


#c7bfba Background Color

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

This div background color is #c7bfba


#c7bfba Border Color

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

This div border color is #c7bfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7bfba


Comments

No comments written yet.

Please login to write comment.