COLOR #87B6EF

HEX: #87B6EF
RGB: (135,182,239)

Renk bilgisi

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

RGB renk modeli

#87B6EF color RGB value is (135,182,239).

  • kırmız ton 135;
  • yeşil ton 182;
  • mavi ton 239.
RGB:
(135,182,239)
(53%,71%,94%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 182 of 255 = 71%
B 239 of 255 = 94%

135
182
239

R + G + B ~ 73%. #87B6EF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 182 + 239 = 556 (100%)
R 135 of 556 ~ 24.28%
G 182 of 556 ~ 32.73%
B 239 of 556 ~ 42.99%

%24.28
%32.73
%42.99

CMYK RENK MODELİ

#87B6EF rengi CMYK tonu (44,24,0,6).

  • camgöbeği tonu 43.51%
  • eflatun tonu 23.85%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(44,24,0,6)
C44M24Y0K6 
(44%,24%,0%,6%)
(0.44/0.24/0.00/0.06)	

CMYK yüzdeleri

%43.51
%23.85
%0
%6.27

Codes

Color #87B6EF in popluar color models

87B6EF
RGB135182239
HSL213°76.47%73.33%
HSB/HSV213°43.51%93.73%
CMYK43.51%23.85%0.00%
6.27%

Color #87B6EF in popluar number systems.

HEX87B6EF
Decimal135182239
Binary100001111011011011101111
Octal207266357

Shades and tints

Shades of #87B6EF

#87B6EF
(135,182,239)
#7BA6DA
(123,166,218)
#6F96C5
(111,150,197)
#6386B0
(99,134,176)
#57769B
(87,118,155)
#4B6686
(75,102,134)
#3F5671
(63,86,113)
#33465C
(51,70,92)
#273647
(39,54,71)
#1B2632
(27,38,50)
#0F161D
(15,22,29)
#000000
(0,0,0)

Tints of #87B6EF

#87B6EF
(135,182,239)
#91BCF0
(145,188,240)
#9BC2F1
(155,194,241)
#A5C8F2
(165,200,242)
#AFCEF3
(175,206,243)
#B9D4F4
(185,212,244)
#C3DAF5
(195,218,245)
#CDE0F6
(205,224,246)
#D7E6F7
(215,230,247)
#E1ECF8
(225,236,248)
#EBF2F9
(235,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87B6EF; }

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

This text font color is #87B6EF.


Background Color

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

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

This div background color is #87B6EF.


Border color

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

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

This div border color is #87B6EF.


Opacity

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

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

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

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

This text has shadow with #87B6EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87B6EF on black background.


Color preview on white background

This text has color #87B6EF on white background.



Black color preview on #87B6EF background

This text has black color on #87B6EF background.


White color preview on #87B6EF background

This text has white color on #87B6EF background.