crispedge.com

Color picker

Loading...

#c9dfaf hex color - Green - Warm color - Information

#c9dfaf hex color - Green - Warm color

Color Hue/Base color: Green

Hex #c9dfaf Color code in RGB color code model is created after adding 78.82% red color, 87.45% green color and 68.63% blue color. Hex #c9dfaf Color code in CMYK color (process color) code model is generated after subtraction of 10% cyan, 0% magenta, 22% yellow and 13% black.

Hex #c9dfaf color code is between #ccddaa web safe hex color code and #bbeebb web safe hex color code. #ccddaa is the nearest web safe color code. You can see here many more shades of #c9dfaf color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codec9dfaf#c9dfaf
RGB Decimal201, 223, 175rgb(201, 223, 175)
RGB Percent79%, 87%, 69%rgb(79%, 87%, 69%)
CSS RGBa201, 223, 175,1rgba(201,223,175,1)
CMYK Modelcmyk(10%,0%,22%,13%)
HSL Color Space88,43% ,78%hsl(88,43% ,78%)
HSV Color Space88°, 22%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010011101111110101111
Octal311337257
Decimal201223175
Hexc9dfaf

Different shades of #c9dfaf color code.

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

Light Shade of #c9dfaf
#e2eed3
Dark Shade of #c9dfaf
#b0d08b
Saturated Shade of #c9dfaf
#c9e5a9
Desaturated Shade of #c9dfaf
#c9d9b5
Grey scale Shade of #c9dfaf
#c7c7c7
Brighten Shade
#e2f8c8
Most Readable Shade
#000000

Shades of #c9dfaf color code

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

#c9dfaf
#b2c69b
#9cad88
#869474
#6f7b61
#59634d
#434a3a
#2c3126
#161813
#000000

Similar Color like #c9dfaf color

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

#cae0b0
#cbe1b1
#cce2b2
#cde3b3
#cee4b4
#cfe5b5
#d0e6b6
#d1e7b7
#d2e8b8
#d3e9b9
#d4eaba
#d5ebbb
#d6ecbc
#d7edbd
#c8deae
#c7ddad
#c6dcac
#c5dbab
#c4daaa
#c3d9a9
#c2d8a8
#c1d7a7
#c0d6a6
#bfd5a5
#bed4a4
#bdd3a3
#bcd2a2
#bbd1a1

Monochromatic Color with #c9dfaf

#c9dfaf
#090a08
#30352a
#565f4b
#7c8a6c
#a3b48e

Tints of #c9dfaf Color

#c9dfaf
#cfe2b7
#d5e6c0
#dbe9c9
#e1edd2
#e7f0db
#edf4e4
#f3f7ed
#f9fbf6
#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

#c9dfaf
#c5afdf

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

Split Complementary

#c9dfaf
#afb1df
#ddafdf

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

Analogous Color

#dcdfaf
#d3dfaf
#c9dfaf
#bfdfaf
#b6dfaf

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

#c9dfaf
#afc9df
#dfafc9

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

#c9dfaf
#afdfdd
#c5afdf
#dfafb1

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

#c9dfaf
#c5afdf
#ddafdf
#b1dfaf

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 #c9dfaf 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.

#c9dfaf Color Code Preview on Black Background Color

This is how #c9dfaf Color will look on black background color. Color contrast ratio is 14.66

#c9dfaf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c9dfaf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c9dfaf

#c9dfaf color code is use for CSS Background Color

Background color for the above div is #c9dfaf

HTML with inline CSS

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

#c9dfaf color code is use for CSS Border Color

CSS Border color for the above div is #c9dfaf

HTML with inline CSS

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

CSS Border Left color for the above div is #c9dfaf

HTML with inline CSS

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

CSS Border Right color for the above div is #c9dfaf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c9dfaf

HTML with inline CSS

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

CSS Border Top color for the above div is #c9dfaf

HTML with inline CSS

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

#c9dfaf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c9dfaf Color code Preview on White Background

This is how #c9dfaf Color code will look on white background color. Color contrast ratio is 1.43

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 #c9dfaf; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #c9dfaf; }

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,223,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(197,175,223,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(201,223,175,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.