COLOR #87DBDA

HEX: #87DBDA
RGB: (135,219,218)

Color info

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

RGB color model

#87DBDA color RGB value is (135,219,218).

  • red value is 135;
  • green value is 219;
  • blue value is 218.
RGB:
(135,219,218)
(53%,86%,85%)

RGB channels and saturation

R 135 of 255 = 53%
G 219 of 255 = 86%
B 218 of 255 = 85%

135
219
218

R + G + B ~ 75%. #87DBDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 219 + 218 = 572 (100%)
R 135 of 572 ~ 23.6%
G 219 of 572 ~ 38.29%
B 218 of 572 ~ 38.11%

%23.6
%38.29
%38.11

CMYK color model

#87DBDA color CMYK value is (38,0,0,14).

  • cyan value is 38.36%
  • magenta value is 0.00%
  • yellow value is 0.46%
  • key color value is 14.12%
CMYK:
(38,0,0,14)
C38M0Y0K14 
(38%,0%,0%,14%)
(0.38/0.00/0.00/0.14)	

CMYK percentages

%38.36
%0
%0.46
%14.12

Codes

Color #87DBDA in popluar color models

87DBDA
RGB135219218
HSL179°53.85%69.41%
HSB/HSV179°38.36%85.88%
CMYK38.36%0.00%0.46%
14.12%

Color #87DBDA in popluar number systems.

HEX87DBDA
Decimal135219218
Binary100001111101101111011010
Octal207333332

Shades and tints

Shades of #87DBDA

#87DBDA
(135,219,218)
#7BC8C7
(123,200,199)
#6FB5B4
(111,181,180)
#63A2A1
(99,162,161)
#578F8E
(87,143,142)
#4B7C7B
(75,124,123)
#3F6968
(63,105,104)
#335655
(51,86,85)
#274342
(39,67,66)
#1B302F
(27,48,47)
#0F1D1C
(15,29,28)
#000000
(0,0,0)

Tints of #87DBDA

#87DBDA
(135,219,218)
#91DEDD
(145,222,221)
#9BE1E0
(155,225,224)
#A5E4E3
(165,228,227)
#AFE7E6
(175,231,230)
#B9EAE9
(185,234,233)
#C3EDEC
(195,237,236)
#CDF0EF
(205,240,239)
#D7F3F2
(215,243,242)
#E1F6F5
(225,246,245)
#EBF9F8
(235,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87DBDA color. Also use rgb(135,219,218) instead hex code.

Text Font Color

.myTextColor { color: #87DBDA; }

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

This text font color is #87DBDA.


Background Color

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

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

This div background color is #87DBDA.


Border color

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

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

This div border color is #87DBDA.


Opacity

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

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

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

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

This text has shadow with #87DBDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87DBDA on black background.


Color preview on white background

This text has color #87DBDA on white background.



Black color preview on #87DBDA background

This text has black color on #87DBDA background.


White color preview on #87DBDA background

This text has white color on #87DBDA background.