COLOR #87B5B0

HEX: #87B5B0
RGB: (135,181,176)

Color info

#87B5B0 contains red, green and blue colors in about the same proportion. Web safe color of #87B5B0 is #99CC99 (or #9C9).

RGB color model

#87B5B0 color RGB value is (135,181,176).

  • red value is 135;
  • green value is 181;
  • blue value is 176.
RGB:
(135,181,176)
(53%,71%,69%)

RGB channels and saturation

R 135 of 255 = 53%
G 181 of 255 = 71%
B 176 of 255 = 69%

135
181
176

R + G + B ~ 64%. #87B5B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 181 + 176 = 492 (100%)
R 135 of 492 ~ 27.44%
G 181 of 492 ~ 36.79%
B 176 of 492 ~ 35.77%

%27.44
%36.79
%35.77

CMYK color model

#87B5B0 color CMYK value is (25,0,3,29).

  • cyan value is 25.41%
  • magenta value is 0.00%
  • yellow value is 2.76%
  • key color value is 29.02%
CMYK:
(25,0,3,29)
C25M0Y3K29 
(25%,0%,3%,29%)
(0.25/0.00/0.03/0.29)	

CMYK percentages

%25.41
%0
%2.76
%29.02

Codes

Color #87B5B0 in popluar color models

87B5B0
RGB135181176
HSL173°23.71%61.96%
HSB/HSV173°25.41%70.98%
CMYK25.41%0.00%2.76%
29.02%

Color #87B5B0 in popluar number systems.

HEX87B5B0
Decimal135181176
Binary100001111011010110110000
Octal207265260

Shades and tints

Shades of #87B5B0

#87B5B0
(135,181,176)
#7BA5A0
(123,165,160)
#6F9590
(111,149,144)
#638580
(99,133,128)
#577570
(87,117,112)
#4B6560
(75,101,96)
#3F5550
(63,85,80)
#334540
(51,69,64)
#273530
(39,53,48)
#1B2520
(27,37,32)
#0F1510
(15,21,16)
#000000
(0,0,0)

Tints of #87B5B0

#87B5B0
(135,181,176)
#91BBB7
(145,187,183)
#9BC1BE
(155,193,190)
#A5C7C5
(165,199,197)
#AFCDCC
(175,205,204)
#B9D3D3
(185,211,211)
#C3D9DA
(195,217,218)
#CDDFE1
(205,223,225)
#D7E5E8
(215,229,232)
#E1EBEF
(225,235,239)
#EBF1F6
(235,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87B5B0 color. Also use rgb(135,181,176) instead hex code.

Text Font Color

.myTextColor { color: #87B5B0; }

<p style="color:#87B5B0">This sample text font color is #87B5B0.</p>

This text font color is #87B5B0.


Background Color

.myBgColor { background-color: #87B5B0; }

<div style="background-color:#87B5B0">Inner text</div>

This div background color is #87B5B0.


Border color

.myBorderColor { border: 1px solid #87B5B0; }

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

This div border color is #87B5B0.


Opacity

.myOpacity80 { color: #87B5B0; opacity: 0.8; }

<p style="color:#87B5B0;opacity:0.8;">80%</p>

Text with #87B5B0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #87B5B0;}

<p style="text-shadow: 3px 3px 1px #87B5B0">Text here.</p>

This text has shadow with #87B5B0 color.

.textShadow {text-shadow: 3px 3px 1px #87B5B0, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #87B5B0, 5px 5px 20px red">Text here.</p>

This text has shadow with #87B5B0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87B5B0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#87B5B0, Direction=45, Strength=4)">Text</p>

This text has shadow with #87B5B0 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #87B5B0;
  -webkit-box-shadow:	1px 1px 3px 2px #87B5B0;
  box-shadow:		1px 1px 3px 2px #87B5B0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #87B5B0;
-webkit-box-shadow: 1px 1px 3px 2px #87B5B0;
box-shadow:1px 1px 3px 2px #87B5B0;">
Div content here</div>
This div box has shadow with color #87B5B0.

Preview

Color preview on black background

This text has color #87B5B0 on black background.


Color preview on white background

This text has color #87B5B0 on white background.



Black color preview on #87B5B0 background

This text has black color on #87B5B0 background.


White color preview on #87B5B0 background

This text has white color on #87B5B0 background.