Color Hex Logo

#c7bbac Color Hex

#C7BBAC
(199,187,172)
0 Favorites   0 Comments

Color spaces of #c7bbac

RGB 199187172
HSL0.090.190.73
HSV33°14°78°
CMYK 0.000.060.14   0.22
XYZ48.769950.661346.2379
Yxy50.66130.33480.3478
Hunter Lab71.1768-2.252111.3077
CIE-Lab76.47341.69769.1079

#c7bbac color RGB value is (199,187,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10111011 10101100
Octal 307 273 254
Decimal 199 187 172
Hex C7 BB AC

RGB Percentages of Color #c7bbac

%35.66
%33.51
%30.82

CMYK Percentages of Color #c7bbac

%0
%6
%14
%22

Triadic Colors of #c7bbac

#c7bbac #acc7bb #bbacc7

Analogous Colors of #c7bbac

#c7bbac #c6c7ac #c7aeac

Monochromatic Colors of #c7bbac

#c7bbac

Complementary Color

#c7bbac #acb8c7

#c7bbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7bbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7bbac Color CSS Codes

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

#c7bbac Text Font Color

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

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


#c7bbac Background Color

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

This div background color is #c7bbac


#c7bbac Border Color

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

This div border color is #c7bbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7bbac

#c7bbac Color Palettes


Comments

No comments written yet.

Please login to write comment.