crispedge.com

Color picker

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

#96b9ba hex color - Blue - Cool color - Information

#96b9ba hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #96b9ba Color code in RGB color code model is created after adding 58.82% red color, 72.55% green color and 72.94% blue color. Hex #96b9ba Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 1% magenta, 0% yellow and 27% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code96b9ba#96b9ba
RGB Decimal150, 185, 186rgb(150, 185, 186)
RGB Percent59%, 73%, 73%rgb(59%, 73%, 73%)
CSS RGBa150, 185, 186,1rgba(150,185,186,1)
CMYK Modelcmyk(19%,1%,0%,27%)
HSL Color Space182,21% ,66%hsl(182,21% ,66%)
HSV Color Space182°, 19%, 73%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100101101011100110111010
Octal226271272
Decimal150185186
Hex96b9ba

Different shades of #96b9ba color code.

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

Light Shade of #96b9ba
#b5cece
Dark Shade of #96b9ba
#77a4a6
Saturated Shade of #96b9ba
#8dc1c3
Desaturated Shade of #96b9ba
#9fb1b1
Grey scale Shade of #96b9ba
#a8a8a8
Brighten Shade
#afd2d3
Most Readable Shade
#000000

Shades of #96b9ba color code

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

#96b9ba
#85a4a5
#748f90
#647b7c
#536667
#425252
#323d3e
#212929
#101414
#000000

Similar Color like #96b9ba color

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

#97babb
#98bbbc
#99bcbd
#9abdbe
#9bbebf
#9cbfc0
#9dc0c1
#9ec1c2
#9fc2c3
#a0c3c4
#a1c4c5
#a2c5c6
#a3c6c7
#a4c7c8
#95b8b9
#94b7b8
#93b6b7
#92b5b6
#91b4b5
#90b3b4
#8fb2b3
#8eb1b2
#8db0b1
#8cafb0
#8baeaf
#8aadae
#89acad
#88abac

Monochromatic Color with #96b9ba

#96b9ba
#b8e3e4
#0d1010
#2f3a3a
#516465
#748f8f

Tints of #96b9ba Color

#96b9ba
#a1c0c1
#adc8c9
#b9d0d1
#c4d8d8
#d0dfe0
#dce7e8
#e7efef
#f3f7f7
#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

#96b9ba
#ba9796

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

Split Complementary

#96b9ba
#ba96a7
#baa996

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

Analogous Color

#96baad
#96bab4
#96b9ba
#96b2ba
#96abba

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

#96b9ba
#ba96b9
#b9ba96

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

#96b9ba
#a996ba
#ba9796
#a7ba96

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

#96b9ba
#ba9796
#baa996
#96a7ba

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

#96b9ba Color Code Preview on Black Background Color

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

#96b9ba in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#96b9ba color code is use for CSS Background Color

Background color for the above div is #96b9ba

HTML with inline CSS

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

#96b9ba color code is use for CSS Border Color

CSS Border color for the above div is #96b9ba

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#96b9ba hex Color code used as CSS color Codes

Example CSS Class for usage

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

#96b9ba Color code Preview on White Background

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.