crispedge.com

Color picker

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

#aab2bf hex color - Blue - Cool color - Information

#aab2bf hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #aab2bf Color code in RGB color code model is created after adding 66.67% red color, 69.8% green color and 74.9% blue color. Hex #aab2bf Color code in CMYK color (process color) code model is generated after subtraction of 11% cyan, 7% magenta, 0% yellow and 25% black.

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

0 Likes 0 Comments | 6 Views

Color Table

Hex Color Codeaab2bf#aab2bf
RGB Decimal170, 178, 191rgb(170, 178, 191)
RGB Percent67%, 70%, 75%rgb(67%, 70%, 75%)
CSS RGBa170, 178, 191,1rgba(170,178,191,1)
CMYK Modelcmyk(11%,7%,0%,25%)
HSL Color Space217,14% ,71%hsl(217,14% ,71%)
HSV Color Space217°, 11%, 75%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010101011001010111111
Octal252262277
Decimal170178191
Hexaab2bf

Different shades of #aab2bf color code.

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

Light Shade of #aab2bf
#c7ccd5
Dark Shade of #aab2bf
#8d98a9
Saturated Shade of #aab2bf
#a3b0c6
Desaturated Shade of #aab2bf
#b1b4b8
Grey scale Shade of #aab2bf
#b4b4b4
Brighten Shade
#c3cbd8
Most Readable Shade
#000000

Shades of #aab2bf color code

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

#aab2bf
#979ea9
#848a94
#71767f
#5e626a
#4b4f54
#383b3f
#25272a
#121315
#000000

Similar Color like #aab2bf color

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

#abb3c0
#acb4c1
#adb5c2
#aeb6c3
#afb7c4
#b0b8c5
#b1b9c6
#b2bac7
#b3bbc8
#b4bcc9
#b5bdca
#b6becb
#b7bfcc
#b8c0cd
#a9b1be
#a8b0bd
#a7afbc
#a6aebb
#a5adba
#a4acb9
#a3abb8
#a2aab7
#a1a9b6
#a0a8b5
#9fa7b4
#9ea6b3
#9da5b2
#9ca4b1

Monochromatic Color with #aab2bf

#aab2bf
#d0dae9
#131415
#393b3f
#5e636a
#848a94

Tints of #aab2bf Color

#aab2bf
#b3bac6
#bcc3cd
#c6cbd4
#cfd4db
#d9dce2
#e2e5e9
#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

#aab2bf
#bfb7aa

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

Split Complementary

#aab2bf
#bfadaa
#bdbfaa

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

Analogous Color

#aababf
#aab6bf
#aab2bf
#aaaebf
#aaaabf

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

#aab2bf
#bfaab2
#b2bfaa

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

#aab2bf
#bfaabc
#bfb7aa
#aabfac

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

#aab2bf
#bfb7aa
#bdbfaa
#adaabf

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

#aab2bf Color Code Preview on Black Background Color

This is how #aab2bf Color will look on black background color. Color contrast ratio is 9.83

#aab2bf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aab2bf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aab2bf

#aab2bf color code is use for CSS Background Color

Background color for the above div is #aab2bf

HTML with inline CSS

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

#aab2bf color code is use for CSS Border Color

CSS Border color for the above div is #aab2bf

HTML with inline CSS

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

CSS Border Left color for the above div is #aab2bf

HTML with inline CSS

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

CSS Border Right color for the above div is #aab2bf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aab2bf

HTML with inline CSS

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

CSS Border Top color for the above div is #aab2bf

HTML with inline CSS

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

#aab2bf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aab2bf Color code Preview on White Background

This is how #aab2bf Color code will look on white background color. Color contrast ratio is 2.14

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

Related Gradients

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

0 Likes 0 Comments | 6 Views

Post your comment:-

By submitting comment you agree to our privacy policy.