crispedge.com

Color picker

Loading...

#c6cace hex color - Grey - Cool color - Information

#c6cace hex color - Grey - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Grey

Hex #c6cace Color code in RGB color code model is created after adding 77.65% red color, 79.22% green color and 80.78% blue color. Hex #c6cace Color code in CMYK color (process color) code model is generated after subtraction of 4% cyan, 2% magenta, 0% yellow and 19% black.

Hex #c6cace color code is between #cccccc web safe hex color code and #bbbbdd web safe hex color code. #cccccc is the nearest web safe color code. You can see here many more shades of #c6cace color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codec6cace#c6cace
RGB Decimal198, 202, 206rgb(198, 202, 206)
RGB Percent78%, 79%, 81%rgb(78%, 79%, 81%)
CSS RGBa198, 202, 206,1rgba(198,202,206,1)
CMYK Modelcmyk(4%,2%,0%,19%)
HSL Color Space210,8% ,79%hsl(210,8% ,79%)
HSV Color Space210°, 4%, 81%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110001101100101011001110
Octal306312316
Decimal198202206
Hexc6cace

Different shades of #c6cace color code.

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

Light Shade of #c6cace
#e1e3e6
Dark Shade of #c6cace
#abb0b6
Saturated Shade of #c6cace
#c1cad3
Desaturated Shade of #c6cace
#cacaca
Grey scale Shade of #c6cace
#cacaca
Brighten Shade
#dfe3e7
Most Readable Shade
#000000

Shades of #c6cace color code

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

#c6cace
#b0b3b7
#9a9da0
#848689
#6e7072
#58595b
#424344
#2c2c2d
#161616
#000000

Similar Color like #c6cace color

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

#c7cbcf
#c8ccd0
#c9cdd1
#caced2
#cbcfd3
#ccd0d4
#cdd1d5
#ced2d6
#cfd3d7
#d0d4d8
#d1d5d9
#d2d6da
#d3d7db
#d4d8dc
#c5c9cd
#c4c8cc
#c3c7cb
#c2c6ca
#c1c5c9
#c0c4c8
#bfc3c7
#bec2c6
#bdc1c5
#bcc0c4
#bbbfc3
#babec2
#b9bdc1
#b8bcc0

Monochromatic Color with #c6cace

#c6cace
#eff4f8
#232324
#4b4d4e
#747779
#9da0a3

Tints of #c6cace Color

#c6cace
#cccfd3
#d2d5d8
#d9dbde
#dfe1e3
#e5e7e9
#ecedee
#f2f3f4
#f8f9f9
#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

#c6cace
#cecac6

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

Split Complementary

#c6cace
#cec6c6
#cecec6

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

Analogous Color

#c6cdce
#c6ccce
#c6cace
#c6c8ce
#c6c7ce

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

#c6cace
#cec6ca
#cacec6

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

#c6cace
#cec6ce
#cecac6
#c6cec6

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

#c6cace
#cecac6
#cecec6
#c6c6ce

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

#c6cace Color Code Preview on Black Background Color

This is how #c6cace Color will look on black background color. Color contrast ratio is 12.74

#c6cace in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c6cace

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c6cace

#c6cace color code is use for CSS Background Color

Background color for the above div is #c6cace

HTML with inline CSS

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

#c6cace color code is use for CSS Border Color

CSS Border color for the above div is #c6cace

HTML with inline CSS

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

CSS Border Left color for the above div is #c6cace

HTML with inline CSS

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

CSS Border Right color for the above div is #c6cace

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c6cace

HTML with inline CSS

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

CSS Border Top color for the above div is #c6cace

HTML with inline CSS

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

#c6cace hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c6cace Color code Preview on White Background

This is how #c6cace Color code will look on white background color. Color contrast ratio is 1.65

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

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.