COLOR #87DADB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

135
218
219

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

Portions of RGB colors in percentages

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

%23.6
%38.11
%38.29

CMYK color model

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

  • cyan value is 38.36%
  • magenta value is 0.46%
  • yellow value is 0.00%
  • 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.46
%0
%14.12

Codes

Color #87DADB in popluar color models

87DADB
RGB135218219
HSL181°53.85%69.41%
HSB/HSV181°38.36%85.88%
CMYK38.36%0.46%0.00%
14.12%

Color #87DADB in popluar number systems.

HEX87DADB
Decimal135218219
Binary100001111101101011011011
Octal207332333

Shades and tints

Shades of #87DADB

#87DADB
(135,218,219)
#7BC7C8
(123,199,200)
#6FB4B5
(111,180,181)
#63A1A2
(99,161,162)
#578E8F
(87,142,143)
#4B7B7C
(75,123,124)
#3F6869
(63,104,105)
#335556
(51,85,86)
#274243
(39,66,67)
#1B2F30
(27,47,48)
#0F1C1D
(15,28,29)
#000000
(0,0,0)

Tints of #87DADB

#87DADB
(135,218,219)
#91DDDE
(145,221,222)
#9BE0E1
(155,224,225)
#A5E3E4
(165,227,228)
#AFE6E7
(175,230,231)
#B9E9EA
(185,233,234)
#C3ECED
(195,236,237)
#CDEFF0
(205,239,240)
#D7F2F3
(215,242,243)
#E1F5F6
(225,245,246)
#EBF8F9
(235,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87DADB; }

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

This text font color is #87DADB.


Background Color

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

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

This div background color is #87DADB.


Border color

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

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

This div border color is #87DADB.


Opacity

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

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

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

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

This text has shadow with #87DADB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87DADB on black background.


Color preview on white background

This text has color #87DADB on white background.



Black color preview on #87DADB background

This text has black color on #87DADB background.


White color preview on #87DADB background

This text has white color on #87DADB background.