crispedge.com

Color picker

Loading...

#ccc9cb hex color - Grey - Warm color - Information

#ccc9cb hex color - Grey - Warm color

Color Hue/Base color: Grey

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

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

0 Likes 0 Comments | 26 Views

RGB Chart

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

Color Table

Hex Color Codeccc9cb#ccc9cb
RGB Decimal204, 201, 203rgb(204, 201, 203)
RGB Percent80%, 79%, 80%rgb(80%, 79%, 80%)
CSS RGBa204, 201, 203,1rgba(204,201,203,1)
CMYK Modelcmyk(0%,1%,0%,20%)
HSL Color Space320,3% ,79%hsl(320,3% ,79%)
HSV Color Space320°, 1%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011001100100111001011
Octal314311313
Decimal204201203
Hexccc9cb

Different shades of #ccc9cb color code.

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

Light Shade of #ccc9cb
#e5e3e4
Dark Shade of #ccc9cb
#b3afb2
Saturated Shade of #ccc9cb
#d1c4cd
Desaturated Shade of #ccc9cb
#cacaca
Grey scale Shade of #ccc9cb
#cacaca
Brighten Shade
#e5e2e4
Most Readable Shade
#000000

Shades of #ccc9cb color code

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

#ccc9cb
#b5b2b4
#9e9c9d
#888687
#716f70
#5a595a
#444343
#2d2c2d
#161616
#000000

Similar Color like #ccc9cb color

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

#cdcacc
#cecbcd
#cfccce
#d0cdcf
#d1ced0
#d2cfd1
#d3d0d2
#d4d1d3
#d5d2d4
#d6d3d5
#d7d4d6
#d8d5d7
#d9d6d8
#dad7d9
#cbc8ca
#cac7c9
#c9c6c8
#c8c5c7
#c7c4c6
#c6c3c5
#c5c2c4
#c4c1c3
#c3c0c2
#c2bfc1
#c1bec0
#c0bdbf
#bfbcbe
#bebbbd

Monochromatic Color with #ccc9cb

#ccc9cb
#f6f3f5
#222122
#4c4b4c
#777576
#a19fa1

Tints of #ccc9cb Color

#ccc9cb
#d1cfd0
#d7d5d6
#dddbdc
#e2e1e2
#e8e7e7
#eeeded
#f3f3f3
#f9f9f9
#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

#ccc9cb
#c9ccca

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

Split Complementary

#ccc9cb
#c9ccc9
#c9cccc

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

Analogous Color

#ccc9cc
#ccc9cc
#ccc9cb
#ccc9ca
#ccc9ca

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

#ccc9cb
#cbccc9
#c9cbcc

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

#ccc9cb
#cccbc9
#c9ccca
#c9c9cc

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

#ccc9cb
#c9ccca
#c9cccc
#ccc9c9

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

#ccc9cb Color Code Preview on Black Background Color

This is how #ccc9cb Color will look on black background color. Color contrast ratio is 12.78

#ccc9cb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccc9cb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccc9cb

#ccc9cb color code is use for CSS Background Color

Background color for the above div is #ccc9cb

HTML with inline CSS

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

#ccc9cb color code is use for CSS Border Color

CSS Border color for the above div is #ccc9cb

HTML with inline CSS

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

CSS Border Left color for the above div is #ccc9cb

HTML with inline CSS

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

CSS Border Right color for the above div is #ccc9cb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ccc9cb

HTML with inline CSS

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

CSS Border Top color for the above div is #ccc9cb

HTML with inline CSS

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

#ccc9cb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ccc9cb Color code Preview on White Background

This is how #ccc9cb Color code will look on white background color. Color contrast ratio is 1.64

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

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

0 Likes 0 Comments | 26 Views

Post your comment:-

By submitting comment you agree to our privacy policy.