COLOR #87CCB0

HEX: #87CCB0
RGB: (135,204,176)

Color info

#87CCB0 contains mainly green and blue colors. Web safe color of #87CCB0 is #99CC99 (or #9C9).

RGB color model

#87CCB0 color RGB value is (135,204,176).

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

RGB channels and saturation

R 135 of 255 = 53%
G 204 of 255 = 80%
B 176 of 255 = 69%

135
204
176

R + G + B ~ 67%. #87CCB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 204 + 176 = 515 (100%)
R 135 of 515 ~ 26.21%
G 204 of 515 ~ 39.61%
B 176 of 515 ~ 34.17%

%26.21
%39.61
%34.17

CMYK color model

#87CCB0 color CMYK value is (34,0,14,20).

  • cyan value is 33.82%
  • magenta value is 0.00%
  • yellow value is 13.73%
  • key color value is 20.00%
CMYK:
(34,0,14,20)
C34M0Y14K20 
(34%,0%,14%,20%)
(0.34/0.00/0.14/0.20)	

CMYK percentages

%33.82
%0
%13.73
%20

Codes

Color #87CCB0 in popluar color models

87CCB0
RGB135204176
HSL156°40.35%66.47%
HSB/HSV156°33.82%80.00%
CMYK33.82%0.00%13.73%
20.00%

Color #87CCB0 in popluar number systems.

HEX87CCB0
Decimal135204176
Binary100001111100110010110000
Octal207314260

Shades and tints

Shades of #87CCB0

#87CCB0
(135,204,176)
#7BBAA0
(123,186,160)
#6FA890
(111,168,144)
#639680
(99,150,128)
#578470
(87,132,112)
#4B7260
(75,114,96)
#3F6050
(63,96,80)
#334E40
(51,78,64)
#273C30
(39,60,48)
#1B2A20
(27,42,32)
#0F1810
(15,24,16)
#000000
(0,0,0)

Tints of #87CCB0

#87CCB0
(135,204,176)
#91D0B7
(145,208,183)
#9BD4BE
(155,212,190)
#A5D8C5
(165,216,197)
#AFDCCC
(175,220,204)
#B9E0D3
(185,224,211)
#C3E4DA
(195,228,218)
#CDE8E1
(205,232,225)
#D7ECE8
(215,236,232)
#E1F0EF
(225,240,239)
#EBF4F6
(235,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87CCB0; }

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

This text font color is #87CCB0.


Background Color

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

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

This div background color is #87CCB0.


Border color

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

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

This div border color is #87CCB0.


Opacity

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

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

Text with #87CCB0 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 #87CCB0;}

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

This text has shadow with #87CCB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87CCB0 on black background.


Color preview on white background

This text has color #87CCB0 on white background.



Black color preview on #87CCB0 background

This text has black color on #87CCB0 background.


White color preview on #87CCB0 background

This text has white color on #87CCB0 background.