COLOR #87C2D4

HEX: #87C2D4
RGB: (135,194,212)

Color info

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

RGB color model

#87C2D4 color RGB value is (135,194,212).

  • red value is 135;
  • green value is 194;
  • blue value is 212.
RGB:
(135,194,212)
(53%,76%,83%)

RGB channels and saturation

R 135 of 255 = 53%
G 194 of 255 = 76%
B 212 of 255 = 83%

135
194
212

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

Portions of RGB colors in percentages

R + G + B =
135 + 194 + 212 = 541 (100%)
R 135 of 541 ~ 24.95%
G 194 of 541 ~ 35.86%
B 212 of 541 ~ 39.19%

%24.95
%35.86
%39.19

CMYK color model

#87C2D4 color CMYK value is (36,8,0,17).

  • cyan value is 36.32%
  • magenta value is 8.49%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(36,8,0,17)
C36M8Y0K17 
(36%,8%,0%,17%)
(0.36/0.08/0.00/0.17)	

CMYK percentages

%36.32
%8.49
%0
%16.86

Codes

Color #87C2D4 in popluar color models

87C2D4
RGB135194212
HSL194°47.24%68.04%
HSB/HSV194°36.32%83.14%
CMYK36.32%8.49%0.00%
16.86%

Color #87C2D4 in popluar number systems.

HEX87C2D4
Decimal135194212
Binary100001111100001011010100
Octal207302324

Shades and tints

Shades of #87C2D4

#87C2D4
(135,194,212)
#7BB1C1
(123,177,193)
#6FA0AE
(111,160,174)
#638F9B
(99,143,155)
#577E88
(87,126,136)
#4B6D75
(75,109,117)
#3F5C62
(63,92,98)
#334B4F
(51,75,79)
#273A3C
(39,58,60)
#1B2929
(27,41,41)
#0F1816
(15,24,22)
#000000
(0,0,0)

Tints of #87C2D4

#87C2D4
(135,194,212)
#91C7D7
(145,199,215)
#9BCCDA
(155,204,218)
#A5D1DD
(165,209,221)
#AFD6E0
(175,214,224)
#B9DBE3
(185,219,227)
#C3E0E6
(195,224,230)
#CDE5E9
(205,229,233)
#D7EAEC
(215,234,236)
#E1EFEF
(225,239,239)
#EBF4F2
(235,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87C2D4 color. Also use rgb(135,194,212) instead hex code.

Text Font Color

.myTextColor { color: #87C2D4; }

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

This text font color is #87C2D4.


Background Color

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

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

This div background color is #87C2D4.


Border color

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

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

This div border color is #87C2D4.


Opacity

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

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

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

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

This text has shadow with #87C2D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87C2D4 on black background.


Color preview on white background

This text has color #87C2D4 on white background.



Black color preview on #87C2D4 background

This text has black color on #87C2D4 background.


White color preview on #87C2D4 background

This text has white color on #87C2D4 background.