COLOR #87C1CB

HEX: #87C1CB RGB: (135,193,203)

Color info

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

RGB color model

#87C1CB color RGB value is (135,193,203).

RGB: (135,193,203) (53%, 76%, 80%)

RGB channels and saturation

R 135 of 255 = 53%
G 193 of 255 = 76%
B 203 of 255 = 80%

135
193
203

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

Portions of RGB colors in percentages

R + G + B = 135 + 193 + 203 = 531 (100%)
R 135 of 531 ~ 25.42%
G 193 of 531 ~ 36.35%
B 203 of 531 ~ 38.23'%

%25.42
%36.35
%38.23

CMYK color model

#87C1CB color CMYK value is (33,5,0,20).

  • cyan value is 33.50%
  • magenta value is 4.93%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK: (33,5,0,20) C33M5Y0K20 (33%,5%,0%,20%) (0.33/0.05/0.00/0.20) 

CMYK percentages

%33.5
%4.93
%0
%20.39

Codes

Color #87C1CB in popluar color models

87 C1 CB
RGB 135 193 203
HSL 189° 39.53% 66.27%
HSB/HSV 189° 33.50% 79.61%
CMYK 33.50% 4.93% 0.00%
20.39%

Color #87C1CB in popluar number systems.

HEX 87 C1 CB
Decimal 135 193 203
Binary 10000111 11000001 11001011
Octal 207 301 313

Shades and tints

Shades of #87C1CB

#87C1CB
(135,193,203)
#7BB0B9
(123,176,185)
#6F9FA7
(111,159,167)
#638E95
(99,142,149)
#577D83
(87,125,131)
#4B6C71
(75,108,113)
#3F5B5F
(63,91,95)
#334A4D
(51,74,77)
#27393B
(39,57,59)
#1B2829
(27,40,41)
#0F1717
(15,23,23)
#000000
(0,0,0)

Tints of #87C1CB

#87C1CB
(135,193,203)
#91C6CF
(145,198,207)
#9BCBD3
(155,203,211)
#A5D0D7
(165,208,215)
#AFD5DB
(175,213,219)
#B9DADF
(185,218,223)
#C3DFE3
(195,223,227)
#CDE4E7
(205,228,231)
#D7E9EB
(215,233,235)
#E1EEEF
(225,238,239)
#EBF3F3
(235,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87C1CB; }

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

This text font color is #87C1CB.

Background Color

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

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

This div background color is #87C1CB.

Border color

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

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

This div border color is #87C1CB.

Opacity

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

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

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

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

This text has shadow with #87C1CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87C1CB.

Preview

Color preview on black background

This text has color #87C1CB on black background.


Color preview on white background

This text has color #87C1CB on white background.


Black color preview on #87C1CB background

This text has black color on #87C1CB background.


White color preview on #87C1CB background

This text has white color on #87C1CB background.


Related colors

Complementary color

Complementary color for #hex is #783E34.


I love getcolorcode.com

Triadic colors

1 #CB87C1 and #C1CB87 with #87C1CB are triadic colors.

2 #CBC187 and #C187CB with #87C1CB are triadic colors.