crispedge.com

Color picker

Loading...

#96a8ac hex color - Grey - Cool color - Information

#96a8ac hex color - Grey - Cool color

Color Hue/Base color: Grey

Hex #96a8ac Color code in RGB color code model is created after adding 58.82% red color, 65.88% green color and 67.45% blue color. Hex #96a8ac Color code in CMYK color (process color) code model is generated after subtraction of 13% cyan, 2% magenta, 0% yellow and 33% black.

Hex #96a8ac color code is between #99aaaa web safe hex color code and #8899bb web safe hex color code. #99aaaa is the nearest web safe color code. You can see here many more shades of #96a8ac color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code96a8ac#96a8ac
RGB Decimal150, 168, 172rgb(150, 168, 172)
RGB Percent59%, 66%, 67%rgb(59%, 66%, 67%)
CSS RGBa150, 168, 172,1rgba(150,168,172,1)
CMYK Modelcmyk(13%,2%,0%,33%)
HSL Color Space191,12% ,63%hsl(191,12% ,63%)
HSV Color Space191°, 13%, 67%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100101101010100010101100
Octal226250254
Decimal150168172
Hex96a8ac

Different shades of #96a8ac color code.

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

Light Shade of #96a8ac
#b2c0c2
Dark Shade of #96a8ac
#799095
Saturated Shade of #96a8ac
#8daeb5
Desaturated Shade of #96a8ac
#9fa2a3
Grey scale Shade of #96a8ac
#a1a1a1
Brighten Shade
#afc1c5
Most Readable Shade
#000000

Shades of #96a8ac color code

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

#96a8ac
#859598
#748285
#647072
#535d5f
#424a4c
#323839
#212526
#101213
#000000

Similar Color like #96a8ac color

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

#97a9ad
#98aaae
#99abaf
#9aacb0
#9badb1
#9caeb2
#9dafb3
#9eb0b4
#9fb1b5
#a0b2b6
#a1b3b7
#a2b4b8
#a3b5b9
#a4b6ba
#95a7ab
#94a6aa
#93a5a9
#92a4a8
#91a3a7
#90a2a6
#8fa1a5
#8ea0a4
#8d9fa3
#8c9ea2
#8b9da1
#8a9ca0
#899b9f
#889a9e

Monochromatic Color with #96a8ac

#96a8ac
#bbd1d6
#020202
#272b2c
#4c5557
#717e81

Tints of #96a8ac Color

#96a8ac
#a1b1b5
#adbbbe
#b9c5c7
#c4ced0
#d0d8da
#dce2e3
#e7ebec
#f3f5f5
#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

#96a8ac
#ac9a96

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

Split Complementary

#96a8ac
#ac969d
#aca596

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

Analogous Color

#96aca7
#96acac
#96a8ac
#96a4ac
#969fac

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

#96a8ac
#ac96a8
#a8ac96

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

#96a8ac
#a596ac
#ac9a96
#9dac96

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

#96a8ac
#ac9a96
#aca596
#969dac

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 #96a8ac 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.

#96a8ac Color Code Preview on Black Background Color

This is how #96a8ac Color will look on black background color. Color contrast ratio is 8.49

#96a8ac in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #96a8ac

HTML with inline CSS

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

Your Example Paragraph content text in with font color #96a8ac

#96a8ac color code is use for CSS Background Color

Background color for the above div is #96a8ac

HTML with inline CSS

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

#96a8ac color code is use for CSS Border Color

CSS Border color for the above div is #96a8ac

HTML with inline CSS

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

CSS Border Left color for the above div is #96a8ac

HTML with inline CSS

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

CSS Border Right color for the above div is #96a8ac

HTML with inline CSS

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

CSS Border Bottom color for the above div is #96a8ac

HTML with inline CSS

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

CSS Border Top color for the above div is #96a8ac

HTML with inline CSS

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

#96a8ac hex Color code used as CSS color Codes

Example CSS Class for usage

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

#96a8ac Color code Preview on White Background

This is how #96a8ac Color code will look on white background color. Color contrast ratio is 2.47

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

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(150,168,172,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(172,154,150,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(150,168,172,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.