Color Hex Logo

#c7bbaf Color Hex

#C7BBAF
(199,187,175)
0 Favorites   0 Comments

Color spaces of #c7bbaf

RGB 199187175
HSL0.080.180.73
HSV30°12°78°
CMYK 0.000.060.12   0.22
XYZ49.061450.777947.7727
Yxy50.77790.33240.3440
Hunter Lab71.2586-1.805710.1322
CIE-Lab76.54432.18807.5849

#c7bbaf color RGB value is (199,187,175).

#c7bbaf hex color red value is 199, green value is 187 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c7bbaf hue: 0.08 , saturation: 0.18 and the lightness value of c7bbaf is 0.73.

The process color (four color CMYK) of #c7bbaf color hex is 0.00, 0.06, 0.12, 0.22. Web safe color of #c7bbaf is #cccc99. Color #c7bbaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10111011 10101111
Octal 307 273 257
Decimal 199 187 175
Hex C7 BB AF

RGB Percentages of Color #c7bbaf

%35.47
%33.33
%31.19

CMYK Percentages of Color #c7bbaf

%0
%6
%12
%22

Triadic Colors of #c7bbaf

#c7bbaf #afc7bb #bbafc7

Analogous Colors of #c7bbaf

#c7bbaf #c7c7af #c7afaf

Monochromatic Colors of #c7bbaf

#c7bbaf

Complementary Color

#c7bbaf #afbbc7

#c7bbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7bbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7bbaf Color CSS Codes

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

#c7bbaf Text Font Color

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

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


#c7bbaf Background Color

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

This div background color is #c7bbaf


#c7bbaf Border Color

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

This div border color is #c7bbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7bbaf


Comments

No comments written yet.

Please login to write comment.