crispedge.com

Color picker

Loading...

#c9facc hex color - Green - Cool color - Information

#c9facc hex color - Green - Cool color

Color Hue/Base color: Green

Hex #c9facc Color code in RGB color code model is created after adding 78.82% red color, 98.04% green color and 80% blue color. Hex #c9facc Color code in CMYK color (process color) code model is generated after subtraction of 20% cyan, 0% magenta, 18% yellow and 2% black.

Hex #c9facc color code is between #ccffbb web safe hex color code and #bbeedd web safe hex color code. #ccffbb is the nearest web safe color code. You can see here many more shades of #c9facc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codec9facc#c9facc
RGB Decimal201, 250, 204rgb(201, 250, 204)
RGB Percent79%, 98%, 80%rgb(79%, 98%, 80%)
CSS RGBa201, 250, 204,1rgba(201,250,204,1)
CMYK Modelcmyk(20%,0%,18%,2%)
HSL Color Space124,83% ,88%hsl(124,83% ,88%)
HSV Color Space124°, 20%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110010011111101011001100
Octal311372314
Decimal201250204
Hexc9facc

Different shades of #c9facc color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #c9facc
#f8fef8
Dark Shade of #c9facc
#9af6a0
Saturated Shade of #c9facc
#c6fdc9
Desaturated Shade of #c9facc
#ccf7cf
Grey scale Shade of #c9facc
#e1e1e1
Brighten Shade
#e2ffe5
Most Readable Shade
#000000

Shades of #c9facc color code

Generate more color scales with scales (color stack) generator.

#c9facc
#b2deb5
#9cc29e
#86a688
#6f8a71
#596f5a
#435344
#2c372d
#161b16
#000000

Similar Color like #c9facc color

Find visually similar hex color codes nearing to #c9facc hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#cafbcd
#cbfcce
#ccfdcf
#cdfed0
#ceffd1
#cfffd2
#d0ffd3
#d1ffd4
#d2ffd5
#d3ffd6
#d4ffd7
#d5ffd8
#d6ffd9
#d7ffda
#c8f9cb
#c7f8ca
#c6f7c9
#c5f6c8
#c4f5c7
#c3f4c6
#c2f3c5
#c1f2c4
#c0f1c3
#bff0c2
#beefc1
#bdeec0
#bcedbf
#bbecbe

Monochromatic Color with #c9facc

#c9facc
#1e251f
#405041
#627a64
#85a587
#a7cfa9

Tints of #c9facc Color

#c9facc
#cffad1
#d5fbd7
#dbfbdd
#e1fce2
#e7fce8
#edfdee
#f3fdf3
#f9fef9
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#c9facc
#fac9f7

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#c9facc
#e5c9fa
#fac9de

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#dafac9
#d0fac9
#c9facc
#c9fad6
#c9fae0

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#c9facc
#ccc9fa
#faccc9

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#c9facc
#c9defa
#fac9f7
#fae4c9

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#c9facc
#fac9f7
#fac9de
#c9fae5

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #c9facc Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#c9facc Color Code Preview on Black Background Color

This is how #c9facc Color will look on black background color. Color contrast ratio is 18.03

#c9facc in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#c9facc">Your Example Paragraph content text in with font color #c9facc </p>

Your Example Paragraph content text in with font color #c9facc

HTML with inline CSS

<div style="color:#c9facc">Your Paragraph text in with font color #c9facc </div>

Your Example Paragraph content text in with font color #c9facc

#c9facc color code is use for CSS Background Color

Background color for the above div is #c9facc

HTML with inline CSS

<div style="background-color:#c9facc;"></div>

#c9facc color code is use for CSS Border Color

CSS Border color for the above div is #c9facc

HTML with inline CSS

<div style="border:5px solid #c9facc;"></div>

CSS Border Left color for the above div is #c9facc

HTML with inline CSS

<div style="border-left:5px solid #c9facc;"></div>

CSS Border Right color for the above div is #c9facc

HTML with inline CSS

<div style="border-right:5px solid #c9facc;"></div>

CSS Border Bottom color for the above div is #c9facc

HTML with inline CSS

<div style="border-bottom:5px solid #c9facc;"></div>

CSS Border Top color for the above div is #c9facc

HTML with inline CSS

<div style="border-top:5px solid #c9facc;"></div>

#c9facc hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#c9facc; } .examplecolorclass {color:#c9facc; } .examplebordercolor {border:3px solid #c9facc; }

#c9facc Color code Preview on White Background

This is how #c9facc Color code will look on white background color. Color contrast ratio is 1.16

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #c9facc; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #c9facc; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(201,250,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(250,201,247,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(201,250,204,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.