crispedge.com

Color picker

Loading...

#adbb9f hex color - Green - Warm color - Information

#adbb9f hex color - Green - Warm color

Color Hue/Base color: Green

Hex #adbb9f Color code in RGB color code model is created after adding 67.84% red color, 73.33% green color and 62.35% blue color. Hex #adbb9f Color code in CMYK color (process color) code model is generated after subtraction of 7% cyan, 0% magenta, 15% yellow and 27% black.

Hex #adbb9f color code is between #aaaa99 web safe hex color code and #bbccaa web safe hex color code. #aaaa99 is the nearest web safe color code. You can see here many more shades of #adbb9f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeadbb9f#adbb9f
RGB Decimal173, 187, 159rgb(173, 187, 159)
RGB Percent68%, 73%, 62%rgb(68%, 73%, 62%)
CSS RGBa173, 187, 159,1rgba(173,187,159,1)
CMYK Modelcmyk(7%,0%,15%,27%)
HSL Color Space90,17% ,68%hsl(90,17% ,68%)
HSV Color Space90°, 15%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011011011101110011111
Octal255273237
Decimal173187159
Hexadbb9f

Different shades of #adbb9f color code.

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

Light Shade of #adbb9f
#c6d0bd
Dark Shade of #adbb9f
#93a681
Saturated Shade of #adbb9f
#adc397
Desaturated Shade of #adbb9f
#adb3a7
Grey scale Shade of #adbb9f
#adadad
Brighten Shade
#c6d4b8
Most Readable Shade
#000000

Shades of #adbb9f color code

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

#adbb9f
#99a68d
#86917b
#737c6a
#606758
#4c5346
#393e35
#262923
#131411
#000000

Similar Color like #adbb9f color

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

#aebca0
#afbda1
#b0bea2
#b1bfa3
#b2c0a4
#b3c1a5
#b4c2a6
#b5c3a7
#b6c4a8
#b7c5a9
#b8c6aa
#b9c7ab
#bac8ac
#bbc9ad
#acba9e
#abb99d
#aab89c
#a9b79b
#a8b69a
#a7b599
#a6b498
#a5b397
#a4b296
#a3b195
#a2b094
#a1af93
#a0ae92
#9fad91

Monochromatic Color with #adbb9f

#adbb9f
#d4e5c3
#10110e
#373b33
#5e6657
#86907b

Tints of #adbb9f Color

#adbb9f
#b6c2a9
#bfcab4
#c8d1bf
#d1d9c9
#dae0d4
#e3e8df
#ecefe9
#f5f7f4
#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

#adbb9f
#ad9fbb

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

Split Complementary

#adbb9f
#9f9fbb
#bb9fbb

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

Analogous Color

#b8bb9f
#b3bb9f
#adbb9f
#a7bb9f
#a2bb9f

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

#adbb9f
#9fadbb
#bb9fad

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

#adbb9f
#9fbbbb
#ad9fbb
#bb9f9f

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

#adbb9f
#ad9fbb
#bb9fbb
#9fbb9f

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

#adbb9f Color Code Preview on Black Background Color

This is how #adbb9f Color will look on black background color. Color contrast ratio is 10.39

#adbb9f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adbb9f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #adbb9f

#adbb9f color code is use for CSS Background Color

Background color for the above div is #adbb9f

HTML with inline CSS

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

#adbb9f color code is use for CSS Border Color

CSS Border color for the above div is #adbb9f

HTML with inline CSS

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

CSS Border Left color for the above div is #adbb9f

HTML with inline CSS

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

CSS Border Right color for the above div is #adbb9f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #adbb9f

HTML with inline CSS

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

CSS Border Top color for the above div is #adbb9f

HTML with inline CSS

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

#adbb9f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#adbb9f Color code Preview on White Background

This is how #adbb9f Color code will look on white background color. Color contrast ratio is 2.02

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

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,187,159,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(173,159,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(173,187,159,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.