crispedge.com

Color picker

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

#adb0ab hex color - Grey - Cool color - Information

#adb0ab hex color - Grey - Cool color

Color Hue/Base color: Grey

Hex #adb0ab Color code in RGB color code model is created after adding 67.84% red color, 69.02% green color and 67.06% blue color. Hex #adb0ab Color code in CMYK color (process color) code model is generated after subtraction of 2% cyan, 0% magenta, 3% yellow and 31% black.

Hex #adb0ab color code is between #aaaaaa web safe hex color code and #bbbbbb web safe hex color code. #aaaaaa is the nearest web safe color code. You can see here many more shades of #adb0ab color code.

0 Likes 0 Comments | 35 Views

Color Table

Hex Color Codeadb0ab#adb0ab
RGB Decimal173, 176, 171rgb(173, 176, 171)
RGB Percent68%, 69%, 67%rgb(68%, 69%, 67%)
CSS RGBa173, 176, 171,1rgba(173,176,171,1)
CMYK Modelcmyk(2%,0%,3%,31%)
HSL Color Space96,3% ,68%hsl(96,3% ,68%)
HSV Color Space96°, 3%, 69%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011011011000010101011
Octal255260253
Decimal173176171
Hexadb0ab

Different shades of #adb0ab color code.

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

Light Shade of #adb0ab
#c7c9c5
Dark Shade of #adb0ab
#939791
Saturated Shade of #adb0ab
#abb8a3
Desaturated Shade of #adb0ab
#adadad
Grey scale Shade of #adb0ab
#adadad
Brighten Shade
#c6c9c4
Most Readable Shade
#000000

Shades of #adb0ab color code

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

#adb0ab
#999c98
#868885
#737572
#60615f
#4c4e4c
#393a39
#262726
#131313
#000000

Similar Color like #adb0ab color

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

#aeb1ac
#afb2ad
#b0b3ae
#b1b4af
#b2b5b0
#b3b6b1
#b4b7b2
#b5b8b3
#b6b9b4
#b7bab5
#b8bbb6
#b9bcb7
#babdb8
#bbbeb9
#acafaa
#abaea9
#aaada8
#a9aca7
#a8aba6
#a7aaa5
#a6a9a4
#a5a8a3
#a4a7a2
#a3a6a1
#a2a5a0
#a1a49f
#a0a39e
#9fa29d

Monochromatic Color with #adb0ab

#adb0ab
#d7dad4
#060606
#30302f
#595b58
#838582

Tints of #adb0ab Color

#adb0ab
#b6b8b4
#bfc1bd
#c8cac7
#d1d3d0
#dadbd9
#e3e4e3
#ecedec
#f5f6f5
#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

#adb0ab
#aeabb0

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

Split Complementary

#adb0ab
#ababb0
#b0abb0

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

Analogous Color

#afb0ab
#aeb0ab
#adb0ab
#acb0ab
#abb0ab

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

#adb0ab
#abadb0
#b0abad

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

#adb0ab
#abafb0
#aeabb0
#b0abab

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

#adb0ab
#aeabb0
#b0abb0
#abb0ab

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

#adb0ab Color Code Preview on Black Background Color

This is how #adb0ab Color will look on black background color. Color contrast ratio is 9.58

#adb0ab in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adb0ab

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adb0ab

#adb0ab color code is use for CSS Background Color

Background color for the above div is #adb0ab

HTML with inline CSS

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

#adb0ab color code is use for CSS Border Color

CSS Border color for the above div is #adb0ab

HTML with inline CSS

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

CSS Border Left color for the above div is #adb0ab

HTML with inline CSS

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

CSS Border Right color for the above div is #adb0ab

HTML with inline CSS

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

CSS Border Bottom color for the above div is #adb0ab

HTML with inline CSS

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

CSS Border Top color for the above div is #adb0ab

HTML with inline CSS

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

#adb0ab hex Color code used as CSS color Codes

Example CSS Class for usage

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

#adb0ab Color code Preview on White Background

This is how #adb0ab Color code will look on white background color. Color contrast ratio is 2.19

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

Related Gradients

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

0 Likes 0 Comments | 35 Views

Post your comment:-

By submitting comment you agree to our privacy policy.