crispedge.com

Color picker

Loading...

#adb9ce hex color - Blue - Cool color - Information

#adb9ce hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #adb9ce Color code in RGB color code model is created after adding 67.84% red color, 72.55% green color and 80.78% blue color. Hex #adb9ce Color code in CMYK color (process color) code model is generated after subtraction of 16% cyan, 10% magenta, 0% yellow and 19% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeadb9ce#adb9ce
RGB Decimal173, 185, 206rgb(173, 185, 206)
RGB Percent68%, 73%, 81%rgb(68%, 73%, 81%)
CSS RGBa173, 185, 206,1rgba(173,185,206,1)
CMYK Modelcmyk(16%,10%,0%,19%)
HSL Color Space218,25% ,74%hsl(218,25% ,74%)
HSV Color Space218°, 16%, 81%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011011011100111001110
Octal255271316
Decimal173185206
Hexadb9ce

Different shades of #adb9ce color code.

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

Light Shade of #adb9ce
#cdd4e1
Dark Shade of #adb9ce
#8d9ebb
Saturated Shade of #adb9ce
#a6b7d5
Desaturated Shade of #adb9ce
#b4bbc7
Grey scale Shade of #adb9ce
#bdbdbd
Brighten Shade
#c6d2e7
Most Readable Shade
#000000

Shades of #adb9ce color code

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

#adb9ce
#99a4b7
#868fa0
#737b89
#606672
#4c525b
#393d44
#26292d
#131416
#000000

Similar Color like #adb9ce color

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

#aebacf
#afbbd0
#b0bcd1
#b1bdd2
#b2bed3
#b3bfd4
#b4c0d5
#b5c1d6
#b6c2d7
#b7c3d8
#b8c4d9
#b9c5da
#bac6db
#bbc7dc
#acb8cd
#abb7cc
#aab6cb
#a9b5ca
#a8b4c9
#a7b3c8
#a6b2c7
#a5b1c6
#a4b0c5
#a3afc4
#a2aec3
#a1adc2
#a0acc1
#9fabc0

Monochromatic Color with #adb9ce

#adb9ce
#d1dff8
#1e2024
#42464e
#666d79
#8993a3

Tints of #adb9ce Color

#adb9ce
#b6c0d3
#bfc8d8
#c8d0de
#d1d8e3
#dadfe9
#e3e7ee
#eceff4
#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

#adb9ce
#cec2ad

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

Split Complementary

#adb9ce
#ceb2ad
#c9cead

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

Analogous Color

#adc6ce
#adc0ce
#adb9ce
#adb2ce
#aeadce

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

#adb9ce
#ceadb9
#b9cead

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

#adb9ce
#ceadc9
#cec2ad
#adceb1

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

#adb9ce
#cec2ad
#c9cead
#b2adce

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

#adb9ce Color Code Preview on Black Background Color

This is how #adb9ce Color will look on black background color. Color contrast ratio is 10.61

#adb9ce in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adb9ce

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adb9ce

#adb9ce color code is use for CSS Background Color

Background color for the above div is #adb9ce

HTML with inline CSS

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

#adb9ce color code is use for CSS Border Color

CSS Border color for the above div is #adb9ce

HTML with inline CSS

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

CSS Border Left color for the above div is #adb9ce

HTML with inline CSS

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

CSS Border Right color for the above div is #adb9ce

HTML with inline CSS

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

CSS Border Bottom color for the above div is #adb9ce

HTML with inline CSS

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

CSS Border Top color for the above div is #adb9ce

HTML with inline CSS

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

#adb9ce hex Color code used as CSS color Codes

Example CSS Class for usage

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

#adb9ce Color code Preview on White Background

This is how #adb9ce Color code will look on white background color. Color contrast ratio is 1.98

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.