COLOR #87CBCA

HEX: #87CBCA
RGB: (135,203,202)

Color info

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

RGB color model

#87CBCA color RGB value is (135,203,202).

  • red value is 135;
  • green value is 203;
  • blue value is 202.
RGB:
(135,203,202)
(53%,80%,79%)

RGB channels and saturation

R 135 of 255 = 53%
G 203 of 255 = 80%
B 202 of 255 = 79%

135
203
202

R + G + B ~ 71%. #87CBCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 203 + 202 = 540 (100%)
R 135 of 540 ~ 25%
G 203 of 540 ~ 37.59%
B 202 of 540 ~ 37.41%

%25
%37.59
%37.41

CMYK color model

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

  • cyan value is 33.50%
  • magenta value is 0.00%
  • yellow value is 0.49%
  • key color value is 20.39%
CMYK:
(33,0,0,20)
C33M0Y0K20 
(33%,0%,0%,20%)
(0.33/0.00/0.00/0.20)	

CMYK percentages

%33.5
%0
%0.49
%20.39

Codes

Color #87CBCA in popluar color models

87CBCA
RGB135203202
HSL179°39.53%66.27%
HSB/HSV179°33.50%79.61%
CMYK33.50%0.00%0.49%
20.39%

Color #87CBCA in popluar number systems.

HEX87CBCA
Decimal135203202
Binary100001111100101111001010
Octal207313312

Shades and tints

Shades of #87CBCA

#87CBCA
(135,203,202)
#7BB9B8
(123,185,184)
#6FA7A6
(111,167,166)
#639594
(99,149,148)
#578382
(87,131,130)
#4B7170
(75,113,112)
#3F5F5E
(63,95,94)
#334D4C
(51,77,76)
#273B3A
(39,59,58)
#1B2928
(27,41,40)
#0F1716
(15,23,22)
#000000
(0,0,0)

Tints of #87CBCA

#87CBCA
(135,203,202)
#91CFCE
(145,207,206)
#9BD3D2
(155,211,210)
#A5D7D6
(165,215,214)
#AFDBDA
(175,219,218)
#B9DFDE
(185,223,222)
#C3E3E2
(195,227,226)
#CDE7E6
(205,231,230)
#D7EBEA
(215,235,234)
#E1EFEE
(225,239,238)
#EBF3F2
(235,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87CBCA; }

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

This text font color is #87CBCA.


Background Color

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

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

This div background color is #87CBCA.


Border color

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

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

This div border color is #87CBCA.


Opacity

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

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

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

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

This text has shadow with #87CBCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87CBCA on black background.


Color preview on white background

This text has color #87CBCA on white background.



Black color preview on #87CBCA background

This text has black color on #87CBCA background.


White color preview on #87CBCA background

This text has white color on #87CBCA background.