crispedge.com

Color picker

Loading...

#c7decb hex color - Green - Cool color - Information

#c7decb hex color - Green - Cool color

Color Hue/Base color: Green

Hex #c7decb Color code in RGB color code model is created after adding 78.04% red color, 87.06% green color and 79.61% blue color. Hex #c7decb Color code in CMYK color (process color) code model is generated after subtraction of 10% cyan, 0% magenta, 9% yellow and 13% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codec7decb#c7decb
RGB Decimal199, 222, 203rgb(199, 222, 203)
RGB Percent78%, 87%, 80%rgb(78%, 87%, 80%)
CSS RGBa199, 222, 203,1rgba(199,222,203,1)
CMYK Modelcmyk(10%,0%,9%,13%)
HSL Color Space130,26% ,83%hsl(130,26% ,83%)
HSV Color Space130°, 10%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110001111101111011001011
Octal307336313
Decimal199222203
Hexc7decb

Different shades of #c7decb color code.

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

Light Shade of #c7decb
#e7f1e9
Dark Shade of #c7decb
#a7cbad
Saturated Shade of #c7decb
#c3e2c8
Desaturated Shade of #c7decb
#cbdace
Grey scale Shade of #c7decb
#d2d2d2
Brighten Shade
#e0f7e4
Most Readable Shade
#000000

Shades of #c7decb color code

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

#c7decb
#b0c5b4
#9aac9d
#849487
#6e7b70
#58625a
#424a43
#2c312d
#161816
#000000

Similar Color like #c7decb color

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

#c8dfcc
#c9e0cd
#cae1ce
#cbe2cf
#cce3d0
#cde4d1
#cee5d2
#cfe6d3
#d0e7d4
#d1e8d5
#d2e9d6
#d3ead7
#d4ebd8
#d5ecd9
#c6ddca
#c5dcc9
#c4dbc8
#c3dac7
#c2d9c6
#c1d8c5
#c0d7c4
#bfd6c3
#bed5c2
#bdd4c1
#bcd3c0
#bbd2bf
#bad1be
#b9d0bd

Monochromatic Color with #c7decb

#c7decb
#090909
#2f3430
#555e56
#7b897d
#a1b3a4

Tints of #c7decb Color

#c7decb
#cde1d0
#d3e5d6
#d9e9dc
#dfece2
#e6f0e7
#ecf4ed
#f2f7f3
#f8fbf9
#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

#c7decb
#dec7da

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

Split Complementary

#c7decb
#d7c7de
#dec7cf

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

Analogous Color

#ccdec7
#c8dec7
#c7decb
#c7ded0
#c7ded4

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

#c7decb
#cbc7de
#decbc7

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

#c7decb
#c7cede
#dec7da
#ded6c7

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

#c7decb
#dec7da
#dec7cf
#c7ded7

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

#c7decb Color Code Preview on Black Background Color

This is how #c7decb Color will look on black background color. Color contrast ratio is 14.74

#c7decb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c7decb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c7decb

#c7decb color code is use for CSS Background Color

Background color for the above div is #c7decb

HTML with inline CSS

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

#c7decb color code is use for CSS Border Color

CSS Border color for the above div is #c7decb

HTML with inline CSS

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

CSS Border Left color for the above div is #c7decb

HTML with inline CSS

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

CSS Border Right color for the above div is #c7decb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c7decb

HTML with inline CSS

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

CSS Border Top color for the above div is #c7decb

HTML with inline CSS

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

#c7decb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c7decb Color code Preview on White Background

This is how #c7decb Color code will look on white background color. Color contrast ratio is 1.42

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

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(199,222,203,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(222,199,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(199,222,203,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.