COLOR #87C9B8

HEX: #87C9B8
RGB: (135,201,184)

Color info

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

RGB color model

#87C9B8 color RGB value is (135,201,184).

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

RGB channels and saturation

R 135 of 255 = 53%
G 201 of 255 = 79%
B 184 of 255 = 72%

135
201
184

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

Portions of RGB colors in percentages

R + G + B =
135 + 201 + 184 = 520 (100%)
R 135 of 520 ~ 25.96%
G 201 of 520 ~ 38.65%
B 184 of 520 ~ 35.38%

%25.96
%38.65
%35.38

CMYK color model

#87C9B8 color CMYK value is (33,0,8,21).

  • cyan value is 32.84%
  • magenta value is 0.00%
  • yellow value is 8.46%
  • key color value is 21.18%
CMYK:
(33,0,8,21)
C33M0Y8K21 
(33%,0%,8%,21%)
(0.33/0.00/0.08/0.21)	

CMYK percentages

%32.84
%0
%8.46
%21.18

Codes

Color #87C9B8 in popluar color models

87C9B8
RGB135201184
HSL165°37.93%65.88%
HSB/HSV165°32.84%78.82%
CMYK32.84%0.00%8.46%
21.18%

Color #87C9B8 in popluar number systems.

HEX87C9B8
Decimal135201184
Binary100001111100100110111000
Octal207311270

Shades and tints

Shades of #87C9B8

#87C9B8
(135,201,184)
#7BB7A8
(123,183,168)
#6FA598
(111,165,152)
#639388
(99,147,136)
#578178
(87,129,120)
#4B6F68
(75,111,104)
#3F5D58
(63,93,88)
#334B48
(51,75,72)
#273938
(39,57,56)
#1B2728
(27,39,40)
#0F1518
(15,21,24)
#000000
(0,0,0)

Tints of #87C9B8

#87C9B8
(135,201,184)
#91CDBE
(145,205,190)
#9BD1C4
(155,209,196)
#A5D5CA
(165,213,202)
#AFD9D0
(175,217,208)
#B9DDD6
(185,221,214)
#C3E1DC
(195,225,220)
#CDE5E2
(205,229,226)
#D7E9E8
(215,233,232)
#E1EDEE
(225,237,238)
#EBF1F4
(235,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87C9B8; }

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

This text font color is #87C9B8.


Background Color

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

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

This div background color is #87C9B8.


Border color

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

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

This div border color is #87C9B8.


Opacity

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

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

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

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

This text has shadow with #87C9B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87C9B8 on black background.


Color preview on white background

This text has color #87C9B8 on white background.



Black color preview on #87C9B8 background

This text has black color on #87C9B8 background.


White color preview on #87C9B8 background

This text has white color on #87C9B8 background.