Color Hex Logo

#c6bba7 Color Hex

#C6BBA7
(198,187,167)
0 Favorites   0 Comments

Color spaces of #c6bba7

RGB 198187167
HSL0.110.210.72
HSV39°16°78°
CMYK 0.000.060.16   0.22
XYZ48.034150.336443.7435
Yxy50.33640.33800.3542
Hunter Lab70.9482-3.309213.1081
CIE-Lab76.27530.528211.5197

#c6bba7 color RGB value is (198,187,167).

#c6bba7 hex color red value is 198, green value is 187 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #c6bba7 hue: 0.11 , saturation: 0.21 and the lightness value of c6bba7 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111011 10100111
Octal 306 273 247
Decimal 198 187 167
Hex C6 BB A7

RGB Percentages of Color #c6bba7

%35.87
%33.88
%30.25

CMYK Percentages of Color #c6bba7

%0
%6
%16
%22

Triadic Colors of #c6bba7

#c6bba7 #a7c6bb #bba7c6

Analogous Colors of #c6bba7

#c6bba7 #c2c6a7 #c6aca7

Monochromatic Colors of #c6bba7

#c6bba7

Complementary Color

#c6bba7 #a7b2c6

#c6bba7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6bba7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6bba7 Color CSS Codes

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

#c6bba7 Text Font Color

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

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


#c6bba7 Background Color

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

This div background color is #c6bba7


#c6bba7 Border Color

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

This div border color is #c6bba7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6bba7

#c6bba7 Color Palettes


Comments

No comments written yet.

Please login to write comment.