crispedge.com

Color picker

Loading...

#acb5ab hex color - Green - Cool color - Information

#acb5ab hex color - Green - Cool color

Color Hue/Base color: Green

Hex #acb5ab Color code in RGB color code model is created after adding 67.45% red color, 70.98% green color and 67.06% blue color. Hex #acb5ab Color code in CMYK color (process color) code model is generated after subtraction of 5% cyan, 0% magenta, 6% yellow and 29% black.

Hex #acb5ab color code is between #aabbaa web safe hex color code and #bbaabb web safe hex color code. #aabbaa is the nearest web safe color code. You can see here many more shades of #acb5ab color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeacb5ab#acb5ab
RGB Decimal172, 181, 171rgb(172, 181, 171)
RGB Percent67%, 71%, 67%rgb(67%, 71%, 67%)
CSS RGBa172, 181, 171,1rgba(172,181,171,1)
CMYK Modelcmyk(5%,0%,6%,29%)
HSL Color Space114,6% ,69%hsl(114,6% ,69%)
HSV Color Space114°, 6%, 71%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011001011010110101011
Octal254265253
Decimal172181171
Hexacb5ab

Different shades of #acb5ab color code.

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

Light Shade of #acb5ab
#c7cdc6
Dark Shade of #acb5ab
#919d90
Saturated Shade of #acb5ab
#a6bda3
Desaturated Shade of #acb5ab
#b0b0b0
Grey scale Shade of #acb5ab
#b0b0b0
Brighten Shade
#c5cec4
Most Readable Shade
#000000

Shades of #acb5ab color code

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

#acb5ab
#98a098
#858c85
#727872
#5f645f
#4c504c
#393c39
#262826
#131413
#000000

Similar Color like #acb5ab color

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

#adb6ac
#aeb7ad
#afb8ae
#b0b9af
#b1bab0
#b2bbb1
#b3bcb2
#b4bdb3
#b5beb4
#b6bfb5
#b7c0b6
#b8c1b7
#b9c2b8
#bac3b9
#abb4aa
#aab3a9
#a9b2a8
#a8b1a7
#a7b0a6
#a6afa5
#a5aea4
#a4ada3
#a3aca2
#a2aba1
#a1aaa0
#a0a99f
#9fa89e
#9ea79d

Monochromatic Color with #acb5ab

#acb5ab
#d4dfd3
#0a0b0a
#333533
#5b605b
#848a83

Tints of #acb5ab Color

#acb5ab
#b5bdb4
#bec5bd
#c7cdc7
#d0d5d0
#daded9
#e3e6e3
#eceeec
#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

#acb5ab
#b4abb5

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

Split Complementary

#acb5ab
#afabb5
#b5abb1

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

Analogous Color

#b0b5ab
#aeb5ab
#acb5ab
#abb5ac
#abb5ae

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

#acb5ab
#abacb5
#b5abac

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

#acb5ab
#abb1b5
#b4abb5
#b5afab

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

#acb5ab
#b4abb5
#b5abb1
#abb5af

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

#acb5ab Color Code Preview on Black Background Color

This is how #acb5ab Color will look on black background color. Color contrast ratio is 9.95

#acb5ab in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acb5ab

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acb5ab

#acb5ab color code is use for CSS Background Color

Background color for the above div is #acb5ab

HTML with inline CSS

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

#acb5ab color code is use for CSS Border Color

CSS Border color for the above div is #acb5ab

HTML with inline CSS

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

CSS Border Left color for the above div is #acb5ab

HTML with inline CSS

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

CSS Border Right color for the above div is #acb5ab

HTML with inline CSS

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

CSS Border Bottom color for the above div is #acb5ab

HTML with inline CSS

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

CSS Border Top color for the above div is #acb5ab

HTML with inline CSS

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

#acb5ab hex Color code used as CSS color Codes

Example CSS Class for usage

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

#acb5ab Color code Preview on White Background

This is how #acb5ab Color code will look on white background color. Color contrast ratio is 2.11

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

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(172,181,171,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(180,171,181,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(172,181,171,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.