crispedge.com

Color picker

Loading...

#c2dbce hex color - Green - Cool color - Information

#c2dbce hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #c2dbce Color code in RGB color code model is created after adding 76.08% red color, 85.88% green color and 80.78% blue color. Hex #c2dbce Color code in CMYK color (process color) code model is generated after subtraction of 11% cyan, 0% magenta, 6% yellow and 14% black.

Hex #c2dbce color code is between #bbddcc web safe hex color code and #ccccdd web safe hex color code. #bbddcc is the nearest web safe color code. You can see here many more shades of #c2dbce color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec2dbce#c2dbce
RGB Decimal194, 219, 206rgb(194, 219, 206)
RGB Percent76%, 86%, 81%rgb(76%, 86%, 81%)
CSS RGBa194, 219, 206,1rgba(194,219,206,1)
CMYK Modelcmyk(11%,0%,6%,14%)
HSL Color Space149,26% ,81%hsl(149,26% ,81%)
HSV Color Space149°, 11%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110000101101101111001110
Octal302333316
Decimal194219206
Hexc2dbce

Different shades of #c2dbce color code.

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

Light Shade of #c2dbce
#e2eee8
Dark Shade of #c2dbce
#a2c8b4
Saturated Shade of #c2dbce
#bde0ce
Desaturated Shade of #c2dbce
#c7d6ce
Grey scale Shade of #c2dbce
#cecece
Brighten Shade
#dbf4e7
Most Readable Shade
#000000

Shades of #c2dbce color code

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

#c2dbce
#acc2b7
#96aaa0
#819289
#6b7972
#56615b
#404944
#2b302d
#151816
#000000

Similar Color like #c2dbce color

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

#c3dccf
#c4ddd0
#c5ded1
#c6dfd2
#c7e0d3
#c8e1d4
#c9e2d5
#cae3d6
#cbe4d7
#cce5d8
#cde6d9
#cee7da
#cfe8db
#d0e9dc
#c1dacd
#c0d9cc
#bfd8cb
#bed7ca
#bdd6c9
#bcd5c8
#bbd4c7
#bad3c6
#b9d2c5
#b8d1c4
#b7d0c3
#b6cfc2
#b5cec1
#b4cdc0

Monochromatic Color with #c2dbce

#c2dbce
#060606
#2b312e
#515b56
#77867e
#9cb0a6

Tints of #c2dbce Color

#c2dbce
#c8dfd3
#cfe3d8
#d6e7de
#ddebe3
#e3efe9
#eaf3ee
#f1f7f4
#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

#c2dbce
#dbc2cf

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

Split Complementary

#c2dbce
#dbc2db
#dbc2c2

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

Analogous Color

#c2dbc4
#c2dbc9
#c2dbce
#c2dbd3
#c2dbd8

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

#c2dbce
#cec2db
#dbcec2

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

#c2dbce
#c2c3db
#dbc2cf
#dbdac2

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

#c2dbce
#dbc2cf
#dbc2c2
#c2dbdb

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

#c2dbce Color Code Preview on Black Background Color

This is how #c2dbce Color will look on black background color. Color contrast ratio is 14.32

#c2dbce in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c2dbce

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c2dbce

#c2dbce color code is use for CSS Background Color

Background color for the above div is #c2dbce

HTML with inline CSS

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

#c2dbce color code is use for CSS Border Color

CSS Border color for the above div is #c2dbce

HTML with inline CSS

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

CSS Border Left color for the above div is #c2dbce

HTML with inline CSS

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

CSS Border Right color for the above div is #c2dbce

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c2dbce

HTML with inline CSS

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

CSS Border Top color for the above div is #c2dbce

HTML with inline CSS

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

#c2dbce hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c2dbce Color code Preview on White Background

This is how #c2dbce Color code will look on white background color. Color contrast ratio is 1.47

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

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(194,219,206,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(219,194,207,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(194,219,206,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.