COLOR #87D4DE

HEX: #87D4DE
RGB: (135,212,222)

Color info

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

RGB color model

#87D4DE color RGB value is (135,212,222).

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

RGB channels and saturation

R 135 of 255 = 53%
G 212 of 255 = 83%
B 222 of 255 = 87%

135
212
222

R + G + B ~ 74%. #87D4DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 212 + 222 = 569 (100%)
R 135 of 569 ~ 23.73%
G 212 of 569 ~ 37.26%
B 222 of 569 ~ 39.02%

%23.73
%37.26
%39.02

CMYK color model

#87D4DE color CMYK value is (39,5,0,13).

  • cyan value is 39.19%
  • magenta value is 4.50%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(39,5,0,13)
C39M5Y0K13 
(39%,5%,0%,13%)
(0.39/0.05/0.00/0.13)	

CMYK percentages

%39.19
%4.5
%0
%12.94

Codes

Color #87D4DE in popluar color models

87D4DE
RGB135212222
HSL187°56.86%70.00%
HSB/HSV187°39.19%87.06%
CMYK39.19%4.50%0.00%
12.94%

Color #87D4DE in popluar number systems.

HEX87D4DE
Decimal135212222
Binary100001111101010011011110
Octal207324336

Shades and tints

Shades of #87D4DE

#87D4DE
(135,212,222)
#7BC1CA
(123,193,202)
#6FAEB6
(111,174,182)
#639BA2
(99,155,162)
#57888E
(87,136,142)
#4B757A
(75,117,122)
#3F6266
(63,98,102)
#334F52
(51,79,82)
#273C3E
(39,60,62)
#1B292A
(27,41,42)
#0F1616
(15,22,22)
#000000
(0,0,0)

Tints of #87D4DE

#87D4DE
(135,212,222)
#91D7E1
(145,215,225)
#9BDAE4
(155,218,228)
#A5DDE7
(165,221,231)
#AFE0EA
(175,224,234)
#B9E3ED
(185,227,237)
#C3E6F0
(195,230,240)
#CDE9F3
(205,233,243)
#D7ECF6
(215,236,246)
#E1EFF9
(225,239,249)
#EBF2FC
(235,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87D4DE; }

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

This text font color is #87D4DE.


Background Color

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

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

This div background color is #87D4DE.


Border color

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

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

This div border color is #87D4DE.


Opacity

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

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

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

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

This text has shadow with #87D4DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87D4DE on black background.


Color preview on white background

This text has color #87D4DE on white background.



Black color preview on #87D4DE background

This text has black color on #87D4DE background.


White color preview on #87D4DE background

This text has white color on #87D4DE background.