COLOR #87FCE6

HEX: #87FCE6
RGB: (135,252,230)

Renk bilgisi

#87FCE6 contains mainly green and blue colors. #87FCE6 ‘ nin web güvenlik rengi #99FFCC (ya da #9FC) dir.

RGB renk modeli

#87FCE6 color RGB value is (135,252,230).

  • kırmız ton 135;
  • yeşil ton 252;
  • mavi ton 230.
RGB:
(135,252,230)
(53%,99%,90%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 252 of 255 = 99%
B 230 of 255 = 90%

135
252
230

R + G + B ~ 81%. #87FCE6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 252 + 230 = 617 (100%)
R 135 of 617 ~ 21.88%
G 252 of 617 ~ 40.84%
B 230 of 617 ~ 37.28%

%21.88
%40.84
%37.28

CMYK RENK MODELİ

#87FCE6 rengi CMYK tonu (46,0,9,1).

  • camgöbeği tonu 46.43%
  • eflatun tonu 0.00%
  • sarı tonu 8.73%
  • ana renk tonu 1.18%
CMYK:
(46,0,9,1)
C46M0Y9K1 
(46%,0%,9%,1%)
(0.46/0.00/0.09/0.01)	

CMYK yüzdeleri

%46.43
%0
%8.73
%1.18

Codes

Color #87FCE6 in popluar color models

87FCE6
RGB135252230
HSL169°95.12%75.88%
HSB/HSV169°46.43%98.82%
CMYK46.43%0.00%8.73%
1.18%

Color #87FCE6 in popluar number systems.

HEX87FCE6
Decimal135252230
Binary100001111111110011100110
Octal207374346

Shades and tints

Shades of #87FCE6

#87FCE6
(135,252,230)
#7BE6D2
(123,230,210)
#6FD0BE
(111,208,190)
#63BAAA
(99,186,170)
#57A496
(87,164,150)
#4B8E82
(75,142,130)
#3F786E
(63,120,110)
#33625A
(51,98,90)
#274C46
(39,76,70)
#1B3632
(27,54,50)
#0F201E
(15,32,30)
#000000
(0,0,0)

Tints of #87FCE6

#87FCE6
(135,252,230)
#91FCE8
(145,252,232)
#9BFCEA
(155,252,234)
#A5FCEC
(165,252,236)
#AFFCEE
(175,252,238)
#B9FCF0
(185,252,240)
#C3FCF2
(195,252,242)
#CDFCF4
(205,252,244)
#D7FCF6
(215,252,246)
#E1FCF8
(225,252,248)
#EBFCFA
(235,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87FCE6 color. Also use rgb(135,252,230) instead hex code.

Text Font Color

.myTextColor { color: #87FCE6; }

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

This text font color is #87FCE6.


Background Color

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

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

This div background color is #87FCE6.


Border color

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

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

This div border color is #87FCE6.


Opacity

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

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

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

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

This text has shadow with #87FCE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87FCE6 on black background.


Color preview on white background

This text has color #87FCE6 on white background.



Black color preview on #87FCE6 background

This text has black color on #87FCE6 background.


White color preview on #87FCE6 background

This text has white color on #87FCE6 background.