crispedge.com

Color picker

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

#87988b hex color - Green - Cool color - Information

#87988b hex color - Green - Cool color

Color Hue/Base color: Green

Hex #87988b Color code in RGB color code model is created after adding 52.94% red color, 59.61% green color and 54.51% blue color. Hex #87988b Color code in CMYK color (process color) code model is generated after subtraction of 11% cyan, 0% magenta, 9% yellow and 40% black.

Hex #87988b color code is between #889988 web safe hex color code and #778899 web safe hex color code. #889988 is the nearest web safe color code. You can see here many more shades of #87988b color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code87988b#87988b
RGB Decimal135, 152, 139rgb(135, 152, 139)
RGB Percent53%, 60%, 55%rgb(53%, 60%, 55%)
CSS RGBa135, 152, 139,1rgba(135,152,139,1)
CMYK Modelcmyk(11%,0%,9%,40%)
HSL Color Space134,8% ,56%hsl(134,8% ,56%)
HSV Color Space134°, 11%, 60%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100001111001100010001011
Octal207230213
Decimal135152139
Hex87988b

Different shades of #87988b color code.

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

Light Shade of #87988b
#a2b0a6
Dark Shade of #87988b
#6d7f71
Saturated Shade of #87988b
#7ca385
Desaturated Shade of #87988b
#8f8f8f
Grey scale Shade of #87988b
#8f8f8f
Brighten Shade
#a0b1a4
Most Readable Shade
#000000

Shades of #87988b color code

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

#87988b
#78877b
#69766c
#5a655c
#4b544d
#3c433d
#2d322e
#1e211e
#0f100f
#000000

Similar Color like #87988b color

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

#88998c
#899a8d
#8a9b8e
#8b9c8f
#8c9d90
#8d9e91
#8e9f92
#8fa093
#90a194
#91a295
#92a396
#93a497
#94a598
#95a699
#86978a
#859689
#849588
#839487
#829386
#819285
#809184
#7f9083
#7e8f82
#7d8e81
#7c8d80
#7b8c7f
#7a8b7e
#798a7d

Monochromatic Color with #87988b

#87988b
#adc2b2
#d3edd9
#161816
#3b433d
#616d64

Tints of #87988b Color

#87988b
#94a397
#a1aea4
#afbab1
#bcc5be
#c9d1cb
#d7dcd8
#e4e8e5
#f1f3f2
#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

#87988b
#988794

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

Split Complementary

#87988b
#948798
#98878c

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

Analogous Color

#8a9887
#879888
#87988b
#87988e
#879892

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

#87988b
#8b8798
#988b87

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

#87988b
#878b98
#988794
#989387

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

#87988b
#988794
#98878c
#879893

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 #87988b 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.

#87988b Color Code Preview on Black Background Color

This is how #87988b Color will look on black background color. Color contrast ratio is 6.89

#87988b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #87988b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #87988b

#87988b color code is use for CSS Background Color

Background color for the above div is #87988b

HTML with inline CSS

<div style="background-color:#87988b;"></div>

#87988b color code is use for CSS Border Color

CSS Border color for the above div is #87988b

HTML with inline CSS

<div style="border:5px solid #87988b;"></div>

CSS Border Left color for the above div is #87988b

HTML with inline CSS

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

CSS Border Right color for the above div is #87988b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #87988b

HTML with inline CSS

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

CSS Border Top color for the above div is #87988b

HTML with inline CSS

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

#87988b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#87988b Color code Preview on White Background

This is how #87988b Color code will look on white background color. Color contrast ratio is 3.05

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

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.