crispedge.com

Color picker

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

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

#9b9796 hex color - Grey - Warm color

Color Mixture: Red and Orange

Color Hue/Base color: Grey

Hex #9b9796 Color code in RGB color code model is created after adding 60.78% red color, 59.22% green color and 58.82% blue color. Hex #9b9796 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 3% magenta, 3% yellow and 39% black.

Hex #9b9796 color code is between #999999 web safe hex color code and #aa8888 web safe hex color code. #999999 is the nearest web safe color code. You can see here many more shades of #9b9796 color code.

0 Likes 0 Comments | 20 Views

Color Table

Hex Color Code9b9796#9b9796
RGB Decimal155, 151, 150rgb(155, 151, 150)
RGB Percent61%, 59%, 59%rgb(61%, 59%, 59%)
CSS RGBa155, 151, 150,1rgba(155,151,150,1)
CMYK Modelcmyk(0%,3%,3%,39%)
HSL Color Space12,2% ,60%hsl(12,2% ,60%)
HSV Color Space12°, 3%, 61%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100110111001011110010110
Octal233227226
Decimal155151150
Hex9b9796

Different shades of #9b9796 color code.

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

Light Shade of #9b9796
#b4b1b0
Dark Shade of #9b9796
#827d7c
Saturated Shade of #9b9796
#a5918c
Desaturated Shade of #9b9796
#989898
Grey scale Shade of #9b9796
#989898
Brighten Shade
#b4b0af
Most Readable Shade
#000000

Shades of #9b9796 color code

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

#9b9796
#898685
#787574
#676464
#565353
#444342
#333232
#222121
#111010
#000000

Similar Color like #9b9796 color

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

#9c9897
#9d9998
#9e9a99
#9f9b9a
#a09c9b
#a19d9c
#a29e9d
#a39f9e
#a4a09f
#a5a1a0
#a6a2a1
#a7a3a2
#a8a4a3
#a9a5a4
#9a9695
#999594
#989493
#979392
#969291
#959190
#94908f
#938f8e
#928e8d
#918d8c
#908c8b
#8f8b8a
#8e8a89
#8d8988

Monochromatic Color with #9b9796

#9b9796
#c5c0bf
#f0eae8
#1b1b1b
#464444
#706e6d

Tints of #9b9796 Color

#9b9796
#a6a2a1
#b1aead
#bcb9b9
#c7c5c4
#d2d0d0
#dddcdc
#e8e7e7
#f3f3f3
#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

#9b9796
#969a9b

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

Split Complementary

#9b9796
#969b9a
#96989b

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

Analogous Color

#9b9697
#9b9696
#9b9796
#9b9896
#9b9996

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

#9b9796
#969b97
#97969b

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

#9b9796
#979b96
#969a9b
#99969b

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

#9b9796
#969a9b
#96989b
#9b9a96

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

#9b9796 Color Code Preview on Black Background Color

This is how #9b9796 Color will look on black background color. Color contrast ratio is 7.26

#9b9796 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#9b9796 color code is use for CSS Background Color

Background color for the above div is #9b9796

HTML with inline CSS

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

#9b9796 color code is use for CSS Border Color

CSS Border color for the above div is #9b9796

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#9b9796 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9b9796 Color code Preview on White Background

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

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

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.