COLOR #87D1CB

HEX: #87D1CB RGB: (135,209,203)

Color info

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

RGB color model

#87D1CB color RGB value is (135,209,203).

RGB: (135,209,203) (53%, 82%, 80%)

RGB channels and saturation

R 135 of 255 = 53%
G 209 of 255 = 82%
B 203 of 255 = 80%

135
209
203

R + G + B ~ 72%. #87D1CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 209 + 203 = 547 (100%)
R 135 of 547 ~ 24.68%
G 209 of 547 ~ 38.21%
B 203 of 547 ~ 37.11'%

%24.68
%38.21
%37.11

CMYK color model

#87D1CB color CMYK value is (35,0,3,18).

  • cyan value is 35.41%
  • magenta value is 0.00%
  • yellow value is 2.87%
  • key color value is 18.04%
CMYK: (35,0,3,18) C35M0Y3K18 (35%,0%,3%,18%) (0.35/0.00/0.03/0.18) 

CMYK percentages

%35.41
%0
%2.87
%18.04

Codes

Color #87D1CB in popluar color models

87 D1 CB
RGB 135 209 203
HSL 175° 44.58% 67.45%
HSB/HSV 175° 35.41% 81.96%
CMYK 35.41% 0.00% 2.87%
18.04%

Color #87D1CB in popluar number systems.

HEX 87 D1 CB
Decimal 135 209 203
Binary 10000111 11010001 11001011
Octal 207 321 313

Shades and tints

Shades of #87D1CB

#87D1CB
(135,209,203)
#7BBEB9
(123,190,185)
#6FABA7
(111,171,167)
#639895
(99,152,149)
#578583
(87,133,131)
#4B7271
(75,114,113)
#3F5F5F
(63,95,95)
#334C4D
(51,76,77)
#27393B
(39,57,59)
#1B2629
(27,38,41)
#0F1317
(15,19,23)
#000000
(0,0,0)

Tints of #87D1CB

#87D1CB
(135,209,203)
#91D5CF
(145,213,207)
#9BD9D3
(155,217,211)
#A5DDD7
(165,221,215)
#AFE1DB
(175,225,219)
#B9E5DF
(185,229,223)
#C3E9E3
(195,233,227)
#CDEDE7
(205,237,231)
#D7F1EB
(215,241,235)
#E1F5EF
(225,245,239)
#EBF9F3
(235,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87D1CB; }

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

This text font color is #87D1CB.

Background Color

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

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

This div background color is #87D1CB.

Border color

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

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

This div border color is #87D1CB.

Opacity

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

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

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

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

This text has shadow with #87D1CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87D1CB.

Preview

Color preview on black background

This text has color #87D1CB on black background.


Color preview on white background

This text has color #87D1CB on white background.


Black color preview on #87D1CB background

This text has black color on #87D1CB background.


White color preview on #87D1CB background

This text has white color on #87D1CB background.


Related colors

Complementary color

Complementary color for #hex is #782E34.


I love getcolorcode.com

Triadic colors

1 #CB87D1 and #D1CB87 with #87D1CB are triadic colors.

2 #CBD187 and #D187CB with #87D1CB are triadic colors.