crispedge.com

Color picker

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

#abb6bd hex color - Blue - Cool color - Information

#abb6bd hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #abb6bd Color code in RGB color code model is created after adding 67.06% red color, 71.37% green color and 74.12% blue color. Hex #abb6bd Color code in CMYK color (process color) code model is generated after subtraction of 10% cyan, 4% magenta, 0% yellow and 26% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeabb6bd#abb6bd
RGB Decimal171, 182, 189rgb(171, 182, 189)
RGB Percent67%, 71%, 74%rgb(67%, 71%, 74%)
CSS RGBa171, 182, 189,1rgba(171,182,189,1)
CMYK Modelcmyk(10%,4%,0%,26%)
HSL Color Space203,12% ,71%hsl(203,12% ,71%)
HSV Color Space203°, 10%, 74%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010111011011010111101
Octal253266275
Decimal171182189
Hexabb6bd

Different shades of #abb6bd color code.

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

Light Shade of #abb6bd
#c8cfd3
Dark Shade of #abb6bd
#8e9da7
Saturated Shade of #abb6bd
#a3b8c4
Desaturated Shade of #abb6bd
#b2b4b5
Grey scale Shade of #abb6bd
#b4b4b4
Brighten Shade
#c4cfd6
Most Readable Shade
#000000

Shades of #abb6bd color code

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

#abb6bd
#98a1a8
#858d93
#72797e
#5f6569
#4c5054
#393c3f
#26282a
#131415
#000000

Similar Color like #abb6bd color

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

#acb7be
#adb8bf
#aeb9c0
#afbac1
#b0bbc2
#b1bcc3
#b2bdc4
#b3bec5
#b4bfc6
#b5c0c7
#b6c1c8
#b7c2c9
#b8c3ca
#b9c4cb
#aab5bc
#a9b4bb
#a8b3ba
#a7b2b9
#a6b1b8
#a5b0b7
#a4afb6
#a3aeb5
#a2adb4
#a1acb3
#a0abb2
#9faab1
#9ea9b0
#9da8af

Monochromatic Color with #abb6bd

#abb6bd
#d1dfe7
#111213
#383b3d
#5e6468
#858d92

Tints of #abb6bd Color

#abb6bd
#b4bec4
#bdc6cb
#c7ced3
#d0d6da
#d9dee1
#e3e6e9
#eceef0
#f5f6f7
#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

#abb6bd
#bdb2ab

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

Split Complementary

#abb6bd
#bdabad
#bdbbab

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

Analogous Color

#abbdbd
#abbabd
#abb6bd
#abb2bd
#abafbd

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

#abb6bd
#bdabb6
#b6bdab

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

#abb6bd
#bbabbd
#bdb2ab
#adbdab

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

#abb6bd
#bdb2ab
#bdbbab
#abadbd

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

#abb6bd Color Code Preview on Black Background Color

This is how #abb6bd Color will look on black background color. Color contrast ratio is 10.16

#abb6bd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #abb6bd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #abb6bd

#abb6bd color code is use for CSS Background Color

Background color for the above div is #abb6bd

HTML with inline CSS

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

#abb6bd color code is use for CSS Border Color

CSS Border color for the above div is #abb6bd

HTML with inline CSS

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

CSS Border Left color for the above div is #abb6bd

HTML with inline CSS

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

CSS Border Right color for the above div is #abb6bd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #abb6bd

HTML with inline CSS

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

CSS Border Top color for the above div is #abb6bd

HTML with inline CSS

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

#abb6bd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#abb6bd Color code Preview on White Background

This is how #abb6bd Color code will look on white background color. Color contrast ratio is 2.07

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

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.