crispedge.com

Color picker

Loading...

#9ca4af hex color - Blue - Cool color - Information

#9ca4af hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #9ca4af Color code in RGB color code model is created after adding 61.18% red color, 64.31% green color and 68.63% blue color. Hex #9ca4af Color code in CMYK color (process color) code model is generated after subtraction of 11% cyan, 6% magenta, 0% yellow and 31% black.

Hex #9ca4af color code is between #99aaaa web safe hex color code and #aa99bb web safe hex color code. #99aaaa is the nearest web safe color code. You can see here many more shades of #9ca4af color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code9ca4af#9ca4af
RGB Decimal156, 164, 175rgb(156, 164, 175)
RGB Percent61%, 64%, 69%rgb(61%, 64%, 69%)
CSS RGBa156, 164, 175,1rgba(156,164,175,1)
CMYK Modelcmyk(11%,6%,0%,31%)
HSL Color Space215,11% ,65%hsl(215,11% ,65%)
HSV Color Space215°, 11%, 69%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100111001010010010101111
Octal234244257
Decimal156164175
Hex9ca4af

Different shades of #9ca4af color code.

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

Light Shade of #9ca4af
#b8bec6
Dark Shade of #9ca4af
#808a98
Saturated Shade of #9ca4af
#93a3b8
Desaturated Shade of #9ca4af
#a5a5a6
Grey scale Shade of #9ca4af
#a5a5a5
Brighten Shade
#b5bdc8
Most Readable Shade
#000000

Shades of #9ca4af color code

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

#9ca4af
#8a919b
#797f88
#686d74
#565b61
#45484d
#34363a
#222426
#111213
#000000

Similar Color like #9ca4af color

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

#9da5b0
#9ea6b1
#9fa7b2
#a0a8b3
#a1a9b4
#a2aab5
#a3abb6
#a4acb7
#a5adb8
#a6aeb9
#a7afba
#a8b0bb
#a9b1bc
#aab2bd
#9ba3ae
#9aa2ad
#99a1ac
#98a0ab
#979faa
#969ea9
#959da8
#949ca7
#939ba6
#929aa5
#9199a4
#9098a3
#8f97a2
#8e96a1

Monochromatic Color with #9ca4af

#9ca4af
#c2ccd9
#040505
#2a2c2f
#50545a
#767c84

Tints of #9ca4af Color

#9ca4af
#a7aeb7
#b2b8c0
#bdc2c9
#c8ccd2
#d3d6db
#dee0e4
#e9eaed
#f4f4f6
#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

#9ca4af
#afa79c

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

Split Complementary

#9ca4af
#af9d9c
#aeaf9c

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

Analogous Color

#9cacaf
#9ca8af
#9ca4af
#9ca0af
#9c9caf

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

#9ca4af
#af9ca4
#a4af9c

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

#9ca4af
#af9cad
#afa79c
#9caf9d

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

#9ca4af
#afa79c
#aeaf9c
#9d9caf

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 #9ca4af 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.

#9ca4af Color Code Preview on Black Background Color

This is how #9ca4af Color will look on black background color. Color contrast ratio is 8.34

#9ca4af in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9ca4af

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9ca4af

#9ca4af color code is use for CSS Background Color

Background color for the above div is #9ca4af

HTML with inline CSS

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

#9ca4af color code is use for CSS Border Color

CSS Border color for the above div is #9ca4af

HTML with inline CSS

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

CSS Border Left color for the above div is #9ca4af

HTML with inline CSS

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

CSS Border Right color for the above div is #9ca4af

HTML with inline CSS

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

CSS Border Bottom color for the above div is #9ca4af

HTML with inline CSS

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

CSS Border Top color for the above div is #9ca4af

HTML with inline CSS

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

#9ca4af hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9ca4af Color code Preview on White Background

This is how #9ca4af Color code will look on white background color. Color contrast ratio is 2.52

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.