crispedge.com

Color picker

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

#c4bdbc hex color - Grey - Warm color - Information

#c4bdbc hex color - Grey - Warm color

Color Hue/Base color: Grey

Hex #c4bdbc Color code in RGB color code model is created after adding 76.86% red color, 74.12% green color and 73.73% blue color. Hex #c4bdbc Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 4% magenta, 4% yellow and 23% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec4bdbc#c4bdbc
RGB Decimal196, 189, 188rgb(196, 189, 188)
RGB Percent77%, 74%, 74%rgb(77%, 74%, 74%)
CSS RGBa196, 189, 188,1rgba(196,189,188,1)
CMYK Modelcmyk(0%,4%,4%,23%)
HSL Color Space7,6% ,75%hsl(7,6% ,75%)
HSV Color Space7°, 4%, 77%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001001011110110111100
Octal304275274
Decimal196189188
Hexc4bdbc

Different shades of #c4bdbc color code.

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

Light Shade of #c4bdbc
#dcd8d7
Dark Shade of #c4bdbc
#aca2a1
Saturated Shade of #c4bdbc
#cab8b6
Desaturated Shade of #c4bdbc
#c0c0c0
Grey scale Shade of #c4bdbc
#c0c0c0
Brighten Shade
#ddd6d5
Most Readable Shade
#000000

Shades of #c4bdbc color code

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

#c4bdbc
#aea8a7
#989392
#827e7d
#6c6968
#575453
#413f3e
#2b2a29
#151514
#000000

Similar Color like #c4bdbc color

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

#c5bebd
#c6bfbe
#c7c0bf
#c8c1c0
#c9c2c1
#cac3c2
#cbc4c3
#ccc5c4
#cdc6c5
#cec7c6
#cfc8c7
#d0c9c8
#d1cac9
#d2cbca
#c3bcbb
#c2bbba
#c1bab9
#c0b9b8
#bfb8b7
#beb7b6
#bdb6b5
#bcb5b4
#bbb4b3
#bab3b2
#b9b2b1
#b8b1b0
#b7b0af
#b6afae

Monochromatic Color with #c4bdbc

#c4bdbc
#eee6e5
#1a1919
#444242
#6f6b6a
#999493

Tints of #c4bdbc Color

#c4bdbc
#cac4c3
#d1cbca
#d7d3d2
#dedad9
#e4e1e1
#ebe9e8
#f1f0f0
#f8f7f7
#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

#c4bdbc
#bcc3c4

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

Split Complementary

#c4bdbc
#bcc4c1
#bcbfc4

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

Analogous Color

#c4bcbe
#c4bcbd
#c4bdbc
#c4bfbc
#c4c0bc

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

#c4bdbc
#bcc4bd
#bdbcc4

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

#c4bdbc
#bfc4bc
#bcc3c4
#c1bcc4

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

#c4bdbc
#bcc3c4
#bcbfc4
#c4c1bc

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

#c4bdbc Color Code Preview on Black Background Color

This is how #c4bdbc Color will look on black background color. Color contrast ratio is 11.35

#c4bdbc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c4bdbc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c4bdbc

#c4bdbc color code is use for CSS Background Color

Background color for the above div is #c4bdbc

HTML with inline CSS

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

#c4bdbc color code is use for CSS Border Color

CSS Border color for the above div is #c4bdbc

HTML with inline CSS

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

CSS Border Left color for the above div is #c4bdbc

HTML with inline CSS

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

CSS Border Right color for the above div is #c4bdbc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c4bdbc

HTML with inline CSS

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

CSS Border Top color for the above div is #c4bdbc

HTML with inline CSS

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

#c4bdbc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c4bdbc Color code Preview on White Background

This is how #c4bdbc Color code will look on white background color. Color contrast ratio is 1.85

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.