COLOR #87C0E9

HEX: #87C0E9
RGB: (135,192,233)

Renk bilgisi

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

RGB renk modeli

#87C0E9 color RGB value is (135,192,233).

  • kırmız ton 135;
  • yeşil ton 192;
  • mavi ton 233.
RGB:
(135,192,233)
(53%,75%,91%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 192 of 255 = 75%
B 233 of 255 = 91%

135
192
233

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 192 + 233 = 560 (100%)
R 135 of 560 ~ 24.11%
G 192 of 560 ~ 34.29%
B 233 of 560 ~ 41.61%

%24.11
%34.29
%41.61

CMYK RENK MODELİ

#87C0E9 rengi CMYK tonu (42,18,0,9).

  • camgöbeği tonu 42.06%
  • eflatun tonu 17.60%
  • sarı tonu 0.00%
  • ana renk tonu 8.63%
CMYK:
(42,18,0,9)
C42M18Y0K9 
(42%,18%,0%,9%)
(0.42/0.18/0.00/0.09)	

CMYK yüzdeleri

%42.06
%17.6
%0
%8.63

Codes

Color #87C0E9 in popluar color models

87C0E9
RGB135192233
HSL205°69.01%72.16%
HSB/HSV205°42.06%91.37%
CMYK42.06%17.60%0.00%
8.63%

Color #87C0E9 in popluar number systems.

HEX87C0E9
Decimal135192233
Binary100001111100000011101001
Octal207300351

Shades and tints

Shades of #87C0E9

#87C0E9
(135,192,233)
#7BAFD4
(123,175,212)
#6F9EBF
(111,158,191)
#638DAA
(99,141,170)
#577C95
(87,124,149)
#4B6B80
(75,107,128)
#3F5A6B
(63,90,107)
#334956
(51,73,86)
#273841
(39,56,65)
#1B272C
(27,39,44)
#0F1617
(15,22,23)
#000000
(0,0,0)

Tints of #87C0E9

#87C0E9
(135,192,233)
#91C5EB
(145,197,235)
#9BCAED
(155,202,237)
#A5CFEF
(165,207,239)
#AFD4F1
(175,212,241)
#B9D9F3
(185,217,243)
#C3DEF5
(195,222,245)
#CDE3F7
(205,227,247)
#D7E8F9
(215,232,249)
#E1EDFB
(225,237,251)
#EBF2FD
(235,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87C0E9 color. Also use rgb(135,192,233) instead hex code.

Text Font Color

.myTextColor { color: #87C0E9; }

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

This text font color is #87C0E9.


Background Color

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

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

This div background color is #87C0E9.


Border color

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

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

This div border color is #87C0E9.


Opacity

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

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

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

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

This text has shadow with #87C0E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87C0E9 on black background.


Color preview on white background

This text has color #87C0E9 on white background.



Black color preview on #87C0E9 background

This text has black color on #87C0E9 background.


White color preview on #87C0E9 background

This text has white color on #87C0E9 background.