COLOR #87C5B8

HEX: #87C5B8
RGB: (135,197,184)

Color info

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

RGB color model

#87C5B8 color RGB value is (135,197,184).

  • red value is 135;
  • green value is 197;
  • blue value is 184.
RGB:
(135,197,184)
(53%,77%,72%)

RGB channels and saturation

R 135 of 255 = 53%
G 197 of 255 = 77%
B 184 of 255 = 72%

135
197
184

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

Portions of RGB colors in percentages

R + G + B =
135 + 197 + 184 = 516 (100%)
R 135 of 516 ~ 26.16%
G 197 of 516 ~ 38.18%
B 184 of 516 ~ 35.66%

%26.16
%38.18
%35.66

CMYK color model

#87C5B8 color CMYK value is (31,0,7,23).

  • cyan value is 31.47%
  • magenta value is 0.00%
  • yellow value is 6.60%
  • key color value is 22.75%
CMYK:
(31,0,7,23)
C31M0Y7K23 
(31%,0%,7%,23%)
(0.31/0.00/0.07/0.23)	

CMYK percentages

%31.47
%0
%6.6
%22.75

Codes

Color #87C5B8 in popluar color models

87C5B8
RGB135197184
HSL167°34.83%65.10%
HSB/HSV167°31.47%77.25%
CMYK31.47%0.00%6.60%
22.75%

Color #87C5B8 in popluar number systems.

HEX87C5B8
Decimal135197184
Binary100001111100010110111000
Octal207305270

Shades and tints

Shades of #87C5B8

#87C5B8
(135,197,184)
#7BB4A8
(123,180,168)
#6FA398
(111,163,152)
#639288
(99,146,136)
#578178
(87,129,120)
#4B7068
(75,112,104)
#3F5F58
(63,95,88)
#334E48
(51,78,72)
#273D38
(39,61,56)
#1B2C28
(27,44,40)
#0F1B18
(15,27,24)
#000000
(0,0,0)

Tints of #87C5B8

#87C5B8
(135,197,184)
#91CABE
(145,202,190)
#9BCFC4
(155,207,196)
#A5D4CA
(165,212,202)
#AFD9D0
(175,217,208)
#B9DED6
(185,222,214)
#C3E3DC
(195,227,220)
#CDE8E2
(205,232,226)
#D7EDE8
(215,237,232)
#E1F2EE
(225,242,238)
#EBF7F4
(235,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87C5B8 color. Also use rgb(135,197,184) instead hex code.

Text Font Color

.myTextColor { color: #87C5B8; }

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

This text font color is #87C5B8.


Background Color

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

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

This div background color is #87C5B8.


Border color

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

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

This div border color is #87C5B8.


Opacity

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

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

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

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

This text has shadow with #87C5B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87C5B8 on black background.


Color preview on white background

This text has color #87C5B8 on white background.



Black color preview on #87C5B8 background

This text has black color on #87C5B8 background.


White color preview on #87C5B8 background

This text has white color on #87C5B8 background.