crispedge.com

Color picker

Loading...

#adb1bd hex color - Blue - Cool color - Information

#adb1bd hex color - Blue - Cool color

Color Hue/Base color: Blue

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

Hex #adb1bd 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 #adb1bd color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeadb1bd#adb1bd
RGB Decimal173, 177, 189rgb(173, 177, 189)
RGB Percent68%, 69%, 74%rgb(68%, 69%, 74%)
CSS RGBa173, 177, 189,1rgba(173,177,189,1)
CMYK Modelcmyk(8%,6%,0%,26%)
HSL Color Space225,11% ,71%hsl(225,11% ,71%)
HSV Color Space225°, 8%, 74%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011011011000110111101
Octal255261275
Decimal173177189
Hexadb1bd

Different shades of #adb1bd color code.

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

Light Shade of #adb1bd
#c9ccd4
Dark Shade of #adb1bd
#9196a6
Saturated Shade of #adb1bd
#a6adc4
Desaturated Shade of #adb1bd
#b4b5b6
Grey scale Shade of #adb1bd
#b5b5b5
Brighten Shade
#c6cad6
Most Readable Shade
#000000

Shades of #adb1bd color code

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

#adb1bd
#999da8
#868993
#73767e
#606269
#4c4e54
#393b3f
#26272a
#131315
#000000

Similar Color like #adb1bd color

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

#aeb2be
#afb3bf
#b0b4c0
#b1b5c1
#b2b6c2
#b3b7c3
#b4b8c4
#b5b9c5
#b6bac6
#b7bbc7
#b8bcc8
#b9bdc9
#babeca
#bbbfcb
#acb0bc
#abafbb
#aaaeba
#a9adb9
#a8acb8
#a7abb7
#a6aab6
#a5a9b5
#a4a8b4
#a3a7b3
#a2a6b2
#a1a5b1
#a0a4b0
#9fa3af

Monochromatic Color with #adb1bd

#adb1bd
#d4d9e7
#111213
#383a3d
#5f6168
#868992

Tints of #adb1bd Color

#adb1bd
#b6b9c4
#bfc2cb
#c8cbd3
#d1d3da
#dadce1
#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

#adb1bd
#bdb9ad

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

Split Complementary

#adb1bd
#bdb1ad
#b9bdad

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

Analogous Color

#adb7bd
#adb4bd
#adb1bd
#adaebd
#afadbd

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

#adb1bd
#bdadb1
#b1bdad

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

#adb1bd
#bdadb9
#bdb9ad
#adbdb1

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

#adb1bd
#bdb9ad
#b9bdad
#b1adbd

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

#adb1bd Color Code Preview on Black Background Color

This is how #adb1bd Color will look on black background color. Color contrast ratio is 9.80

#adb1bd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adb1bd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adb1bd

#adb1bd color code is use for CSS Background Color

Background color for the above div is #adb1bd

HTML with inline CSS

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

#adb1bd color code is use for CSS Border Color

CSS Border color for the above div is #adb1bd

HTML with inline CSS

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

CSS Border Left color for the above div is #adb1bd

HTML with inline CSS

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

CSS Border Right color for the above div is #adb1bd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #adb1bd

HTML with inline CSS

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

CSS Border Top color for the above div is #adb1bd

HTML with inline CSS

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

#adb1bd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#adb1bd Color code Preview on White Background

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

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(173,177,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(189,185,173,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(173,177,189,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.