COLOR #87C1C0

HEX: #87C1C0
RGB: (135,193,192)

Color info

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

RGB color model

#87C1C0 color RGB value is (135,193,192).

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

RGB channels and saturation

R 135 of 255 = 53%
G 193 of 255 = 76%
B 192 of 255 = 75%

135
193
192

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

Portions of RGB colors in percentages

R + G + B =
135 + 193 + 192 = 520 (100%)
R 135 of 520 ~ 25.96%
G 193 of 520 ~ 37.12%
B 192 of 520 ~ 36.92%

%25.96
%37.12
%36.92

CMYK color model

#87C1C0 color CMYK value is (30,0,1,24).

  • cyan value is 30.05%
  • magenta value is 0.00%
  • yellow value is 0.52%
  • key color value is 24.31%
CMYK:
(30,0,1,24)
C30M0Y1K24 
(30%,0%,1%,24%)
(0.30/0.00/0.01/0.24)	

CMYK percentages

%30.05
%0
%0.52
%24.31

Codes

Color #87C1C0 in popluar color models

87C1C0
RGB135193192
HSL179°31.87%64.31%
HSB/HSV179°30.05%75.69%
CMYK30.05%0.00%0.52%
24.31%

Color #87C1C0 in popluar number systems.

HEX87C1C0
Decimal135193192
Binary100001111100000111000000
Octal207301300

Shades and tints

Shades of #87C1C0

#87C1C0
(135,193,192)
#7BB0AF
(123,176,175)
#6F9F9E
(111,159,158)
#638E8D
(99,142,141)
#577D7C
(87,125,124)
#4B6C6B
(75,108,107)
#3F5B5A
(63,91,90)
#334A49
(51,74,73)
#273938
(39,57,56)
#1B2827
(27,40,39)
#0F1716
(15,23,22)
#000000
(0,0,0)

Tints of #87C1C0

#87C1C0
(135,193,192)
#91C6C5
(145,198,197)
#9BCBCA
(155,203,202)
#A5D0CF
(165,208,207)
#AFD5D4
(175,213,212)
#B9DAD9
(185,218,217)
#C3DFDE
(195,223,222)
#CDE4E3
(205,228,227)
#D7E9E8
(215,233,232)
#E1EEED
(225,238,237)
#EBF3F2
(235,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87C1C0; }

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

This text font color is #87C1C0.


Background Color

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

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

This div background color is #87C1C0.


Border color

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

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

This div border color is #87C1C0.


Opacity

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

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

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

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

This text has shadow with #87C1C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87C1C0 on black background.


Color preview on white background

This text has color #87C1C0 on white background.



Black color preview on #87C1C0 background

This text has black color on #87C1C0 background.


White color preview on #87C1C0 background

This text has white color on #87C1C0 background.