COLOR #87CCB1

HEX: #87CCB1
RGB: (135,204,177)

Color info

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

RGB color model

#87CCB1 color RGB value is (135,204,177).

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

RGB channels and saturation

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

135
204
177

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

Portions of RGB colors in percentages

R + G + B =
135 + 204 + 177 = 516 (100%)
R 135 of 516 ~ 26.16%
G 204 of 516 ~ 39.53%
B 177 of 516 ~ 34.3%

%26.16
%39.53
%34.3

CMYK color model

#87CCB1 color CMYK value is (34,0,13,20).

  • cyan value is 33.82%
  • magenta value is 0.00%
  • yellow value is 13.24%
  • key color value is 20.00%
CMYK:
(34,0,13,20)
C34M0Y13K20 
(34%,0%,13%,20%)
(0.34/0.00/0.13/0.20)	

CMYK percentages

%33.82
%0
%13.24
%20

Codes

Color #87CCB1 in popluar color models

87CCB1
RGB135204177
HSL157°40.35%66.47%
HSB/HSV157°33.82%80.00%
CMYK33.82%0.00%13.24%
20.00%

Color #87CCB1 in popluar number systems.

HEX87CCB1
Decimal135204177
Binary100001111100110010110001
Octal207314261

Shades and tints

Shades of #87CCB1

#87CCB1
(135,204,177)
#7BBAA1
(123,186,161)
#6FA891
(111,168,145)
#639681
(99,150,129)
#578471
(87,132,113)
#4B7261
(75,114,97)
#3F6051
(63,96,81)
#334E41
(51,78,65)
#273C31
(39,60,49)
#1B2A21
(27,42,33)
#0F1811
(15,24,17)
#000000
(0,0,0)

Tints of #87CCB1

#87CCB1
(135,204,177)
#91D0B8
(145,208,184)
#9BD4BF
(155,212,191)
#A5D8C6
(165,216,198)
#AFDCCD
(175,220,205)
#B9E0D4
(185,224,212)
#C3E4DB
(195,228,219)
#CDE8E2
(205,232,226)
#D7ECE9
(215,236,233)
#E1F0F0
(225,240,240)
#EBF4F7
(235,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87CCB1; }

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

This text font color is #87CCB1.


Background Color

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

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

This div background color is #87CCB1.


Border color

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

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

This div border color is #87CCB1.


Opacity

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

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

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

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

This text has shadow with #87CCB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87CCB1 on black background.


Color preview on white background

This text has color #87CCB1 on white background.



Black color preview on #87CCB1 background

This text has black color on #87CCB1 background.


White color preview on #87CCB1 background

This text has white color on #87CCB1 background.