crispedge.com

Color picker

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

#adb9cf hex color - Blue - Cool color - Information

#adb9cf hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

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

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

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeadb9cf#adb9cf
RGB Decimal173, 185, 207rgb(173, 185, 207)
RGB Percent68%, 73%, 81%rgb(68%, 73%, 81%)
CSS RGBa173, 185, 207,1rgba(173,185,207,1)
CMYK Modelcmyk(16%,11%,0%,19%)
HSL Color Space219,26% ,75%hsl(219,26% ,75%)
HSV Color Space219°, 16%, 81%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011011011100111001111
Octal255271317
Decimal173185207
Hexadb9cf

Different shades of #adb9cf color code.

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

Light Shade of #adb9cf
#cdd4e2
Dark Shade of #adb9cf
#8d9ebc
Saturated Shade of #adb9cf
#a6b7d5
Desaturated Shade of #adb9cf
#b3bbc8
Grey scale Shade of #adb9cf
#bebebe
Brighten Shade
#c6d2e8
Most Readable Shade
#000000

Shades of #adb9cf color code

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

#adb9cf
#99a4b8
#868fa1
#737b8a
#606673
#4c525c
#393d45
#26292e
#131417
#000000

Similar Color like #adb9cf color

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

#aebad0
#afbbd1
#b0bcd2
#b1bdd3
#b2bed4
#b3bfd5
#b4c0d6
#b5c1d7
#b6c2d8
#b7c3d9
#b8c4da
#b9c5db
#bac6dc
#bbc7dd
#acb8ce
#abb7cd
#aab6cc
#a9b5cb
#a8b4ca
#a7b3c9
#a6b2c8
#a5b1c7
#a4b0c6
#a3afc5
#a2aec4
#a1adc3
#a0acc2
#9fabc1

Monochromatic Color with #adb9cf

#adb9cf
#d1dff9
#1f2125
#42474f
#666d7a
#8993a4

Tints of #adb9cf Color

#adb9cf
#b6c0d4
#bfc8d9
#c8d0df
#d1d8e4
#dadfe9
#e3e7ef
#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

#adb9cf
#cfc3ad

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

Split Complementary

#adb9cf
#cfb2ad
#cacfad

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

Analogous Color

#adc7cf
#adc0cf
#adb9cf
#adb2cf
#afadcf

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

#adb9cf
#cfadb9
#b9cfad

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

#adb9cf
#cfadca
#cfc3ad
#adcfb2

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

#adb9cf
#cfc3ad
#cacfad
#b2adcf

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

#adb9cf Color Code Preview on Black Background Color

This is how #adb9cf Color will look on black background color. Color contrast ratio is 10.62

#adb9cf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adb9cf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adb9cf

#adb9cf color code is use for CSS Background Color

Background color for the above div is #adb9cf

HTML with inline CSS

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

#adb9cf color code is use for CSS Border Color

CSS Border color for the above div is #adb9cf

HTML with inline CSS

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

CSS Border Left color for the above div is #adb9cf

HTML with inline CSS

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

CSS Border Right color for the above div is #adb9cf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #adb9cf

HTML with inline CSS

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

CSS Border Top color for the above div is #adb9cf

HTML with inline CSS

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

#adb9cf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#adb9cf Color code Preview on White Background

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.