Color: #C7BACF

#C7BACF Color Information

#C7BACF is a light color. The closest websafe version is #C7BACF. A complement of this color would be #C2CFBA, perceived brightness is 0.75, and the grayscale version is #C5C5C5.

In the HSL color space, this color has a hue angle of 277°,a saturation of 18%, and a lightness of 77%.The HSV representation shows a hue of 277°, a saturation of 10%, and a value of 81%.

In a RGB color space, #C7BACF is composed of 78% red, 73% green and 81% blue. Whereas in a CMYK color space, it is composed of 4% cyan, 10% magenta, 0% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 51.69, x: 0.3412, and y: 0.3344.

Color Code #C7BACF

#C7BACFrgb(199, 186, 207)
HEX
#C7BACF
RGB
rgb(199, 186, 207)
HSL
hsl(277, 18%, 77%)
HSV
hsv(277, 10%, 81%)
CMYK
4%, 10%, 0%, 19%
XYZ
X: 52.74, Y: 51.69, Z: 50.13
Lab
L: 77.10, a: 7.64, b: -8.87
Name

Shades of Color #C7BACF

Shades are created by darkening the original color #C7BACF in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #C7BACF

Tints are created by lightening the original color #C7BACF in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#C7BACFrgb(199, 186, 207)

About #C7BACF Color Code

In the HSL color space, this color has a hue angle of 277°, a saturation of 18%, and a lightness of 77%. The HSV representation shows a hue of 277°, a saturation of 10%, and a value of 81%.

  • HEX: #C7BACF
  • RGB: rgb(199, 186, 207)
  • HSL: hsl(277, 18%, 77%)
  • HSV: hsv(277, 10%, 81%)
  • CMYK: 4.00% cyan, 10.00% magenta, 0.00% yellow, 19.00% black
  • XYZ: 52.74, 51.69, 50.13
  • Yxy: 51.69, 0.3412, 0.3344
  • Hunter Lab: 77.10, 7.64, -8.87
  • CIE-Lab: 77.10, 7.64, -8.87

In the XYZ color space, this color is represented as X: 52.74, Y: 51.69, Z: 50.13. The Yxy representation further refines this as Y: 51.69, x: 0.3412, and y: 0.3344.

In the Hunter Lab color space, this color is represented as L: 77.10, a: 7.64, and b: -8.87. Similarly, in the CIE-Lab color space, it is represented as L: 77.10, a: 7.64, and b: -8.87.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #C7BACF

Triadic colors are three colors evenly spaced around the color wheel, including #C7BACF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #C7BACF

Analogous colors are adjacent to #C7BACF on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #C7BACF

Monochromatic colors are variations of #C7BACF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #C7BACF

The complementary color of #C7BACF is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #C7BACF

/* Using HEX */
body {
  background-color: #c7bacf;
}
/* Using RGB */
body {
  background-color: rgb(199, 186, 207);
}
/* Using RGB with opacity */
body {
  background-color: rgba(199, 186, 207, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(277, 18%, 77%);
}
/* Text color */
p {
  color: #c7bacf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c7bacf;
}
/* Border color */
.box {
  border: 4px solid #c7bacf;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c7bacf;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c7bacf;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C7BACF
On Black Background
#C7BACF
On White Background
#C7BACF

HTML Examples of #C7BACF

<!-- Using HEX -->
<div style="background-color: #c7bacf; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(199, 186, 207); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(199, 186, 207, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(277, 18%, 77%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #c7bacf;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #c7bacf; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #c7bacf; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #c7bacf;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #c7bacf; color: #fff; padding: 16px; border-radius: 8px;">
  #C7BACF
</div>
#C7BACF
On Black Background
#C7BACF
On White Background
#C7BACF

Related Colors of #C7BACF

These colors are similar to #C7BACF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.