Color Hex Logo

#87b1bd Color Hex

#87B1BD
(135,177,189)
0 Favorites   0 Comments

Color spaces of #87b1bd

RGB 135177189
HSL0.540.290.64
HSV193°29°74°
CMYK 0.290.060.00   0.26
XYZ34.899140.269354.0775
Yxy40.26930.27000.3116
Hunter Lab63.4581-12.8847-6.1049
CIE-Lab69.6609-11.1905-10.6943

#87b1bd color RGB value is (135,177,189).

#87b1bd hex color red value is 135, green value is 177 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #87b1bd hue: 0.54 , saturation: 0.29 and the lightness value of 87b1bd is 0.64.

The process color (four color CMYK) of #87b1bd color hex is 0.29, 0.06, 0.00, 0.26. Web safe color of #87b1bd is #9999cc. Color #87b1bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10110001 10111101
Octal 207 261 275
Decimal 135 177 189
Hex 87 B1 BD

RGB Percentages of Color #87b1bd

%26.95
%35.33
%37.72

CMYK Percentages of Color #87b1bd

%29
%6
%0
%26

Triadic Colors of #87b1bd

#87b1bd #bd87b1 #b1bd87

Analogous Colors of #87b1bd

#87b1bd #8796bd #87bdae

Monochromatic Colors of #87b1bd

#87b1bd

Complementary Color

#87b1bd #bd9387

#87b1bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87b1bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#87b1bd Color CSS Codes

.mybgcolor {background-color:#87b1bd; } 
.myforecolor {color:#87b1bd; }
.mybordercolor {border:3px solid #87b1bd; }

#87b1bd Text Font Color

<p style="color:#87b1bd">Text here</p>

This sample text font color is #87b1bd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#87b1bd Background Color

<div style="background-color:#87b1bd">
Div content here</div>

This div background color is #87b1bd


#87b1bd Border Color

<div style="border:3px solid #87b1bd">
Div here</div>

This div border color is #87b1bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,177,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87b1bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87b1bd;
  -webkit-box-shadow: 1px 1px 3px 2px #87b1bd;
  box-shadow:         1px 1px 3px 2px #87b1bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,177,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #87b1bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #87b1bd;
  -webkit-box-shadow: 1px 1px 3px 2px #87b1bd;
  box-shadow:         1px 1px 3px 2px #87b1bd;">
Div content here</div>

This div box has shadow with color #87b1bd


Comments

No comments written yet.

Please login to write comment.