COLOR #87C1B7

HEX: #87C1B7
RGB: (135,193,183)

Color info

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

RGB color model

#87C1B7 color RGB value is (135,193,183).

  • red value is 135;
  • green value is 193;
  • blue value is 183.
RGB:
(135,193,183)
(53%,76%,72%)

RGB channels and saturation

R 135 of 255 = 53%
G 193 of 255 = 76%
B 183 of 255 = 72%

135
193
183

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

Portions of RGB colors in percentages

R + G + B =
135 + 193 + 183 = 511 (100%)
R 135 of 511 ~ 26.42%
G 193 of 511 ~ 37.77%
B 183 of 511 ~ 35.81%

%26.42
%37.77
%35.81

CMYK color model

#87C1B7 color CMYK value is (30,0,5,24).

  • cyan value is 30.05%
  • magenta value is 0.00%
  • yellow value is 5.18%
  • key color value is 24.31%
CMYK:
(30,0,5,24)
C30M0Y5K24 
(30%,0%,5%,24%)
(0.30/0.00/0.05/0.24)	

CMYK percentages

%30.05
%0
%5.18
%24.31

Codes

Color #87C1B7 in popluar color models

87C1B7
RGB135193183
HSL170°31.87%64.31%
HSB/HSV170°30.05%75.69%
CMYK30.05%0.00%5.18%
24.31%

Color #87C1B7 in popluar number systems.

HEX87C1B7
Decimal135193183
Binary100001111100000110110111
Octal207301267

Shades and tints

Shades of #87C1B7

#87C1B7
(135,193,183)
#7BB0A7
(123,176,167)
#6F9F97
(111,159,151)
#638E87
(99,142,135)
#577D77
(87,125,119)
#4B6C67
(75,108,103)
#3F5B57
(63,91,87)
#334A47
(51,74,71)
#273937
(39,57,55)
#1B2827
(27,40,39)
#0F1717
(15,23,23)
#000000
(0,0,0)

Tints of #87C1B7

#87C1B7
(135,193,183)
#91C6BD
(145,198,189)
#9BCBC3
(155,203,195)
#A5D0C9
(165,208,201)
#AFD5CF
(175,213,207)
#B9DAD5
(185,218,213)
#C3DFDB
(195,223,219)
#CDE4E1
(205,228,225)
#D7E9E7
(215,233,231)
#E1EEED
(225,238,237)
#EBF3F3
(235,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87C1B7 color. Also use rgb(135,193,183) instead hex code.

Text Font Color

.myTextColor { color: #87C1B7; }

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

This text font color is #87C1B7.


Background Color

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

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

This div background color is #87C1B7.


Border color

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

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

This div border color is #87C1B7.


Opacity

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

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

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

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

This text has shadow with #87C1B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87C1B7 on black background.


Color preview on white background

This text has color #87C1B7 on white background.



Black color preview on #87C1B7 background

This text has black color on #87C1B7 background.


White color preview on #87C1B7 background

This text has white color on #87C1B7 background.