crispedge.com

Color picker

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

#c6babd hex color - Grey - Warm color - Information

#c6babd hex color - Grey - Warm color

Color Hue/Base color: Grey

Hex #c6babd Color code in RGB color code model is created after adding 77.65% red color, 72.94% green color and 74.12% blue color. Hex #c6babd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 6% magenta, 5% yellow and 22% black.

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

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codec6babd#c6babd
RGB Decimal198, 186, 189rgb(198, 186, 189)
RGB Percent78%, 73%, 74%rgb(78%, 73%, 74%)
CSS RGBa198, 186, 189,1rgba(198,186,189,1)
CMYK Modelcmyk(0%,6%,5%,22%)
HSL Color Space345,10% ,75%hsl(345,10% ,75%)
HSV Color Space345°, 6%, 78%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001101011101010111101
Octal306272275
Decimal198186189
Hexc6babd

Different shades of #c6babd color code.

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

Light Shade of #c6babd
#ddd6d8
Dark Shade of #c6babd
#af9ea2
Saturated Shade of #c6babd
#ccb4ba
Desaturated Shade of #c6babd
#c0c0c0
Grey scale Shade of #c6babd
#c0c0c0
Brighten Shade
#dfd3d6
Most Readable Shade
#000000

Shades of #c6babd color code

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

#c6babd
#b0a5a8
#9a9093
#847c7e
#6e6769
#585254
#423e3f
#2c292a
#161415
#000000

Similar Color like #c6babd color

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

#c7bbbe
#c8bcbf
#c9bdc0
#cabec1
#cbbfc2
#ccc0c3
#cdc1c4
#cec2c5
#cfc3c6
#d0c4c7
#d1c5c8
#d2c6c9
#d3c7ca
#d4c8cb
#c5b9bc
#c4b8bb
#c3b7ba
#c2b6b9
#c1b5b8
#c0b4b7
#bfb3b6
#beb2b5
#bdb1b4
#bcb0b3
#bbafb2
#baaeb1
#b9adb0
#b8acaf

Monochromatic Color with #c6babd

#c6babd
#f0e2e6
#1c1a1b
#464243
#716a6c
#9b9294

Tints of #c6babd Color

#c6babd
#ccc1c4
#d2c9cb
#d9d1d3
#dfd8da
#e5e0e1
#ece8e9
#f2eff0
#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

#c6babd
#bac6c3

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

Split Complementary

#c6babd
#bac6bd
#bac3c6

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

Analogous Color

#c6bac2
#c6babf
#c6babd
#c6babb
#c6bcba

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

#c6babd
#bdc6ba
#babdc6

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

#c6babd
#c3c6ba
#bac6c3
#bdbac6

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

#c6babd
#bac6c3
#bac3c6
#c6bdba

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

#c6babd Color Code Preview on Black Background Color

This is how #c6babd Color will look on black background color. Color contrast ratio is 11.16

#c6babd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c6babd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c6babd

#c6babd color code is use for CSS Background Color

Background color for the above div is #c6babd

HTML with inline CSS

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

#c6babd color code is use for CSS Border Color

CSS Border color for the above div is #c6babd

HTML with inline CSS

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

CSS Border Left color for the above div is #c6babd

HTML with inline CSS

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

CSS Border Right color for the above div is #c6babd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c6babd

HTML with inline CSS

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

CSS Border Top color for the above div is #c6babd

HTML with inline CSS

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

#c6babd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c6babd Color code Preview on White Background

This is how #c6babd Color code will look on white background color. Color contrast ratio is 1.88

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.