crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#9c9994 hex color - Grey - Warm color - Information

#9c9994 hex color - Grey - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Grey

Hex #9c9994 Color code in RGB color code model is created after adding 61.18% red color, 60% green color and 58.04% blue color. Hex #9c9994 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 2% magenta, 5% yellow and 39% black.

Hex #9c9994 color code is between #998899 web safe hex color code and #aaaa88 web safe hex color code. #998899 is the nearest web safe color code. You can see here many more shades of #9c9994 color code.

0 Likes 0 Comments | 20 Views

Color Table

Hex Color Code9c9994#9c9994
RGB Decimal156, 153, 148rgb(156, 153, 148)
RGB Percent61%, 60%, 58%rgb(61%, 60%, 58%)
CSS RGBa156, 153, 148,1rgba(156,153,148,1)
CMYK Modelcmyk(0%,2%,5%,39%)
HSL Color Space37,4% ,60%hsl(37,4% ,60%)
HSV Color Space37°, 5%, 61%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100111001001100110010100
Octal234231224
Decimal156153148
Hex9c9994

Different shades of #9c9994 color code.

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

Light Shade of #9c9994
#b4b2ae
Dark Shade of #9c9994
#83807a
Saturated Shade of #9c9994
#a69c8a
Desaturated Shade of #9c9994
#989898
Grey scale Shade of #9c9994
#989898
Brighten Shade
#b5b2ad
Most Readable Shade
#000000

Shades of #9c9994 color code

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

#9c9994
#8a8883
#797773
#686662
#565552
#454441
#343331
#222220
#111110
#000000

Similar Color like #9c9994 color

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

#9d9a95
#9e9b96
#9f9c97
#a09d98
#a19e99
#a29f9a
#a3a09b
#a4a19c
#a5a29d
#a6a39e
#a7a49f
#a8a5a0
#a9a6a1
#aaa7a2
#9b9893
#9a9792
#999691
#989590
#97948f
#96938e
#95928d
#94918c
#93908b
#928f8a
#918e89
#908d88
#8f8c87
#8e8b86

Monochromatic Color with #9c9994

#9c9994
#c6c3bc
#f1ece5
#1c1c1b
#474643
#716f6c

Tints of #9c9994 Color

#9c9994
#a7a49f
#b2afab
#bdbbb7
#c8c6c3
#d3d1cf
#dedddb
#e9e8e7
#f4f3f3
#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

#9c9994
#94979c

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

Split Complementary

#9c9994
#949b9c
#95949c

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

Analogous Color

#9c9694
#9c9794
#9c9994
#9c9b94
#9c9c94

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

#9c9994
#949c99
#99949c

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

#9c9994
#949c95
#94979c
#9c949b

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

#9c9994
#94979c
#95949c
#9b9c94

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

#9c9994 Color Code Preview on Black Background Color

This is how #9c9994 Color will look on black background color. Color contrast ratio is 7.40

#9c9994 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#9c9994 color code is use for CSS Background Color

Background color for the above div is #9c9994

HTML with inline CSS

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

#9c9994 color code is use for CSS Border Color

CSS Border color for the above div is #9c9994

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#9c9994 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9c9994 Color code Preview on White Background

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

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 20 Views

Post your comment:-

By submitting comment you agree to our privacy policy.