crispedge.com

Color picker

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

#97aa8b hex color - Green - Cool color - Information

#97aa8b hex color - Green - Cool color

Color Hue/Base color: Green

Hex #97aa8b Color code in RGB color code model is created after adding 59.22% red color, 66.67% green color and 54.51% blue color. Hex #97aa8b Color code in CMYK color (process color) code model is generated after subtraction of 11% cyan, 0% magenta, 18% yellow and 33% black.

Hex #97aa8b color code is between #999988 web safe hex color code and #88bb99 web safe hex color code. #999988 is the nearest web safe color code. You can see here many more shades of #97aa8b color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code97aa8b#97aa8b
RGB Decimal151, 170, 139rgb(151, 170, 139)
RGB Percent59%, 67%, 55%rgb(59%, 67%, 55%)
CSS RGBa151, 170, 139,1rgba(151,170,139,1)
CMYK Modelcmyk(11%,0%,18%,33%)
HSL Color Space97,15% ,61%hsl(97,15% ,61%)
HSV Color Space97°, 18%, 67%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100101111010101010001011
Octal227252213
Decimal151170139
Hex97aa8b

Different shades of #97aa8b color code.

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

Light Shade of #97aa8b
#b1c0a8
Dark Shade of #97aa8b
#7d946e
Saturated Shade of #97aa8b
#95b481
Desaturated Shade of #97aa8b
#99a095
Grey scale Shade of #97aa8b
#9a9a9a
Brighten Shade
#b0c3a4
Most Readable Shade
#000000

Shades of #97aa8b color code

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

#97aa8b
#86977b
#75846c
#64715c
#535e4d
#434b3d
#32382e
#21251e
#10120f
#000000

Similar Color like #97aa8b color

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

#98ab8c
#99ac8d
#9aad8e
#9bae8f
#9caf90
#9db091
#9eb192
#9fb293
#a0b394
#a1b495
#a2b596
#a3b697
#a4b798
#a5b899
#96a98a
#95a889
#94a788
#93a687
#92a586
#91a485
#90a384
#8fa283
#8ea182
#8da081
#8c9f80
#8b9e7f
#8a9d7e
#899c7d

Monochromatic Color with #97aa8b

#97aa8b
#bdd4ae
#e2ffd0
#262a23
#4b5545
#717f68

Tints of #97aa8b Color

#97aa8b
#a2b397
#aebca4
#b9c6b1
#c5cfbe
#d0d9cb
#dce2d8
#e7ece5
#f3f5f2
#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

#97aa8b
#9e8baa

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

Split Complementary

#97aa8b
#8e8baa
#aa8ba6

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

Analogous Color

#a3aa8b
#9daa8b
#97aa8b
#91aa8b
#8baa8b

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

#97aa8b
#8b97aa
#aa8b97

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

#97aa8b
#8ba6aa
#9e8baa
#aa8e8b

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

#97aa8b
#9e8baa
#aa8ba6
#8baa8e

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 #97aa8b 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.

#97aa8b Color Code Preview on Black Background Color

This is how #97aa8b Color will look on black background color. Color contrast ratio is 8.44

#97aa8b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #97aa8b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #97aa8b

#97aa8b color code is use for CSS Background Color

Background color for the above div is #97aa8b

HTML with inline CSS

<div style="background-color:#97aa8b;"></div>

#97aa8b color code is use for CSS Border Color

CSS Border color for the above div is #97aa8b

HTML with inline CSS

<div style="border:5px solid #97aa8b;"></div>

CSS Border Left color for the above div is #97aa8b

HTML with inline CSS

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

CSS Border Right color for the above div is #97aa8b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #97aa8b

HTML with inline CSS

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

CSS Border Top color for the above div is #97aa8b

HTML with inline CSS

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

#97aa8b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#97aa8b Color code Preview on White Background

This is how #97aa8b Color code will look on white background color. Color contrast ratio is 2.49

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

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.