COLOR #87D3F0

HEX: #87D3F0
RGB: (135,211,240)

Renk bilgisi

#87D3F0 contains mainly green and blue colors. #87D3F0 ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

#87D3F0 color RGB value is (135,211,240).

  • kırmız ton 135;
  • yeşil ton 211;
  • mavi ton 240.
RGB:
(135,211,240)
(53%,83%,94%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 211 of 255 = 83%
B 240 of 255 = 94%

135
211
240

R + G + B ~ 77%. #87D3F0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 211 + 240 = 586 (100%)
R 135 of 586 ~ 23.04%
G 211 of 586 ~ 36.01%
B 240 of 586 ~ 40.96%

%23.04
%36.01
%40.96

CMYK RENK MODELİ

#87D3F0 rengi CMYK tonu (44,12,0,6).

  • camgöbeği tonu 43.75%
  • eflatun tonu 12.08%
  • sarı tonu 0.00%
  • ana renk tonu 5.88%
CMYK:
(44,12,0,6)
C44M12Y0K6 
(44%,12%,0%,6%)
(0.44/0.12/0.00/0.06)	

CMYK yüzdeleri

%43.75
%12.08
%0
%5.88

Codes

Color #87D3F0 in popluar color models

87D3F0
RGB135211240
HSL197°77.78%73.53%
HSB/HSV197°43.75%94.12%
CMYK43.75%12.08%0.00%
5.88%

Color #87D3F0 in popluar number systems.

HEX87D3F0
Decimal135211240
Binary100001111101001111110000
Octal207323360

Shades and tints

Shades of #87D3F0

#87D3F0
(135,211,240)
#7BC0DB
(123,192,219)
#6FADC6
(111,173,198)
#639AB1
(99,154,177)
#57879C
(87,135,156)
#4B7487
(75,116,135)
#3F6172
(63,97,114)
#334E5D
(51,78,93)
#273B48
(39,59,72)
#1B2833
(27,40,51)
#0F151E
(15,21,30)
#000000
(0,0,0)

Tints of #87D3F0

#87D3F0
(135,211,240)
#91D7F1
(145,215,241)
#9BDBF2
(155,219,242)
#A5DFF3
(165,223,243)
#AFE3F4
(175,227,244)
#B9E7F5
(185,231,245)
#C3EBF6
(195,235,246)
#CDEFF7
(205,239,247)
#D7F3F8
(215,243,248)
#E1F7F9
(225,247,249)
#EBFBFA
(235,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87D3F0 color. Also use rgb(135,211,240) instead hex code.

Text Font Color

.myTextColor { color: #87D3F0; }

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

This text font color is #87D3F0.


Background Color

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

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

This div background color is #87D3F0.


Border color

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

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

This div border color is #87D3F0.


Opacity

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

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

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

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

This text has shadow with #87D3F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87D3F0 on black background.


Color preview on white background

This text has color #87D3F0 on white background.



Black color preview on #87D3F0 background

This text has black color on #87D3F0 background.


White color preview on #87D3F0 background

This text has white color on #87D3F0 background.