COLOR #87D9CC

HEX: #87D9CC RGB: (135,217,204)

Color info

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

RGB color model

#87D9CC color RGB value is (135,217,204).

RGB: (135,217,204) (53%, 85%, 80%)

RGB channels and saturation

R 135 of 255 = 53%
G 217 of 255 = 85%
B 204 of 255 = 80%

135
217
204

R + G + B ~ 73%. #87D9CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 217 + 204 = 556 (100%)
R 135 of 556 ~ 24.28%
G 217 of 556 ~ 39.03%
B 204 of 556 ~ 36.69'%

%24.28
%39.03
%36.69

CMYK color model

#87D9CC color CMYK value is (38,0,6,15).

  • cyan value is 37.79%
  • magenta value is 0.00%
  • yellow value is 5.99%
  • key color value is 14.90%

CMYK: (38,0,6,15)
C38M0Y6K15 (38%, 0%, 6%, 15%)
(0.38 / 0.00 / 0.06 / 0.15)

CMYK percentages

%37.79
%0
%5.99
%14.9

Codes

Color #87D9CC in popluar color models

87 D9 CC
RGB 135 217 204
HSL 170° 51.90% 69.02%
HSB/HSV 170° 37.79% 85.10%
CMYK 37.79% 0.00% 5.99%
14.90%

Color #87D9CC in popluar number systems.

HEX 87 D9 CC
Decimal 135 217 204
Binary 10000111 11011001 11001100
Octal 207 331 314

Shades and tints

Shades of #87D9CC

#87D9CC
(135,217,204)
#7BC6BA
(123,198,186)
#6FB3A8
(111,179,168)
#63A096
(99,160,150)
#578D84
(87,141,132)
#4B7A72
(75,122,114)
#3F6760
(63,103,96)
#33544E
(51,84,78)
#27413C
(39,65,60)
#1B2E2A
(27,46,42)
#0F1B18
(15,27,24)
#000000
(0,0,0)

Tints of #87D9CC

#87D9CC
(135,217,204)
#91DCD0
(145,220,208)
#9BDFD4
(155,223,212)
#A5E2D8
(165,226,216)
#AFE5DC
(175,229,220)
#B9E8E0
(185,232,224)
#C3EBE4
(195,235,228)
#CDEEE8
(205,238,232)
#D7F1EC
(215,241,236)
#E1F4F0
(225,244,240)
#EBF7F4
(235,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87D9CC; }

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

This text font color is #87D9CC.

Background Color

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

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

This div background color is #87D9CC.

Border color

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

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

This div border color is #87D9CC.

Opacity

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

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

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

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

This text has shadow with #87D9CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87D9CC.

Preview

Color preview on black background

This text has color #87D9CC on black background.


Color preview on white background

This text has color #87D9CC on white background.


Black color preview on #87D9CC background

This text has black color on #87D9CC background.


White color preview on #87D9CC background

This text has white color on #87D9CC background.


Related colors

Complementary color

Complementary color for #hex is #782633.


I love getcolorcode.com

Triadic colors

1 #CC87D9 and #D9CC87 with #87D9CC are triadic colors.

2 #CCD987 and #D987CC with #87D9CC are triadic colors.