crispedge.com

Color picker

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

#abb1bd hex color - Blue - Cool color - Information

#abb1bd hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

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

Hex #abb1bd color code is between #aaaabb web safe hex color code and #bbbbcc web safe hex color code. #aaaabb is the nearest web safe color code. You can see here many more shades of #abb1bd color code.

0 Likes 0 Comments | 25 Views

Color Table

Hex Color Codeabb1bd#abb1bd
RGB Decimal171, 177, 189rgb(171, 177, 189)
RGB Percent67%, 69%, 74%rgb(67%, 69%, 74%)
CSS RGBa171, 177, 189,1rgba(171,177,189,1)
CMYK Modelcmyk(10%,6%,0%,26%)
HSL Color Space220,12% ,71%hsl(220,12% ,71%)
HSV Color Space220°, 10%, 74%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010111011000110111101
Octal253261275
Decimal171177189
Hexabb1bd

Different shades of #abb1bd color code.

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

Light Shade of #abb1bd
#c8cbd3
Dark Shade of #abb1bd
#8e96a7
Saturated Shade of #abb1bd
#a3aec4
Desaturated Shade of #abb1bd
#b2b3b5
Grey scale Shade of #abb1bd
#b4b4b4
Brighten Shade
#c4cad6
Most Readable Shade
#000000

Shades of #abb1bd color code

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

#abb1bd
#989da8
#858993
#72767e
#5f6269
#4c4e54
#393b3f
#26272a
#131315
#000000

Similar Color like #abb1bd color

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

#acb2be
#adb3bf
#aeb4c0
#afb5c1
#b0b6c2
#b1b7c3
#b2b8c4
#b3b9c5
#b4bac6
#b5bbc7
#b6bcc8
#b7bdc9
#b8beca
#b9bfcb
#aab0bc
#a9afbb
#a8aeba
#a7adb9
#a6acb8
#a5abb7
#a4aab6
#a3a9b5
#a2a8b4
#a1a7b3
#a0a6b2
#9fa5b1
#9ea4b0
#9da3af

Monochromatic Color with #abb1bd

#abb1bd
#d1d9e7
#111213
#383a3d
#5e6168
#858992

Tints of #abb1bd Color

#abb1bd
#b4b9c4
#bdc2cb
#c7cbd3
#d0d3da
#d9dce1
#e3e5e9
#ecedf0
#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

#abb1bd
#bdb7ab

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

Split Complementary

#abb1bd
#bdaeab
#babdab

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

Analogous Color

#abb8bd
#abb5bd
#abb1bd
#abadbd
#acabbd

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

#abb1bd
#bdabb1
#b1bdab

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

#abb1bd
#bdabba
#bdb7ab
#abbdae

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

#abb1bd
#bdb7ab
#babdab
#aeabbd

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

#abb1bd Color Code Preview on Black Background Color

This is how #abb1bd Color will look on black background color. Color contrast ratio is 9.76

#abb1bd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #abb1bd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #abb1bd

#abb1bd color code is use for CSS Background Color

Background color for the above div is #abb1bd

HTML with inline CSS

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

#abb1bd color code is use for CSS Border Color

CSS Border color for the above div is #abb1bd

HTML with inline CSS

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

CSS Border Left color for the above div is #abb1bd

HTML with inline CSS

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

CSS Border Right color for the above div is #abb1bd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #abb1bd

HTML with inline CSS

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

CSS Border Top color for the above div is #abb1bd

HTML with inline CSS

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

#abb1bd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#abb1bd Color code Preview on White Background

This is how #abb1bd Color code will look on white background color. Color contrast ratio is 2.15

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

Related Gradients

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

0 Likes 0 Comments | 25 Views

Post your comment:-

By submitting comment you agree to our privacy policy.