crispedge.com

Color picker

Loading...

#87bfbd hex color - Blue - Cool color - Information

#87bfbd hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #87bfbd Color code in RGB color code model is created after adding 52.94% red color, 74.9% green color and 74.12% blue color. Hex #87bfbd Color code in CMYK color (process color) code model is generated after subtraction of 29% cyan, 0% magenta, 1% yellow and 25% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code87bfbd#87bfbd
RGB Decimal135, 191, 189rgb(135, 191, 189)
RGB Percent53%, 75%, 74%rgb(53%, 75%, 74%)
CSS RGBa135, 191, 189,1rgba(135,191,189,1)
CMYK Modelcmyk(29%,0%,1%,25%)
HSL Color Space178,30% ,64%hsl(178,30% ,64%)
HSV Color Space178°, 29%, 75%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100001111011111110111101
Octal207277275
Decimal135191189
Hex87bfbd

Different shades of #87bfbd color code.

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

Light Shade of #87bfbd
#a8d1cf
Dark Shade of #87bfbd
#66adab
Saturated Shade of #87bfbd
#7ec8c6
Desaturated Shade of #87bfbd
#90b6b4
Grey scale Shade of #87bfbd
#a3a3a3
Brighten Shade
#a0d8d6
Most Readable Shade
#000000

Shades of #87bfbd color code

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

#87bfbd
#78a9a8
#699493
#5a7f7e
#4b6a69
#3c5454
#2d3f3f
#1e2a2a
#0f1515
#000000

Similar Color like #87bfbd color

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

#88c0be
#89c1bf
#8ac2c0
#8bc3c1
#8cc4c2
#8dc5c3
#8ec6c4
#8fc7c5
#90c8c6
#91c9c7
#92cac8
#93cbc9
#94ccca
#95cdcb
#86bebc
#85bdbb
#84bcba
#83bbb9
#82bab8
#81b9b7
#80b8b6
#7fb7b5
#7eb6b4
#7db5b3
#7cb4b2
#7bb3b1
#7ab2b0
#79b1af

Monochromatic Color with #87bfbd

#87bfbd
#a5e9e7
#0f1515
#2d3f3f
#4b6a69
#699493

Tints of #87bfbd Color

#87bfbd
#94c6c4
#a1cdcb
#afd4d3
#bcdbda
#c9e2e1
#d7e9e9
#e4f0f0
#f1f7f7
#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

#87bfbd
#bf8789

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

Split Complementary

#87bfbd
#bf87a5
#bfa187

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

Analogous Color

#87bfa7
#87bfb2
#87bfbd
#87b6bf
#87abbf

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

#87bfbd
#bd87bf
#bfbd87

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

#87bfbd
#a187bf
#bf8789
#a5bf87

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

#87bfbd
#bf8789
#bfa187
#87a5bf

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

#87bfbd Color Code Preview on Black Background Color

This is how #87bfbd Color will look on black background color. Color contrast ratio is 10.22

#87bfbd in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#87bfbd color code is use for CSS Background Color

Background color for the above div is #87bfbd

HTML with inline CSS

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

#87bfbd color code is use for CSS Border Color

CSS Border color for the above div is #87bfbd

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#87bfbd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#87bfbd Color code Preview on White Background

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

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

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,191,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(191,135,137,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(135,191,189,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.