crispedge.com

Color picker

Loading...

#87bcb0 hex color - Green - Cool color - Information

#87bcb0 hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #87bcb0 Color code in RGB color code model is created after adding 52.94% red color, 73.73% green color and 69.02% blue color. Hex #87bcb0 Color code in CMYK color (process color) code model is generated after subtraction of 28% cyan, 0% magenta, 6% yellow and 26% black.

Hex #87bcb0 color code is between #88bbaa web safe hex color code and #77ccbb web safe hex color code. #88bbaa is the nearest web safe color code. You can see here many more shades of #87bcb0 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code87bcb0#87bcb0
RGB Decimal135, 188, 176rgb(135, 188, 176)
RGB Percent53%, 74%, 69%rgb(53%, 74%, 69%)
CSS RGBa135, 188, 176,1rgba(135,188,176,1)
CMYK Modelcmyk(28%,0%,6%,26%)
HSL Color Space166,28% ,63%hsl(166,28% ,63%)
HSV Color Space166°, 28%, 74%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100001111011110010110000
Octal207274260
Decimal135188176
Hex87bcb0

Different shades of #87bcb0 color code.

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

Light Shade of #87bcb0
#a8cec6
Dark Shade of #87bcb0
#66aa9a
Saturated Shade of #87bcb0
#7ec5b5
Desaturated Shade of #87bcb0
#90b3ab
Grey scale Shade of #87bcb0
#a1a1a1
Brighten Shade
#a0d5c9
Most Readable Shade
#000000

Shades of #87bcb0 color code

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

#87bcb0
#78a79c
#699288
#5a7d75
#4b6861
#3c534e
#2d3e3a
#1e2927
#0f1413
#000000

Similar Color like #87bcb0 color

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

#88bdb1
#89beb2
#8abfb3
#8bc0b4
#8cc1b5
#8dc2b6
#8ec3b7
#8fc4b8
#90c5b9
#91c6ba
#92c7bb
#93c8bc
#94c9bd
#95cabe
#86bbaf
#85baae
#84b9ad
#83b8ac
#82b7ab
#81b6aa
#80b5a9
#7fb4a8
#7eb3a7
#7db2a6
#7cb1a5
#7bb0a4
#7aafa3
#79aea2

Monochromatic Color with #87bcb0

#87bcb0
#a6e6d8
#0d1211
#2b3c39
#4a6760
#689188

Tints of #87bcb0 Color

#87bcb0
#94c3b8
#a1cac1
#afd2ca
#bcd9d3
#c9e1db
#d7e8e4
#e4f0ed
#f1f7f6
#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

#87bcb0
#bc8793

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

Split Complementary

#87bcb0
#bc87ad
#bc9687

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

Analogous Color

#87bc9b
#87bca5
#87bcb0
#87bcbb
#87b3bc

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

#87bcb0
#b087bc
#bcb087

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

#87bcb0
#9587bc
#bc8793
#adbc87

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

#87bcb0
#bc8793
#bc9687
#87adbc

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 #87bcb0 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.

#87bcb0 Color Code Preview on Black Background Color

This is how #87bcb0 Color will look on black background color. Color contrast ratio is 9.85

#87bcb0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #87bcb0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #87bcb0

#87bcb0 color code is use for CSS Background Color

Background color for the above div is #87bcb0

HTML with inline CSS

<div style="background-color:#87bcb0;"></div>

#87bcb0 color code is use for CSS Border Color

CSS Border color for the above div is #87bcb0

HTML with inline CSS

<div style="border:5px solid #87bcb0;"></div>

CSS Border Left color for the above div is #87bcb0

HTML with inline CSS

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

CSS Border Right color for the above div is #87bcb0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #87bcb0

HTML with inline CSS

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

CSS Border Top color for the above div is #87bcb0

HTML with inline CSS

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

#87bcb0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#87bcb0 Color code Preview on White Background

This is how #87bcb0 Color code will look on white background color. Color contrast ratio is 2.13

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(135,188,176,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(188,135,147,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(135,188,176,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.