crispedge.com

Color picker

Loading...

#abb2ad hex color - Green - Cool color - Information

#abb2ad hex color - Green - Cool color

Color Hue/Base color: Green

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

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

0 Likes 0 Comments | 7 Views

RGB Chart

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

Color Table

Hex Color Codeabb2ad#abb2ad
RGB Decimal171, 178, 173rgb(171, 178, 173)
RGB Percent67%, 70%, 68%rgb(67%, 70%, 68%)
CSS RGBa171, 178, 173,1rgba(171,178,173,1)
CMYK Modelcmyk(4%,0%,3%,30%)
HSL Color Space137,4% ,68%hsl(137,4% ,68%)
HSV Color Space137°, 4%, 70%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010111011001010101101
Octal253262255
Decimal171178173
Hexabb2ad

Different shades of #abb2ad color code.

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

Light Shade of #abb2ad
#c6cac7
Dark Shade of #abb2ad
#909a93
Saturated Shade of #abb2ad
#a3baaa
Desaturated Shade of #abb2ad
#aeaeae
Grey scale Shade of #abb2ad
#aeaeae
Brighten Shade
#c4cbc6
Most Readable Shade
#000000

Shades of #abb2ad color code

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

#abb2ad
#989e99
#858a86
#727673
#5f6260
#4c4f4c
#393b39
#262726
#131313
#000000

Similar Color like #abb2ad color

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

#acb3ae
#adb4af
#aeb5b0
#afb6b1
#b0b7b2
#b1b8b3
#b2b9b4
#b3bab5
#b4bbb6
#b5bcb7
#b6bdb8
#b7beb9
#b8bfba
#b9c0bb
#aab1ac
#a9b0ab
#a8afaa
#a7aea9
#a6ada8
#a5aca7
#a4aba6
#a3aaa5
#a2a9a4
#a1a8a3
#a0a7a2
#9fa6a1
#9ea5a0
#9da49f

Monochromatic Color with #abb2ad

#abb2ad
#d4dcd6
#080808
#313231
#595d5a
#828784

Tints of #abb2ad Color

#abb2ad
#b4bab6
#bdc3bf
#c7cbc8
#d0d4d1
#d9dcda
#e3e5e3
#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

#abb2ad
#b2abb0

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

Split Complementary

#abb2ad
#b1abb2
#b2abac

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

Analogous Color

#acb2ab
#abb2ac
#abb2ad
#abb2ae
#abb2b0

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

#abb2ad
#adabb2
#b2adab

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

#abb2ad
#abadb2
#b2abb0
#b2b0ab

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

#abb2ad
#b2abb0
#b2abac
#abb2b1

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

#abb2ad Color Code Preview on Black Background Color

This is how #abb2ad Color will look on black background color. Color contrast ratio is 9.70

#abb2ad in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #abb2ad

HTML with inline CSS

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

Your Example Paragraph content text in with font color #abb2ad

#abb2ad color code is use for CSS Background Color

Background color for the above div is #abb2ad

HTML with inline CSS

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

#abb2ad color code is use for CSS Border Color

CSS Border color for the above div is #abb2ad

HTML with inline CSS

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

CSS Border Left color for the above div is #abb2ad

HTML with inline CSS

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

CSS Border Right color for the above div is #abb2ad

HTML with inline CSS

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

CSS Border Bottom color for the above div is #abb2ad

HTML with inline CSS

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

CSS Border Top color for the above div is #abb2ad

HTML with inline CSS

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

#abb2ad hex Color code used as CSS color Codes

Example CSS Class for usage

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

#abb2ad Color code Preview on White Background

This is how #abb2ad Color code will look on white background color. Color contrast ratio is 2.16

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

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

0 Likes 0 Comments | 7 Views

Post your comment:-

By submitting comment you agree to our privacy policy.