crispedge.com

Color picker

Loading...

#aab7bd hex color - Blue - Cool color - Information

#aab7bd hex color - Blue - Cool color

Color Hue/Base color: Blue

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

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

0 Likes 0 Comments | 14 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codeaab7bd#aab7bd
RGB Decimal170, 183, 189rgb(170, 183, 189)
RGB Percent67%, 72%, 74%rgb(67%, 72%, 74%)
CSS RGBa170, 183, 189,1rgba(170,183,189,1)
CMYK Modelcmyk(10%,3%,0%,26%)
HSL Color Space199,13% ,70%hsl(199,13% ,70%)
HSV Color Space199°, 10%, 74%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010101011011110111101
Octal252267275
Decimal170183189
Hexaab7bd

Different shades of #aab7bd color code.

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

Light Shade of #aab7bd
#c7cfd3
Dark Shade of #aab7bd
#8d9fa7
Saturated Shade of #aab7bd
#a2bac5
Desaturated Shade of #aab7bd
#b2b4b5
Grey scale Shade of #aab7bd
#b3b3b3
Brighten Shade
#c3d0d6
Most Readable Shade
#000000

Shades of #aab7bd color code

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

#aab7bd
#97a2a8
#848e93
#717a7e
#5e6569
#4b5154
#383d3f
#25282a
#121415
#000000

Similar Color like #aab7bd color

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

#abb8be
#acb9bf
#adbac0
#aebbc1
#afbcc2
#b0bdc3
#b1bec4
#b2bfc5
#b3c0c6
#b4c1c7
#b5c2c8
#b6c3c9
#b7c4ca
#b8c5cb
#a9b6bc
#a8b5bb
#a7b4ba
#a6b3b9
#a5b2b8
#a4b1b7
#a3b0b6
#a2afb5
#a1aeb4
#a0adb3
#9facb2
#9eabb1
#9daab0
#9ca9af

Monochromatic Color with #aab7bd

#aab7bd
#d0e0e7
#111213
#373c3d
#5e6568
#848e92

Tints of #aab7bd Color

#aab7bd
#b3bfc4
#bcc7cb
#c6cfd3
#cfd7da
#d9dfe1
#e2e7e9
#eceff0
#f5f7f7
#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

#aab7bd
#bdb0aa

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

Split Complementary

#aab7bd
#bdaaae
#bdbaaa

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

Analogous Color

#aabdbb
#aabbbd
#aab7bd
#aab3bd
#aaafbd

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

#aab7bd
#bdaab7
#b7bdaa

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

#aab7bd
#b9aabd
#bdb0aa
#adbdaa

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

#aab7bd
#bdb0aa
#bdbaaa
#aaaebd

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

#aab7bd Color Code Preview on Black Background Color

This is how #aab7bd Color will look on black background color. Color contrast ratio is 10.22

#aab7bd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aab7bd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aab7bd

#aab7bd color code is use for CSS Background Color

Background color for the above div is #aab7bd

HTML with inline CSS

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

#aab7bd color code is use for CSS Border Color

CSS Border color for the above div is #aab7bd

HTML with inline CSS

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

CSS Border Left color for the above div is #aab7bd

HTML with inline CSS

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

CSS Border Right color for the above div is #aab7bd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aab7bd

HTML with inline CSS

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

CSS Border Top color for the above div is #aab7bd

HTML with inline CSS

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

#aab7bd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aab7bd Color code Preview on White Background

This is how #aab7bd Color code will look on white background color. Color contrast ratio is 2.06

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(170,183,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(189,176,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(170,183,189,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 14 Views

Post your comment:-

By submitting comment you agree to our privacy policy.