COLOR #87C7B0

HEX: #87C7B0
RGB: (135,199,176)

Color info

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

RGB color model

#87C7B0 color RGB value is (135,199,176).

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

RGB channels and saturation

R 135 of 255 = 53%
G 199 of 255 = 78%
B 176 of 255 = 69%

135
199
176

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

Portions of RGB colors in percentages

R + G + B =
135 + 199 + 176 = 510 (100%)
R 135 of 510 ~ 26.47%
G 199 of 510 ~ 39.02%
B 176 of 510 ~ 34.51%

%26.47
%39.02
%34.51

CMYK color model

#87C7B0 color CMYK value is (32,0,12,22).

  • cyan value is 32.16%
  • magenta value is 0.00%
  • yellow value is 11.56%
  • key color value is 21.96%
CMYK:
(32,0,12,22)
C32M0Y12K22 
(32%,0%,12%,22%)
(0.32/0.00/0.12/0.22)	

CMYK percentages

%32.16
%0
%11.56
%21.96

Codes

Color #87C7B0 in popluar color models

87C7B0
RGB135199176
HSL158°36.36%65.49%
HSB/HSV158°32.16%78.04%
CMYK32.16%0.00%11.56%
21.96%

Color #87C7B0 in popluar number systems.

HEX87C7B0
Decimal135199176
Binary100001111100011110110000
Octal207307260

Shades and tints

Shades of #87C7B0

#87C7B0
(135,199,176)
#7BB5A0
(123,181,160)
#6FA390
(111,163,144)
#639180
(99,145,128)
#577F70
(87,127,112)
#4B6D60
(75,109,96)
#3F5B50
(63,91,80)
#334940
(51,73,64)
#273730
(39,55,48)
#1B2520
(27,37,32)
#0F1310
(15,19,16)
#000000
(0,0,0)

Tints of #87C7B0

#87C7B0
(135,199,176)
#91CCB7
(145,204,183)
#9BD1BE
(155,209,190)
#A5D6C5
(165,214,197)
#AFDBCC
(175,219,204)
#B9E0D3
(185,224,211)
#C3E5DA
(195,229,218)
#CDEAE1
(205,234,225)
#D7EFE8
(215,239,232)
#E1F4EF
(225,244,239)
#EBF9F6
(235,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87C7B0; }

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

This text font color is #87C7B0.


Background Color

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

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

This div background color is #87C7B0.


Border color

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

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

This div border color is #87C7B0.


Opacity

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

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

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

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

This text has shadow with #87C7B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87C7B0 on black background.


Color preview on white background

This text has color #87C7B0 on white background.



Black color preview on #87C7B0 background

This text has black color on #87C7B0 background.


White color preview on #87C7B0 background

This text has white color on #87C7B0 background.