COLOR #87C0BE

HEX: #87C0BE
RGB: (135,192,190)

Color info

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

RGB color model

#87C0BE color RGB value is (135,192,190).

  • red value is 135;
  • green value is 192;
  • blue value is 190.
RGB:
(135,192,190)
(53%,75%,75%)

RGB channels and saturation

R 135 of 255 = 53%
G 192 of 255 = 75%
B 190 of 255 = 75%

135
192
190

R + G + B ~ 68%. #87C0BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 192 + 190 = 517 (100%)
R 135 of 517 ~ 26.11%
G 192 of 517 ~ 37.14%
B 190 of 517 ~ 36.75%

%26.11
%37.14
%36.75

CMYK color model

#87C0BE color CMYK value is (30,0,1,25).

  • cyan value is 29.69%
  • magenta value is 0.00%
  • yellow value is 1.04%
  • key color value is 24.71%
CMYK:
(30,0,1,25)
C30M0Y1K25 
(30%,0%,1%,25%)
(0.30/0.00/0.01/0.25)	

CMYK percentages

%29.69
%0
%1.04
%24.71

Codes

Color #87C0BE in popluar color models

87C0BE
RGB135192190
HSL178°31.15%64.12%
HSB/HSV178°29.69%75.29%
CMYK29.69%0.00%1.04%
24.71%

Color #87C0BE in popluar number systems.

HEX87C0BE
Decimal135192190
Binary100001111100000010111110
Octal207300276

Shades and tints

Shades of #87C0BE

#87C0BE
(135,192,190)
#7BAFAD
(123,175,173)
#6F9E9C
(111,158,156)
#638D8B
(99,141,139)
#577C7A
(87,124,122)
#4B6B69
(75,107,105)
#3F5A58
(63,90,88)
#334947
(51,73,71)
#273836
(39,56,54)
#1B2725
(27,39,37)
#0F1614
(15,22,20)
#000000
(0,0,0)

Tints of #87C0BE

#87C0BE
(135,192,190)
#91C5C3
(145,197,195)
#9BCAC8
(155,202,200)
#A5CFCD
(165,207,205)
#AFD4D2
(175,212,210)
#B9D9D7
(185,217,215)
#C3DEDC
(195,222,220)
#CDE3E1
(205,227,225)
#D7E8E6
(215,232,230)
#E1EDEB
(225,237,235)
#EBF2F0
(235,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87C0BE color. Also use rgb(135,192,190) instead hex code.

Text Font Color

.myTextColor { color: #87C0BE; }

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

This text font color is #87C0BE.


Background Color

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

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

This div background color is #87C0BE.


Border color

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

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

This div border color is #87C0BE.


Opacity

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

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

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

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

This text has shadow with #87C0BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87C0BE on black background.


Color preview on white background

This text has color #87C0BE on white background.



Black color preview on #87C0BE background

This text has black color on #87C0BE background.


White color preview on #87C0BE background

This text has white color on #87C0BE background.