crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#c3cccc hex color - Grey - Cool color - Information

#c3cccc hex color - Grey - Cool color

Color Hue/Base color: Grey

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

Hex #c3cccc color code is between #bbbbbb web safe hex color code and #ccdddd web safe hex color code. #bbbbbb is the nearest web safe color code. You can see here many more shades of #c3cccc color code.

0 Likes 0 Comments | 4 Views

Color Table

Hex Color Codec3cccc#c3cccc
RGB Decimal195, 204, 204rgb(195, 204, 204)
RGB Percent76%, 80%, 80%rgb(76%, 80%, 80%)
CSS RGBa195, 204, 204,1rgba(195,204,204,1)
CMYK Modelcmyk(4%,0%,0%,20%)
HSL Color Space180,8% ,78%hsl(180,8% ,78%)
HSV Color Space180°, 4%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110000111100110011001100
Octal303314314
Decimal195204204
Hexc3cccc

Different shades of #c3cccc color code.

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

Light Shade of #c3cccc
#dfe3e3
Dark Shade of #c3cccc
#a7b5b5
Saturated Shade of #c3cccc
#bdd2d2
Desaturated Shade of #c3cccc
#c7c7c7
Grey scale Shade of #c3cccc
#c7c7c7
Brighten Shade
#dce5e5
Most Readable Shade
#000000

Shades of #c3cccc color code

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

#c3cccc
#adb5b5
#979e9e
#828888
#6c7171
#565a5a
#414444
#2b2d2d
#151616
#000000

Similar Color like #c3cccc color

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

#c4cdcd
#c5cece
#c6cfcf
#c7d0d0
#c8d1d1
#c9d2d2
#cad3d3
#cbd4d4
#ccd5d5
#cdd6d6
#ced7d7
#cfd8d8
#d0d9d9
#d1dada
#c2cbcb
#c1caca
#c0c9c9
#bfc8c8
#bec7c7
#bdc6c6
#bcc5c5
#bbc4c4
#bac3c3
#b9c2c2
#b8c1c1
#b7c0c0
#b6bfbf
#b5bebe

Monochromatic Color with #c3cccc

#c3cccc
#ecf6f6
#202222
#494c4c
#727777
#9aa1a1

Tints of #c3cccc Color

#c3cccc
#c9d1d1
#d0d7d7
#d7dddd
#dde2e2
#e4e8e8
#ebeeee
#f1f3f3
#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

#c3cccc
#ccc3c3

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

Split Complementary

#c3cccc
#ccc3c7
#ccc7c3

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

Analogous Color

#c3ccc8
#c3ccca
#c3cccc
#c3cacc
#c3c8cc

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

#c3cccc
#ccc3cc
#ccccc3

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

#c3cccc
#c7c3cc
#ccc3c3
#c7ccc3

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

#c3cccc
#ccc3c3
#ccc7c3
#c3c7cc

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

#c3cccc Color Code Preview on Black Background Color

This is how #c3cccc Color will look on black background color. Color contrast ratio is 12.83

#c3cccc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c3cccc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c3cccc

#c3cccc color code is use for CSS Background Color

Background color for the above div is #c3cccc

HTML with inline CSS

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

#c3cccc color code is use for CSS Border Color

CSS Border color for the above div is #c3cccc

HTML with inline CSS

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

CSS Border Left color for the above div is #c3cccc

HTML with inline CSS

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

CSS Border Right color for the above div is #c3cccc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c3cccc

HTML with inline CSS

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

CSS Border Top color for the above div is #c3cccc

HTML with inline CSS

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

#c3cccc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c3cccc Color code Preview on White Background

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.