COLOR #87C6C6

HEX: #87C6C6 RGB: (135,198,198)

Color info

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

RGB color model

#87C6C6 color RGB value is (135,198,198).

RGB: (135,198,198) (53%, 78%, 78%)

RGB channels and saturation

R 135 of 255 = 53%
G 198 of 255 = 78%
B 198 of 255 = 78%

135
198
198

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

Portions of RGB colors in percentages

R + G + B = 135 + 198 + 198 = 531 (100%)
R 135 of 531 ~ 25.42%
G 198 of 531 ~ 37.29%
B 198 of 531 ~ 37.29'%

%25.42
%37.29
%37.29

CMYK color model

#87C6C6 color CMYK value is (32,0,0,22).

  • cyan value is 31.82%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (32,0,0,22)
C32M0Y0K22 (32%, 0%, 0%, 22%)
(0.32 / 0.00 / 0.00 / 0.22)

CMYK percentages

%31.82
%0
%0
%22.35

Codes

Color #87C6C6 in popluar color models

87 C6 C6
RGB 135 198 198
HSL 180° 35.59% 65.29%
HSB/HSV 180° 31.82% 77.65%
CMYK 31.82% 0.00% 0.00%
22.35%

Color #87C6C6 in popluar number systems.

HEX 87 C6 C6
Decimal 135 198 198
Binary 10000111 11000110 11000110
Octal 207 306 306

Shades and tints

Shades of #87C6C6

#87C6C6
(135,198,198)
#7BB4B4
(123,180,180)
#6FA2A2
(111,162,162)
#639090
(99,144,144)
#577E7E
(87,126,126)
#4B6C6C
(75,108,108)
#3F5A5A
(63,90,90)
#334848
(51,72,72)
#273636
(39,54,54)
#1B2424
(27,36,36)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #87C6C6

#87C6C6
(135,198,198)
#91CBCB
(145,203,203)
#9BD0D0
(155,208,208)
#A5D5D5
(165,213,213)
#AFDADA
(175,218,218)
#B9DFDF
(185,223,223)
#C3E4E4
(195,228,228)
#CDE9E9
(205,233,233)
#D7EEEE
(215,238,238)
#E1F3F3
(225,243,243)
#EBF8F8
(235,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87C6C6; }

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

This text font color is #87C6C6.

Background Color

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

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

This div background color is #87C6C6.

Border color

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

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

This div border color is #87C6C6.

Opacity

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

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

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

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

This text has shadow with #87C6C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87C6C6.

Preview

Color preview on black background

This text has color #87C6C6 on black background.


Color preview on white background

This text has color #87C6C6 on white background.


Black color preview on #87C6C6 background

This text has black color on #87C6C6 background.


White color preview on #87C6C6 background

This text has white color on #87C6C6 background.


Related colors

Complementary color

Complementary color for #hex is #783939.


I love getcolorcode.com