COLOR #87EDFF

HEX: #87EDFF
RGB: (135,237,255)

Color info

#87EDFF contains mainly green and blue colors. Web safe color of #87EDFF is #99FFFF (or #9FF).

RGB color model

#87EDFF color RGB value is (135,237,255).

  • red value is 135;
  • green value is 237;
  • blue value is 255.
RGB:
(135,237,255)
(53%,93%,100%)

RGB channels and saturation

R 135 of 255 = 53%
G 237 of 255 = 93%
B 255 of 255 = 100%

135
237
255

R + G + B ~ 82%. #87EDFF is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 237 + 255 = 627 (100%)
R 135 of 627 ~ 21.53%
G 237 of 627 ~ 37.8%
B 255 of 627 ~ 40.67%

%21.53
%37.8
%40.67

CMYK color model

#87EDFF color CMYK value is (47,7,0,0).

  • cyan value is 47.06%
  • magenta value is 7.06%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(47,7,0,0)
C47M7Y0K0 
(47%,7%,0%,0%)
(0.47/0.07/0.00/0.00)	

CMYK percentages

%47.06
%7.06
%0
%0

Codes

Color #87EDFF in popluar color models

87EDFF
RGB135237255
HSL189°100.00%76.47%
HSB/HSV189°47.06%100.00%
CMYK47.06%7.06%0.00%
0.00%

Color #87EDFF in popluar number systems.

HEX87EDFF
Decimal135237255
Binary100001111110110111111111
Octal207355377

Shades and tints

Shades of #87EDFF

#87EDFF
(135,237,255)
#7BD8E8
(123,216,232)
#6FC3D1
(111,195,209)
#63AEBA
(99,174,186)
#5799A3
(87,153,163)
#4B848C
(75,132,140)
#3F6F75
(63,111,117)
#335A5E
(51,90,94)
#274547
(39,69,71)
#1B3030
(27,48,48)
#0F1B19
(15,27,25)
#000000
(0,0,0)

Tints of #87EDFF

#87EDFF
(135,237,255)
#91EEFF
(145,238,255)
#9BEFFF
(155,239,255)
#A5F0FF
(165,240,255)
#AFF1FF
(175,241,255)
#B9F2FF
(185,242,255)
#C3F3FF
(195,243,255)
#CDF4FF
(205,244,255)
#D7F5FF
(215,245,255)
#E1F6FF
(225,246,255)
#EBF7FF
(235,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87EDFF color. Also use rgb(135,237,255) instead hex code.

Text Font Color

.myTextColor { color: #87EDFF; }

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

This text font color is #87EDFF.


Background Color

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

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

This div background color is #87EDFF.


Border color

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

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

This div border color is #87EDFF.


Opacity

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

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

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

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

This text has shadow with #87EDFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87EDFF on black background.


Color preview on white background

This text has color #87EDFF on white background.



Black color preview on #87EDFF background

This text has black color on #87EDFF background.


White color preview on #87EDFF background

This text has white color on #87EDFF background.