COLOR #87C8C7

HEX: #87C8C7
RGB: (135,200,199)

Color info

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

RGB color model

#87C8C7 color RGB value is (135,200,199).

  • red value is 135;
  • green value is 200;
  • blue value is 199.
RGB:
(135,200,199)
(53%,78%,78%)

RGB channels and saturation

R 135 of 255 = 53%
G 200 of 255 = 78%
B 199 of 255 = 78%

135
200
199

R + G + B ~ 70%. #87C8C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 200 + 199 = 534 (100%)
R 135 of 534 ~ 25.28%
G 200 of 534 ~ 37.45%
B 199 of 534 ~ 37.27%

%25.28
%37.45
%37.27

CMYK color model

#87C8C7 color CMYK value is (33,0,0,22).

  • cyan value is 32.50%
  • magenta value is 0.00%
  • yellow value is 0.50%
  • key color value is 21.57%
CMYK:
(33,0,0,22)
C33M0Y0K22 
(33%,0%,0%,22%)
(0.33/0.00/0.00/0.22)	

CMYK percentages

%32.5
%0
%0.5
%21.57

Codes

Color #87C8C7 in popluar color models

87C8C7
RGB135200199
HSL179°37.14%65.69%
HSB/HSV179°32.50%78.43%
CMYK32.50%0.00%0.50%
21.57%

Color #87C8C7 in popluar number systems.

HEX87C8C7
Decimal135200199
Binary100001111100100011000111
Octal207310307

Shades and tints

Shades of #87C8C7

#87C8C7
(135,200,199)
#7BB6B5
(123,182,181)
#6FA4A3
(111,164,163)
#639291
(99,146,145)
#57807F
(87,128,127)
#4B6E6D
(75,110,109)
#3F5C5B
(63,92,91)
#334A49
(51,74,73)
#273837
(39,56,55)
#1B2625
(27,38,37)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #87C8C7

#87C8C7
(135,200,199)
#91CDCC
(145,205,204)
#9BD2D1
(155,210,209)
#A5D7D6
(165,215,214)
#AFDCDB
(175,220,219)
#B9E1E0
(185,225,224)
#C3E6E5
(195,230,229)
#CDEBEA
(205,235,234)
#D7F0EF
(215,240,239)
#E1F5F4
(225,245,244)
#EBFAF9
(235,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87C8C7 color. Also use rgb(135,200,199) instead hex code.

Text Font Color

.myTextColor { color: #87C8C7; }

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

This text font color is #87C8C7.


Background Color

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

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

This div background color is #87C8C7.


Border color

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

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

This div border color is #87C8C7.


Opacity

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

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

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

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

This text has shadow with #87C8C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87C8C7 on black background.


Color preview on white background

This text has color #87C8C7 on white background.



Black color preview on #87C8C7 background

This text has black color on #87C8C7 background.


White color preview on #87C8C7 background

This text has white color on #87C8C7 background.