COLOR #87D4E0

HEX: #87D4E0 RGB: (135,212,224)

Color info

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

RGB color model

#87D4E0 color RGB value is (135,212,224).

RGB: (135,212,224) (53%, 83%, 88%)

RGB channels and saturation

R 135 of 255 = 53%
G 212 of 255 = 83%
B 224 of 255 = 88%

135
212
224

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

Portions of RGB colors in percentages

R + G + B = 135 + 212 + 224 = 571 (100%)
R 135 of 571 ~ 23.64%
G 212 of 571 ~ 37.13%
B 224 of 571 ~ 39.23'%

%23.64
%37.13
%39.23

CMYK color model

#87D4E0 color CMYK value is (40,5,0,12).

  • cyan value is 39.73%
  • magenta value is 5.36%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK: (40,5,0,12) C40M5Y0K12 (40%,5%,0%,12%) (0.40/0.05/0.00/0.12) 

CMYK percentages

%39.73
%5.36
%0
%12.16

Codes

Color #87D4E0 in popluar color models

87 D4 E0
RGB 135 212 224
HSL 188° 58.94% 70.39%
HSB/HSV 188° 39.73% 87.84%
CMYK 39.73% 5.36% 0.00%
12.16%

Color #87D4E0 in popluar number systems.

HEX 87 D4 E0
Decimal 135 212 224
Binary 10000111 11010100 11100000
Octal 207 324 340

Shades and tints

Shades of #87D4E0

#87D4E0
(135,212,224)
#7BC1CC
(123,193,204)
#6FAEB8
(111,174,184)
#639BA4
(99,155,164)
#578890
(87,136,144)
#4B757C
(75,117,124)
#3F6268
(63,98,104)
#334F54
(51,79,84)
#273C40
(39,60,64)
#1B292C
(27,41,44)
#0F1618
(15,22,24)
#000000
(0,0,0)

Tints of #87D4E0

#87D4E0
(135,212,224)
#91D7E2
(145,215,226)
#9BDAE4
(155,218,228)
#A5DDE6
(165,221,230)
#AFE0E8
(175,224,232)
#B9E3EA
(185,227,234)
#C3E6EC
(195,230,236)
#CDE9EE
(205,233,238)
#D7ECF0
(215,236,240)
#E1EFF2
(225,239,242)
#EBF2F4
(235,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87D4E0; }

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

This text font color is #87D4E0.

Background Color

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

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

This div background color is #87D4E0.

Border color

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

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

This div border color is #87D4E0.

Opacity

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

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

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

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

This text has shadow with #87D4E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87D4E0.

Preview

Color preview on black background

This text has color #87D4E0 on black background.


Color preview on white background

This text has color #87D4E0 on white background.


Black color preview on #87D4E0 background

This text has black color on #87D4E0 background.


White color preview on #87D4E0 background

This text has white color on #87D4E0 background.


Related colors

Complementary color

Complementary color for #hex is #782B1F.


I love getcolorcode.com

Triadic colors

1 #E087D4 and #D4E087 with #87D4E0 are triadic colors.

2 #E0D487 and #D487E0 with #87D4E0 are triadic colors.