COLOR #87EBFF

HEX: #87EBFF
RGB: (135,235,255)

Color info

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

RGB color model

#87EBFF color RGB value is (135,235,255).

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

RGB channels and saturation

R 135 of 255 = 53%
G 235 of 255 = 92%
B 255 of 255 = 100%

135
235
255

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

Portions of RGB colors in percentages

R + G + B =
135 + 235 + 255 = 625 (100%)
R 135 of 625 ~ 21.6%
G 235 of 625 ~ 37.6%
B 255 of 625 ~ 40.8%

%21.6
%37.6
%40.8

CMYK color model

#87EBFF color CMYK value is (47,8,0,0).

  • cyan value is 47.06%
  • magenta value is 7.84%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(47,8,0,0)
C47M8Y0K0 
(47%,8%,0%,0%)
(0.47/0.08/0.00/0.00)	

CMYK percentages

%47.06
%7.84
%0
%0

Codes

Color #87EBFF in popluar color models

87EBFF
RGB135235255
HSL190°100.00%76.47%
HSB/HSV190°47.06%100.00%
CMYK47.06%7.84%0.00%
0.00%

Color #87EBFF in popluar number systems.

HEX87EBFF
Decimal135235255
Binary100001111110101111111111
Octal207353377

Shades and tints

Shades of #87EBFF

#87EBFF
(135,235,255)
#7BD6E8
(123,214,232)
#6FC1D1
(111,193,209)
#63ACBA
(99,172,186)
#5797A3
(87,151,163)
#4B828C
(75,130,140)
#3F6D75
(63,109,117)
#33585E
(51,88,94)
#274347
(39,67,71)
#1B2E30
(27,46,48)
#0F1919
(15,25,25)
#000000
(0,0,0)

Tints of #87EBFF

#87EBFF
(135,235,255)
#91ECFF
(145,236,255)
#9BEDFF
(155,237,255)
#A5EEFF
(165,238,255)
#AFEFFF
(175,239,255)
#B9F0FF
(185,240,255)
#C3F1FF
(195,241,255)
#CDF2FF
(205,242,255)
#D7F3FF
(215,243,255)
#E1F4FF
(225,244,255)
#EBF5FF
(235,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87EBFF; }

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

This text font color is #87EBFF.


Background Color

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

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

This div background color is #87EBFF.


Border color

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

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

This div border color is #87EBFF.


Opacity

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

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

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

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

This text has shadow with #87EBFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87EBFF on black background.


Color preview on white background

This text has color #87EBFF on white background.



Black color preview on #87EBFF background

This text has black color on #87EBFF background.


White color preview on #87EBFF background

This text has white color on #87EBFF background.