COLOR #87E7EF

HEX: #87E7EF RGB: (135,231,239)

Color info

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

RGB color model

#87E7EF color RGB value is (135,231,239).

RGB: (135,231,239) (53%, 91%, 94%)

RGB channels and saturation

R 135 of 255 = 53%
G 231 of 255 = 91%
B 239 of 255 = 94%

135
231
239

R + G + B ~ 79%. #87E7EF is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 231 + 239 = 605 (100%)
R 135 of 605 ~ 22.31%
G 231 of 605 ~ 38.18%
B 239 of 605 ~ 39.5'%

%22.31
%38.18
%39.5

CMYK color model

#87E7EF color CMYK value is (44,3,0,6).

  • cyan value is 43.51%
  • magenta value is 3.35%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (44,3,0,6)
C44M3Y0K6 (44%, 3%, 0%, 6%)
(0.44 / 0.03 / 0.00 / 0.06)

CMYK percentages

%43.51
%3.35
%0
%6.27

Codes

Color #87E7EF in popluar color models

87 E7 EF
RGB 135 231 239
HSL 185° 76.47% 73.33%
HSB/HSV 185° 43.51% 93.73%
CMYK 43.51% 3.35% 0.00%
6.27%

Color #87E7EF in popluar number systems.

HEX 87 E7 EF
Decimal 135 231 239
Binary 10000111 11100111 11101111
Octal 207 347 357

Shades and tints

Shades of #87E7EF

#87E7EF
(135,231,239)
#7BD2DA
(123,210,218)
#6FBDC5
(111,189,197)
#63A8B0
(99,168,176)
#57939B
(87,147,155)
#4B7E86
(75,126,134)
#3F6971
(63,105,113)
#33545C
(51,84,92)
#273F47
(39,63,71)
#1B2A32
(27,42,50)
#0F151D
(15,21,29)
#000000
(0,0,0)

Tints of #87E7EF

#87E7EF
(135,231,239)
#91E9F0
(145,233,240)
#9BEBF1
(155,235,241)
#A5EDF2
(165,237,242)
#AFEFF3
(175,239,243)
#B9F1F4
(185,241,244)
#C3F3F5
(195,243,245)
#CDF5F6
(205,245,246)
#D7F7F7
(215,247,247)
#E1F9F8
(225,249,248)
#EBFBF9
(235,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87E7EF color. Also use rgb(135,231,239) instead hex code.

Text Font Color

.myTextColor { color: #87E7EF; }

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

This text font color is #87E7EF.

Background Color

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

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

This div background color is #87E7EF.

Border color

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

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

This div border color is #87E7EF.

Opacity

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

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

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

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

This text has shadow with #87E7EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87E7EF.

Preview

Color preview on black background

This text has color #87E7EF on black background.


Color preview on white background

This text has color #87E7EF on white background.


Black color preview on #87E7EF background

This text has black color on #87E7EF background.


White color preview on #87E7EF background

This text has white color on #87E7EF background.


Related colors

Complementary color

Complementary color for #hex is #781810.


I love getcolorcode.com

Triadic colors

1 #EF87E7 and #E7EF87 with #87E7EF are triadic colors.

2 #EFE787 and #E787EF with #87E7EF are triadic colors.