Color: #C7ECBF

#C7ECBF Color Information

#C7ECBF is a light color. The closest websafe version is #C7ECBF. A complement of this color would be #E4C0EC, perceived brightness is 0.86, and the grayscale version is #D5D5D5.

In the HSL color space, this color has a hue angle of 109°,a saturation of 54%, and a lightness of 84%.The HSV representation shows a hue of 109°, a saturation of 19%, and a value of 93%.

In a RGB color space, #C7ECBF is composed of 78% red, 93% green and 75% blue. Whereas in a CMYK color space, it is composed of 16% cyan, 0% magenta, 19% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 76.00, x: 0.3461, and y: 0.4068.

Color Code #C7ECBF

#C7ECBFrgb(199, 236, 191)
HEX
#C7ECBF
RGB
rgb(199, 236, 191)
HSL
hsl(109, 54%, 84%)
HSV
hsv(109, 19%, 93%)
CMYK
16%, 0%, 19%, 7%
XYZ
X: 64.66, Y: 76.00, Z: 46.15
Lab
L: 89.86, a: -18.64, b: 17.74
Name

Shades of Color #C7ECBF

Shades are created by darkening the original color #C7ECBF 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 #C7ECBF

Tints are created by lightening the original color #C7ECBF 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.

#C7ECBFrgb(199, 236, 191)

About #C7ECBF Color Code

In the HSL color space, this color has a hue angle of 109°, a saturation of 54%, and a lightness of 84%. The HSV representation shows a hue of 109°, a saturation of 19%, and a value of 93%.

  • HEX: #C7ECBF
  • RGB: rgb(199, 236, 191)
  • HSL: hsl(109, 54%, 84%)
  • HSV: hsv(109, 19%, 93%)
  • CMYK: 16.00% cyan, 0.00% magenta, 19.00% yellow, 7.00% black
  • XYZ: 64.66, 76.00, 46.15
  • Yxy: 76.00, 0.3461, 0.4068
  • Hunter Lab: 89.86, -18.64, 17.74
  • CIE-Lab: 89.86, -18.64, 17.74

In the XYZ color space, this color is represented as X: 64.66, Y: 76.00, Z: 46.15. The Yxy representation further refines this as Y: 76.00, x: 0.3461, and y: 0.4068.

In the Hunter Lab color space, this color is represented as L: 89.86, a: -18.64, and b: 17.74. Similarly, in the CIE-Lab color space, it is represented as L: 89.86, a: -18.64, and b: 17.74.

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 #C7ECBF

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

Analogous Colors of #C7ECBF

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

Monochromatic Colors of #C7ECBF

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

Complementary Color of #C7ECBF

The complementary color of #C7ECBF 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 #C7ECBF

/* Using HEX */
body {
  background-color: #c7ecbf;
}
/* Using RGB */
body {
  background-color: rgb(199, 236, 191);
}
/* Using RGB with opacity */
body {
  background-color: rgba(199, 236, 191, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(109, 54%, 84%);
}
/* Text color */
p {
  color: #c7ecbf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c7ecbf;
}
/* Border color */
.box {
  border: 4px solid #c7ecbf;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c7ecbf;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c7ecbf;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C7ECBF
On Black Background
#C7ECBF
On White Background
#C7ECBF

HTML Examples of #C7ECBF

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

Related Colors of #C7ECBF

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