COLOR #87D8BE

HEX: #87D8BE
RGB: (135,216,190)

Color info

#87D8BE contains mainly green and blue colors. Web safe color of #87D8BE is #99CCCC (or #9CC).

RGB color model

#87D8BE color RGB value is (135,216,190).

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

RGB channels and saturation

R 135 of 255 = 53%
G 216 of 255 = 85%
B 190 of 255 = 75%

135
216
190

R + G + B ~ 71%. #87D8BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 216 + 190 = 541 (100%)
R 135 of 541 ~ 24.95%
G 216 of 541 ~ 39.93%
B 190 of 541 ~ 35.12%

%24.95
%39.93
%35.12

CMYK color model

#87D8BE color CMYK value is (38,0,12,15).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 12.04%
  • key color value is 15.29%
CMYK:
(38,0,12,15)
C38M0Y12K15 
(38%,0%,12%,15%)
(0.38/0.00/0.12/0.15)	

CMYK percentages

%37.5
%0
%12.04
%15.29

Codes

Color #87D8BE in popluar color models

87D8BE
RGB135216190
HSL161°50.94%68.82%
HSB/HSV161°37.50%84.71%
CMYK37.50%0.00%12.04%
15.29%

Color #87D8BE in popluar number systems.

HEX87D8BE
Decimal135216190
Binary100001111101100010111110
Octal207330276

Shades and tints

Shades of #87D8BE

#87D8BE
(135,216,190)
#7BC5AD
(123,197,173)
#6FB29C
(111,178,156)
#639F8B
(99,159,139)
#578C7A
(87,140,122)
#4B7969
(75,121,105)
#3F6658
(63,102,88)
#335347
(51,83,71)
#274036
(39,64,54)
#1B2D25
(27,45,37)
#0F1A14
(15,26,20)
#000000
(0,0,0)

Tints of #87D8BE

#87D8BE
(135,216,190)
#91DBC3
(145,219,195)
#9BDEC8
(155,222,200)
#A5E1CD
(165,225,205)
#AFE4D2
(175,228,210)
#B9E7D7
(185,231,215)
#C3EADC
(195,234,220)
#CDEDE1
(205,237,225)
#D7F0E6
(215,240,230)
#E1F3EB
(225,243,235)
#EBF6F0
(235,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87D8BE; }

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

This text font color is #87D8BE.


Background Color

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

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

This div background color is #87D8BE.


Border color

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

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

This div border color is #87D8BE.


Opacity

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

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

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

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

This text has shadow with #87D8BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87D8BE on black background.


Color preview on white background

This text has color #87D8BE on white background.



Black color preview on #87D8BE background

This text has black color on #87D8BE background.


White color preview on #87D8BE background

This text has white color on #87D8BE background.