crispedge.com

Color picker

Loading...

#abb1af hex color - Green - Cool color - Information

#abb1af hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

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

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

0 Likes 0 Comments | 9 Views

RGB Chart

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

Color Table

Hex Color Codeabb1af#abb1af
RGB Decimal171, 177, 175rgb(171, 177, 175)
RGB Percent67%, 69%, 69%rgb(67%, 69%, 69%)
CSS RGBa171, 177, 175,1rgba(171,177,175,1)
CMYK Modelcmyk(3%,0%,1%,31%)
HSL Color Space160,4% ,68%hsl(160,4% ,68%)
HSV Color Space160°, 3%, 69%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010111011000110101111
Octal253261257
Decimal171177175
Hexabb1af

Different shades of #abb1af color code.

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

Light Shade of #abb1af
#c5cac8
Dark Shade of #abb1af
#919896
Saturated Shade of #abb1af
#a3b9b2
Desaturated Shade of #abb1af
#aeaeae
Grey scale Shade of #abb1af
#aeaeae
Brighten Shade
#c4cac8
Most Readable Shade
#000000

Shades of #abb1af color code

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

#abb1af
#989d9b
#858988
#727674
#5f6261
#4c4e4d
#393b3a
#262726
#131313
#000000

Similar Color like #abb1af color

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

#acb2b0
#adb3b1
#aeb4b2
#afb5b3
#b0b6b4
#b1b7b5
#b2b8b6
#b3b9b7
#b4bab8
#b5bbb9
#b6bcba
#b7bdbb
#b8bebc
#b9bfbd
#aab0ae
#a9afad
#a8aeac
#a7adab
#a6acaa
#a5aba9
#a4aaa8
#a3a9a7
#a2a8a6
#a1a7a5
#a0a6a4
#9fa5a3
#9ea4a2
#9da3a1

Monochromatic Color with #abb1af

#abb1af
#d4dbd9
#070707
#303131
#595c5b
#828685

Tints of #abb1af Color

#abb1af
#b4b9b7
#bdc2c0
#c7cbc9
#d0d3d2
#d9dcdb
#e3e5e4
#eceded
#f5f6f6
#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

#abb1af
#b1abad

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

Split Complementary

#abb1af
#b1abb0
#b1acab

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

Analogous Color

#abb1ad
#abb1ae
#abb1af
#abb1b0
#abb1b1

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

#abb1af
#afabb1
#b1afab

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

#abb1af
#acabb1
#b1abad
#b0b1ab

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

#abb1af
#b1abad
#b1acab
#abb0b1

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

#abb1af Color Code Preview on Black Background Color

This is how #abb1af Color will look on black background color. Color contrast ratio is 9.64

#abb1af in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #abb1af

HTML with inline CSS

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

Your Example Paragraph content text in with font color #abb1af

#abb1af color code is use for CSS Background Color

Background color for the above div is #abb1af

HTML with inline CSS

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

#abb1af color code is use for CSS Border Color

CSS Border color for the above div is #abb1af

HTML with inline CSS

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

CSS Border Left color for the above div is #abb1af

HTML with inline CSS

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

CSS Border Right color for the above div is #abb1af

HTML with inline CSS

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

CSS Border Bottom color for the above div is #abb1af

HTML with inline CSS

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

CSS Border Top color for the above div is #abb1af

HTML with inline CSS

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

#abb1af hex Color code used as CSS color Codes

Example CSS Class for usage

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

#abb1af Color code Preview on White Background

This is how #abb1af Color code will look on white background color. Color contrast ratio is 2.18

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

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

0 Likes 0 Comments | 9 Views

Post your comment:-

By submitting comment you agree to our privacy policy.