COLOR #87C3CE

HEX: #87C3CE RGB: (135,195,206)

Color info

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

RGB color model

#87C3CE color RGB value is (135,195,206).

RGB: (135,195,206) (53%, 76%, 81%)

RGB channels and saturation

R 135 of 255 = 53%
G 195 of 255 = 76%
B 206 of 255 = 81%

135
195
206

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

Portions of RGB colors in percentages

R + G + B = 135 + 195 + 206 = 536 (100%)
R 135 of 536 ~ 25.19%
G 195 of 536 ~ 36.38%
B 206 of 536 ~ 38.43'%

%25.19
%36.38
%38.43

CMYK color model

#87C3CE color CMYK value is (34,5,0,19).

  • cyan value is 34.47%
  • magenta value is 5.34%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (34,5,0,19)
C34M5Y0K19 (34%, 5%, 0%, 19%)
(0.34 / 0.05 / 0.00 / 0.19)

CMYK percentages

%34.47
%5.34
%0
%19.22

Codes

Color #87C3CE in popluar color models

87 C3 CE
RGB 135 195 206
HSL 189° 42.01% 66.86%
HSB/HSV 189° 34.47% 80.78%
CMYK 34.47% 5.34% 0.00%
19.22%

Color #87C3CE in popluar number systems.

HEX 87 C3 CE
Decimal 135 195 206
Binary 10000111 11000011 11001110
Octal 207 303 316

Shades and tints

Shades of #87C3CE

#87C3CE
(135,195,206)
#7BB2BC
(123,178,188)
#6FA1AA
(111,161,170)
#639098
(99,144,152)
#577F86
(87,127,134)
#4B6E74
(75,110,116)
#3F5D62
(63,93,98)
#334C50
(51,76,80)
#273B3E
(39,59,62)
#1B2A2C
(27,42,44)
#0F191A
(15,25,26)
#000000
(0,0,0)

Tints of #87C3CE

#87C3CE
(135,195,206)
#91C8D2
(145,200,210)
#9BCDD6
(155,205,214)
#A5D2DA
(165,210,218)
#AFD7DE
(175,215,222)
#B9DCE2
(185,220,226)
#C3E1E6
(195,225,230)
#CDE6EA
(205,230,234)
#D7EBEE
(215,235,238)
#E1F0F2
(225,240,242)
#EBF5F6
(235,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87C3CE; }

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

This text font color is #87C3CE.

Background Color

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

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

This div background color is #87C3CE.

Border color

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

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

This div border color is #87C3CE.

Opacity

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

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

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

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

This text has shadow with #87C3CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87C3CE.

Preview

Color preview on black background

This text has color #87C3CE on black background.


Color preview on white background

This text has color #87C3CE on white background.


Black color preview on #87C3CE background

This text has black color on #87C3CE background.


White color preview on #87C3CE background

This text has white color on #87C3CE background.


Related colors

Complementary color

Complementary color for #hex is #783C31.


I love getcolorcode.com

Triadic colors

1 #CE87C3 and #C3CE87 with #87C3CE are triadic colors.

2 #CEC387 and #C387CE with #87C3CE are triadic colors.