crispedge.com

Color picker

Loading...

#c8dcbc hex color - Green - Cool color - Information

#c8dcbc hex color - Green - Cool color

Color Hue/Base color: Green

Hex #c8dcbc Color code in RGB color code model is created after adding 78.43% red color, 86.27% green color and 73.73% blue color. Hex #c8dcbc Color code in CMYK color (process color) code model is generated after subtraction of 9% cyan, 0% magenta, 15% yellow and 14% black.

Hex #c8dcbc color code is between #ccddbb web safe hex color code and #bbcccc web safe hex color code. #ccddbb is the nearest web safe color code. You can see here many more shades of #c8dcbc color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codec8dcbc#c8dcbc
RGB Decimal200, 220, 188rgb(200, 220, 188)
RGB Percent78%, 86%, 74%rgb(78%, 86%, 74%)
CSS RGBa200, 220, 188,1rgba(200,220,188,1)
CMYK Modelcmyk(9%,0%,15%,14%)
HSL Color Space98,31% ,80%hsl(98,31% ,80%)
HSV Color Space98°, 15%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110010001101110010111100
Octal310334274
Decimal200220188
Hexc8dcbc

Different shades of #c8dcbc color code.

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

Light Shade of #c8dcbc
#e4edde
Dark Shade of #c8dcbc
#adca9b
Saturated Shade of #c8dcbc
#c7e1b7
Desaturated Shade of #c8dcbc
#c9d7c1
Grey scale Shade of #c8dcbc
#cccccc
Brighten Shade
#e1f5d5
Most Readable Shade
#000000

Shades of #c8dcbc color code

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

#c8dcbc
#b1c3a7
#9bab92
#85927d
#6f7a68
#586153
#42493e
#2c3029
#161814
#000000

Similar Color like #c8dcbc color

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

#c9ddbd
#cadebe
#cbdfbf
#cce0c0
#cde1c1
#cee2c2
#cfe3c3
#d0e4c4
#d1e5c5
#d2e6c6
#d3e7c7
#d4e8c8
#d5e9c9
#d6eaca
#c7dbbb
#c6daba
#c5d9b9
#c4d8b8
#c3d7b7
#c2d6b6
#c1d5b5
#c0d4b4
#bfd3b3
#bed2b2
#bdd1b1
#bcd0b0
#bbcfaf
#baceae

Monochromatic Color with #c8dcbc

#c8dcbc
#070706
#2d322b
#545c4f
#7b8773
#a1b198

Tints of #c8dcbc Color

#c8dcbc
#cedfc3
#d4e3ca
#dae7d2
#e0ebd9
#e6efe1
#ecf3e8
#f2f7f0
#f8fbf7
#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

#c8dcbc
#d0bcdc

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

Split Complementary

#c8dcbc
#c0bcdc
#dcbcd8

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

Analogous Color

#d5dcbc
#cedcbc
#c8dcbc
#c2dcbc
#bcdcbd

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

#c8dcbc
#bcc8dc
#dcbcc8

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

#c8dcbc
#bcd8dc
#d0bcdc
#dcc0bc

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

#c8dcbc
#d0bcdc
#dcbcd8
#bcdcc0

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

#c8dcbc Color Code Preview on Black Background Color

This is how #c8dcbc Color will look on black background color. Color contrast ratio is 14.42

#c8dcbc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c8dcbc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c8dcbc

#c8dcbc color code is use for CSS Background Color

Background color for the above div is #c8dcbc

HTML with inline CSS

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

#c8dcbc color code is use for CSS Border Color

CSS Border color for the above div is #c8dcbc

HTML with inline CSS

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

CSS Border Left color for the above div is #c8dcbc

HTML with inline CSS

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

CSS Border Right color for the above div is #c8dcbc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c8dcbc

HTML with inline CSS

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

CSS Border Top color for the above div is #c8dcbc

HTML with inline CSS

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

#c8dcbc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c8dcbc Color code Preview on White Background

This is how #c8dcbc Color code will look on white background color. Color contrast ratio is 1.46

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

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(200,220,188,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(208,188,220,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(200,220,188,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.