crispedge.com

Color picker

Loading...

#ccd9cb hex color - Green - Cool color - Information

#ccd9cb hex color - Green - Cool color

Color Hue/Base color: Green

Hex #ccd9cb Color code in RGB color code model is created after adding 80% red color, 85.1% green color and 79.61% blue color. Hex #ccd9cb Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 0% magenta, 6% yellow and 15% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeccd9cb#ccd9cb
RGB Decimal204, 217, 203rgb(204, 217, 203)
RGB Percent80%, 85%, 80%rgb(80%, 85%, 80%)
CSS RGBa204, 217, 203,1rgba(204,217,203,1)
CMYK Modelcmyk(6%,0%,6%,15%)
HSL Color Space116,16% ,82%hsl(116,16% ,82%)
HSV Color Space116°, 6%, 85%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110011001101100111001011
Octal314331313
Decimal204217203
Hexccd9cb

Different shades of #ccd9cb color code.

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

Light Shade of #ccd9cb
#e9efe8
Dark Shade of #ccd9cb
#afc3ae
Saturated Shade of #ccd9cb
#c8ddc6
Desaturated Shade of #ccd9cb
#d0d4cf
Grey scale Shade of #ccd9cb
#d2d2d2
Brighten Shade
#e5f2e4
Most Readable Shade
#000000

Shades of #ccd9cb color code

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

#ccd9cb
#b5c0b4
#9ea89d
#889087
#717870
#5a605a
#444843
#2d302d
#161816
#000000

Similar Color like #ccd9cb color

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

#cddacc
#cedbcd
#cfdcce
#d0ddcf
#d1ded0
#d2dfd1
#d3e0d2
#d4e1d3
#d5e2d4
#d6e3d5
#d7e4d6
#d8e5d7
#d9e6d8
#dae7d9
#cbd8ca
#cad7c9
#c9d6c8
#c8d5c7
#c7d4c6
#c6d3c5
#c5d2c4
#c4d1c3
#c3d0c2
#c2cfc1
#c1cec0
#c0cdbf
#bfccbe
#becbbd

Monochromatic Color with #ccd9cb

#ccd9cb
#040404
#2c2f2c
#545954
#7c847b
#a4aea3

Tints of #ccd9cb Color

#ccd9cb
#d1ddd0
#d7e1d6
#dde5dc
#e2e9e2
#e8eee7
#eef2ed
#f3f6f3
#f9faf9
#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

#ccd9cb
#d8cbd9

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

Split Complementary

#ccd9cb
#d1cbd9
#d9cbd3

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

Analogous Color

#d2d9cb
#cfd9cb
#ccd9cb
#cbd9cd
#cbd9d0

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

#ccd9cb
#cbccd9
#d9cbcc

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

#ccd9cb
#cbd3d9
#d8cbd9
#d9d1cb

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

#ccd9cb
#d8cbd9
#d9cbd3
#cbd9d1

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

#ccd9cb Color Code Preview on Black Background Color

This is how #ccd9cb Color will look on black background color. Color contrast ratio is 14.35

#ccd9cb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccd9cb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccd9cb

#ccd9cb color code is use for CSS Background Color

Background color for the above div is #ccd9cb

HTML with inline CSS

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

#ccd9cb color code is use for CSS Border Color

CSS Border color for the above div is #ccd9cb

HTML with inline CSS

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

CSS Border Left color for the above div is #ccd9cb

HTML with inline CSS

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

CSS Border Right color for the above div is #ccd9cb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ccd9cb

HTML with inline CSS

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

CSS Border Top color for the above div is #ccd9cb

HTML with inline CSS

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

#ccd9cb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ccd9cb Color code Preview on White Background

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

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(204,217,203,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(216,203,217,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,217,203,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.