crispedge.com

Color picker

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

#abb7cb hex color - Blue - Cool color - Information

#abb7cb hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #abb7cb Color code in RGB color code model is created after adding 67.06% red color, 71.76% green color and 79.61% blue color. Hex #abb7cb Color code in CMYK color (process color) code model is generated after subtraction of 16% cyan, 10% magenta, 0% yellow and 20% black.

Hex #abb7cb color code is between #aabbcc web safe hex color code and #bbaabb web safe hex color code. #aabbcc is the nearest web safe color code. You can see here many more shades of #abb7cb color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeabb7cb#abb7cb
RGB Decimal171, 183, 203rgb(171, 183, 203)
RGB Percent67%, 72%, 80%rgb(67%, 72%, 80%)
CSS RGBa171, 183, 203,1rgba(171,183,203,1)
CMYK Modelcmyk(16%,10%,0%,20%)
HSL Color Space218,24% ,73%hsl(218,24% ,73%)
HSV Color Space218°, 16%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010111011011111001011
Octal253267313
Decimal171183203
Hexabb7cb

Different shades of #abb7cb color code.

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

Light Shade of #abb7cb
#cad2de
Dark Shade of #abb7cb
#8b9cb7
Saturated Shade of #abb7cb
#a4b5d2
Desaturated Shade of #abb7cb
#b2b9c4
Grey scale Shade of #abb7cb
#bbbbbb
Brighten Shade
#c4d0e4
Most Readable Shade
#000000

Shades of #abb7cb color code

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

#abb7cb
#98a2b4
#858e9d
#727a87
#5f6570
#4c515a
#393d43
#26282d
#131416
#000000

Similar Color like #abb7cb color

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

#acb8cc
#adb9cd
#aebace
#afbbcf
#b0bcd0
#b1bdd1
#b2bed2
#b3bfd3
#b4c0d4
#b5c1d5
#b6c2d6
#b7c3d7
#b8c4d8
#b9c5d9
#aab6ca
#a9b5c9
#a8b4c8
#a7b3c7
#a6b2c6
#a5b1c5
#a4b0c4
#a3afc3
#a2aec2
#a1adc1
#a0acc0
#9fabbf
#9eaabe
#9da9bd

Monochromatic Color with #abb7cb

#abb7cb
#cfddf5
#1c1e21
#40444b
#636a76
#8791a0

Tints of #abb7cb Color

#abb7cb
#b4bfd0
#bdc7d6
#c7cfdc
#d0d7e2
#d9dfe7
#e3e7ed
#eceff3
#f5f7f9
#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

#abb7cb
#cbbfab

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

Split Complementary

#abb7cb
#cbafab
#c7cbab

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

Analogous Color

#abc4cb
#abbdcb
#abb7cb
#abb1cb
#acabcb

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

#abb7cb
#cbabb7
#b7cbab

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

#abb7cb
#cbabc7
#cbbfab
#abcbaf

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

#abb7cb
#cbbfab
#c7cbab
#afabcb

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

#abb7cb Color Code Preview on Black Background Color

This is how #abb7cb Color will look on black background color. Color contrast ratio is 10.37

#abb7cb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #abb7cb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #abb7cb

#abb7cb color code is use for CSS Background Color

Background color for the above div is #abb7cb

HTML with inline CSS

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

#abb7cb color code is use for CSS Border Color

CSS Border color for the above div is #abb7cb

HTML with inline CSS

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

CSS Border Left color for the above div is #abb7cb

HTML with inline CSS

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

CSS Border Right color for the above div is #abb7cb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #abb7cb

HTML with inline CSS

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

CSS Border Top color for the above div is #abb7cb

HTML with inline CSS

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

#abb7cb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#abb7cb Color code Preview on White Background

This is how #abb7cb Color code will look on white background color. Color contrast ratio is 2.03

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

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.